/* ================================
         CSS for GastaDNN
   ================================ */ 

/* =======================  Universal  ======================= */
*{padding: 0; margin: 0; border: 0;}
html, body {height: 100%;}
#body { background: #afca24;}
td, p, div { font: 12px Arial,Tahoma,Verdana,Geneva,Helvetica,sans-serif; color: #333; line-height: 18px;}
td {vertical-align:top;}
hr{ color: #ccc; background-color: #ccc; height: 1px; width: 100%; margin: 8px 0;}
ul li{ margin-left:16px; }

/* =======================  Custom styles  ======================= */

#topl{background:#00a9bc url(top_left.gif) no-repeat top left; height: 20px;}
#topr{background:#fff url(top_right.gif) no-repeat top right; height: 20px; text-align:right;}
#bottoml{background:#00a9bc; height: 20px;}
#bottomr{background:#fff; height: 20px;}

#conTD {padding: 0 0 20px 30px; height: 500px; background:#fff;}


#footer{ padding: 40px 0 0 5px; }
.footlink:link, .footlink:active, .footlink:visited {font: 11px Tahoma; color: #333; font-weight: normal; text-decoration:none;}
.footlink:hover {color: #afca24; text-decoration:underline;}
#tPath{color: #c90; font-size: 10px; font-weight: bold;}


/* =======================  Content Panes  ======================= */							 
							 
/*-- ContentPane		--*/ #dnn_ContentPane {padding:30px 12px 0 0;}
 #dnn_RightPane {padding: 12px;}



/* =======================  Text  ======================= */

H1, H2, H3, .Head{font: 26px "Trebuchet MS",Arial,Tahoma,Verdana,Geneva,Helvetica,sans-serif; color: #00a9bc; margin:0 0 20px 0; font-weight: bold;}
H2 {width: 100%; background:#00a9bc; padding: 2px 8px 3px; font: 13px Tahoma,Arial; color: #fff; font-weight: bold; margin-bottom:15px;}
H3, .Head{font: 13px Arial,Tahoma; font-weight: bold; margin:4px 0;}
H4, H5, H6 {font-weight: bold;}
.FCKImageGalleryPathContainer{color: #999}

/* =======================  Links  ======================= */

/*-- default links visited & active	--*/ a:link, a:visited, a:active { color: #f60; text-decoration: none; }
/*-- default links hover			--*/ a:hover{ color: #afca24; text-decoration: underline;}
/*-- normal links visited and active  a.Normal:link, a.Normal:visited, a.Normal:active { color: #daedd2; font-family: tahoma, Arial; text-decoration: none; }--*/ 
/*-- normal  links hover			a.Normal:hover { color: #c60; text-decoration: underline; }--*/ 
/*-- admin button-link style--*/	 a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #e58b3c ; font-family: tahoma, Arial; font-weight: bold; font-size: 11px; text-decoration: none; margin: 2px 5px;}	
/*-- admin button-link style hover--*/ 	a.CommandButton:hover {color: #7d3a0c;}


/* =======================  Forms  ======================= */

/*--					--*/ select, input, textarea { color: #333; padding-left: 2px; font: 11px Arial,Tahoma; border: #ddd 1px solid;}
/*-- textbox  			--*/ .NormalTextBox {font: 11px Arial,Tahoma; background: #fff; color: #333; padding-left: 2px; border: #ddd 1px solid;}
							td.NormalTextBox {background:transparent; border:0; border: #ddd 1px solid;}
/*-- textbox for search --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:18px; background: #fff; width: 130px; font: 11px Arial,Tahoma; color: #960; padding: 1px 2px 2px; border: #ddd 1px solid; cursor:text;}
.StandardButton{ font: 11px Tahoma; background: #f60; font-weight: bold; color: #fff; padding: 2px 3px 3px 3px; margin: 4px; cursor:hand;}

/* =======================  Menus  ======================= */

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; width:100%; border-top: #70c6d6 1px solid;}
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar {background: transparent;}

/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #fff; background: transparent url(dot_liteblue.gif) repeat-x bottom left; font-weight: bold; padding: 5px 0 7px; }
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #c7d959; background: transparent url(dot_liteblue.gif) repeat-x bottom left; font-weight: bold; padding: 5px 0 7px;  }
/*-- menuitems active           --*/ .MainMenu_Active TD{color: #e8eebb; background: transparent url(dot_liteblue.gif) repeat-x bottom left; font-weight: bold; padding: 5px 0 7px; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- not needed - module menu   --*/ .MainMenuSeperator { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}

/*-- submenu container          --*/ .MainMenu_SubMenu{ background: #00a9bc; filter: none; border: #70c6d6 1px solid; border-bottom: 0;}
/*-- submenu items idle         --*/ .MainMenu_MenuItem{ background: #00a9bc; color: #fff; font-weight: normal; padding: 3px 30px 4px 16px; border: 0; border-bottom: #70c6d6 1px solid;  }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel{ background: #70c6d6; color: #fff; font-weight: normal; padding: 3px 30px 4px 16px; border: 0; border-bottom: #70c6d6 1px solid; }


/* ==============================
			End CSS  
   ============================== */








