/* 
================================
Skin styles for DotNetNuke
================================
*/   

.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}

html
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #004964;
	background-image: url(bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	height: 100%;
	color: #404040;
	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
}

h2
{
	font-size: 14px;
}

td
{
	font-size: 12px;
}

a
{
	color: #666666;
	text-decoration: underiline;
}

a:visited
{
	color: #666666;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border-style: none;
}

select
{	
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	height: 18px;
	font-size: 11px;
}

input[type=text], input[type=password]
{	
	border-style: solid;
	border-width: 1px;
	border-color: #AAA196;
	height: 12px;
	font-size: 11px;
}

input[type=button], input[type=submit]
{
	background-color: #b8d432;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	height: 17px;
	font-size: 11px;
	color: Black;
}

#login input[type=text], #login input[type=password]
{
	margin-right: 12px;
	margin-left: 5px;
	border-width: 2px;
}

.banner
{
	margin-left: -35px;
}

.footer
{
	clear: both;
	position: relative;
	width: 945px;
	height: 49px;
	margin: auto;
	
	background-color: #AAA196;
	
	background-image: url(footerbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #585758;
	margin-top: -49px;
}

.footer table
{
	margin: auto;
}

.footer table td
{
	padding-left: 20px;
	padding-right: 20px;
}




#content
{
	padding-bottom: 49px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 49px;
}

#main
{
	width: 945px;
	margin: auto;
	background-color: white;
	padding-top: 5px;
	height: 100%;
}

* html #main
{
	height: 100%;
}

.logo
{
	float: left;
	margin-right: 50px;
	margin-bottom: 25px;
}

#login
{
	text-align: right;
	margin-top: 10px;
	padding-top: 30px;
	font-size: 11px;
	color: Black;
	line-height: 22px;
}

.searchbox
{
	width: 100%;
	background-image: url(searchbg.jpg);
	background-repeat: repeat-x;
	min-height: 151px;
}

.greenbox
{
	background-color: #72AD2D;
	width: 496px;
	color: White;
	padding: 10px;
	float: left;
	margin-bottom: 15px;
}

/* rounded tables */

#menut
{
	clear: both;
	margin-top: 40px;
}

.t
{
	background: url(dot2.gif) 0 0 repeat-x;
	margin-bottom: 20px;
}

.tr  { background: url(tr2.gif) 100% 0 no-repeat; }
.b {background: url(dot2.gif) 0 100% repeat-x; }
.l {background: url(dot2.gif) 0 0 repeat-y; }
.r {background: url(dot2.gif) 100% 0 repeat-y;}
.bl {background: url(bl2.gif) 0 100% no-repeat}
.br {background: url(br2.gif) 100% 100% no-repeat}
.tl {background: url(tl2.gif) 0 0 no-repeat}

.tblue
{
	clear: both;
	background: url(dotblue.gif) 0 0 repeat-x;
	width: 516px;
	background-color: #8BD2E6;	
	margin-bottom: 15px;
}

.trblue  { background: url(trblue.gif) 100% 0 no-repeat; padding: 10px; }
.trblue p { display: inline-table; }

.bblue {background: url(dotblue.gif) 0 100% repeat-x}
.lblue {background: url(dotblue.gif) 0 0 repeat-y}
.rblue {background: url(dotblue.gif) 100% 0 repeat-y}
.blblue {background: url(blblue.gif) 0 100% no-repeat}
.brblue {background: url(brblue.gif) 100% 100% no-repeat}
.tlblue {background: url(tlblue.gif) 0 0 no-repeat}

.trblueg  { background: url(trblueg.gif) 100% 0 no-repeat; padding: 10px; margin-top: -18px; padding-left: 0px; padding-top: 20px}
.tlblueg { background: url(tlblueg.gif) 0 0 no-repeat; padding-left: 15px; }

.trgreeng  { background: url(trgreeng.gif) 100% 0 no-repeat; padding: 10px; margin-top: -18px; padding-left: 0px; padding-top: 20px}
.tlgreeng { background: url(tlgreeng.gif) 0 0 no-repeat; padding-left: 15px;  }

.trwhite  { background: url(tr2.gif) 100% 0 no-repeat; padding: 10px; margin-top: -18px; padding-left: 0px; padding-top: 20px}
.tlwhite { background: url(tl2.gif) 0 0 no-repeat; padding-left: 15px; }


/* end rounded tables */

/* bottom rounded table */

.tableTitle
{
	border-top-style: solid;
	border-top-color: #ccccc4;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #ccccc4;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #ccccc4;
	border-right-width: 1px;

	color: White;

	background-color: #0073c1;	
	background-image: url(tableTitle.gif);
	background-repeat: repeat-x;
	padding-left: 14px;
}

.tableContent
{
	padding-left: 14px;
	padding-bottom: 14px;
	padding-right: 4px;
	padding-top: 4px;
	background: url(br2.gif) 100% 100% no-repeat;
}

/* end bottom rounded table */

.box
{
	border-color: #ccccc4;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 15px;
	padding: 20px;
}

.imageBox
{
	border-color: #ccccc4;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 15px;
	font-size: 0px;
}

.cvLink
{
	height: 32px;
	width: 29px;
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	display: block;
	background-image: url(cv.gif);
}

.courseLink
{
	height: 32px;
	width: 29px;
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	display: block;
	background-image: url(course.gif);
}

/* menu */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu, .menuw
{
	clear: both;
	width: 875px;
	height: 22px;
	font-size: 0.85em;
	font-weight: bold;
	position: relative;
	z-index: 100;
}
* html .menu, * html .menuw
{
	width:875px;
	w\idth: 874px;
}

.menu ul, .menuw ul
{
	padding:0;
	margin:0;
	margin-left: 8px;
	list-style-type:none;
}


/* another hack for IE5.5 */
* html .menu ul ul, * html .menuw ul ul
{
	top:22px;t\op:21px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table, .menuw table
{
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

.menu li, .menuw li
{
	float:left;
	width:auto;
	position:relative;
}

.menuw a, .menuw a:visited 
{
	display:block;
	text-decoration:none;
	width:auto;
	height:21px;
	font-size: 12px;
	margin-left:15px;
	padding-left: 8px;
	padding-right: 8px;
	line-height:20px;
}

.menu a, .menu a:visited
{
	display:block;
	text-decoration:none;
	width:auto;
	height:21px;
	font-size: 12px;
	margin-left:15px;
	padding-left: 10px;
	padding-right: 20px;
	line-height:20px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul, .menuw ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:21px;
	left:0;
	width:145px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
	background: #AAA196;
	color: White;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	margin-left: 7px;
	width:145px;
	border-width:0 1px 1px 1px;
}

/* style the second level links */
.menuw ul ul a, .menuw ul ul a:visited 
{
	background: #AAA196;
	color: White;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	margin-left: 7px;
	width:145px;
	border-width:0 1px 1px 1px;
}

/* start wide menu */

.menuw .special a
{
	background-color: #ccccc4;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover, .menuw a:hover, .menuw ul ul a:hover
{
	color:#fff;
	background:#72AD2D;
}

.menu :hover > a, .menu ul ul :hover > a , .menuw :hover > a, .menuw ul ul :hover > a 
{
	color:#fff;
	background:#b8d432;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul,
.menuw ul li:hover ul,
.menuw ul a:hover ul
{
	visibility:visible;
}

/* end menu */

.col1
{
	width: 160px;	
	float: left;
	margin-right: 20px;
}

.col2
{
	width: 515px;	
	float: left;
	margin-right: 20px;
}

.col3
{
	float: left;
	width: 160px;	
}

.signUp
{
	background-image: url(signup.gif);
	background-repeat: no-repeat;
}