/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body{
	text-align:left;
	font-family: Verdana,Helvetica,Arial, sans-serif;
	font-size:0.83em;
	background-color:#FFFFFF;
}

h1, h2
{
	color: #000000;
}

h3, h4, h5, h6 {color:#666666;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
    margin: 0 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.15em;
	font-weight: bold;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.9em;
	font-weight: bold;
}
p  {
	margin: 1em 0;
	line-height: 1.5em;
}


.PageLinksBanner
{
    color: #00008b;
    box-shadow: 7px 7px 8px #949292;  

}

.PageLinksBanner td
{
	border: thin solid #99CCFF;
	font-size: 0.9em;    
    background-color: #99CCFF;
}

.ErrorText, .ErrorStyle, .ErrorDisplayStyle
{
	font-size: 1.1em;
	color: red;
	font-weight:bolder;	    
}

.Red {
    color:red !important;
    font-weight:bold;
}

.CourseBrowserList 
{
	font-size: 1.2em;
	color: blue;    
}
.CourseCategory
{
	font-size: 1.4em;
	color: blue;    
}
.GuestHyperLink
{
	font-size: 0.9em;
	color: Blue;
	text-decoration: none;
}

.HomeHead
{    
    margin-top: 10px;
    margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.3em;
	color: #0B0B61;		
}


a {text-decoration:none;}

a:hover {text-decoration:underline;}

a[disabled]{ color:Gray !important; }

#wrapper{
	width:1080px;	
	border:1px solid #FFFFFF;
	padding-bottom:4px;
	text-align:left;
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 772px;
	width: 770px;
}

#header
{
	position: relative;
/*	height: 50px; let it fit the logo */
/*	border-bottom: 1px solid #000000; */
}
#logo{
	position:absolute;
	top:20px;
	left:20px;
}
#banner{
	text-align:left;
	margin:10 10px;
}

#mainnav
{
	padding: 10 152px;
	background-color: #6699CC;
	color: #FFFFFF;
	border-bottom: 0px solid #000000;
}

* html #mainnav tr {height:1.4em;}

#mainnav .item {
	padding:2px 7px;
	background-color:#6699CC;
	color: #FFFFFF;
}

* html #mainnav .item {padding:0 20px;}

#mainnav .selected {color:#F2F2F2;}

#mainnav .hover
{
	color: #ffe4b5;
}
#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 1060px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-left: 75px;    /*** Critical left col dimension value ***/
	border-left: 1px solid #FFFFFF;   /*** Critical left divider dimension value ***/
	border-right: 1px solid #FFFFFF;   /*** Critical right divider dimension value ***/
}
* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 408px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	width: 960px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
#floatwrapper {
	float: left;
	width: 1060px;		/*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px; /*** Static fix ***/
	min-height: 300px;	/*** make the copy area at least 300px to keep the footer down the page ***/
}
#centercolumn{
	float: right;
	width: 1060px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/* \*/
	margin-left: -1px;
	/* Hidden from IE-mac */
	padding-top:0px;
}
#breadcrumbs{
	position:absolute;
	top:5px;
	left:25px;	
	font-size:0.9em;
}
#breadcrumbs a {
	color:#0000bf;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}

#copy a {color:#0000bf;}

#copy .container {
	margin:5px;
	padding:0 20px 15px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}
	
/* \*/
* html #copy .container {height:1%;}
/* */

#copy .teaser {
	color:#999999;
	font-size:0.9em;
	font-weight:bold;
}
#copy .container h1, #copy .container h2
{
	margin: 0 -20px;
	padding: 0 20px 2px 20px;
	background-color: #3366ff;
} 

#copy td, #copy th {padding: 0.2em 0.5em;}

#copy td {
	padding: 0.2em 0.5em;	
}

#copy fieldset {	
	padding:1em;
	margin-bottom:1em;
	border:1px dotted #000000;
}

#copy legend {
	color:#666666;
	background-color:#FFFFFF;
}

* html #copy legend {padding:0.5em;}

div.readmore {
	text-align:right;
	font-size:0.9em;
}

#subnav {
    overflow:hidden;
    margin:0 0 40px 2px;
}

* html #subnav tr {height:1.4em;}

#subnav .item {
	padding:2px 7px;
	background-color:#FFFFFF; 
	color:#333333; 
}

* html #subnav .item {padding:0 20px;}

#subnav .selected {
	background-color:#666666; 
	color:#FFFFFF;
}
#subnav .hover {
	color:#333333; 
	background-color:#F2F2F2;
}

ul.product-view
{
clear:both;
float:left;
}

 ul.product-view li
{
float:left;
width:230px;
margin-right:15px;
list-style-type:none;
padding-bottom:30px;
}

 ul.product-view li.last-child
{
margin-right:0;
}

ul.product-view
{
    clear:none;
}
 ul.product-view li h3
{
height:25px;
font-size:1em;
position:relative;
margin-bottom:.3em;
}

 ul.product-view li h3 a
{
display:block;
position:absolute;
bottom:0;
}

 ul.product-view li img
{
border:1px solid #28A4EC;
}

#footer
{
	clear: both;
	margin: 1px 5px;
	background-color: #FFFFFF;
	font-size: 0.9em;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 20px;
	text-align: center;
}
#footer a {
	margin:1px 5px;
	color:#0000bf; 
}
.button, .grid-apply
{    	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;   
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #ffffff !important;
    text-shadow: none;
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 0px 20.6px;
    font-weight: 300;    
    margin: 0;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-color:#00B233;   

}
.button:hover, .grid-apply:hover
{
    border: 0px solid #B8B8B8;
    background-color: #00BD36;
    cursor:pointer;
}

.button:active, .grid-apply:active {
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03)
}

.NormalTableHead
{
	border-top-width: thin;
	padding-left: 5px;
	font-weight: bold;
	border-left-width: thin;
	font-size: 1.0em;
	border-left-color: #b0c4de;
	border-bottom-width: thin;
	border-bottom-color: #b0c4de;
	color: #00008b;
	border-top-color: #b0c4de;
	line-height: 1.1em;
	background-color: #99CCFF;
	border-right-width: thin;
	border-right-color: #b0c4de;
	-moz-border-radius: 5px;
    border-radius: 5px;
}
.NormalTableItem
{
	padding-left: 0px;
	font-size: 0.9em;
	color: black;
	border-bottom: dimgray;
	background-color: #ffffff;
	border: thin solid #d3d3d3;
}

.NormalTableItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    color: black;
    font-size: 0.9em;
    padding-left: 5px;
	border: thin solid #d3d3d3;
}


.NormalTableFooter
{
    background-color: #dddca3;
    line-height: 1.0em
}

.SelectedRowStyle
{
    background-color: #FFFF00;
}

.WhatsNewHeader
{
	color: #0000cd;
}

/*   Css for formatting the help files - puts the page contents 
     in a central column to make it more readable */
.helppage 
{ 
    text-align:center; 
}
.helppage div 
{ 
    margin-left: auto; 
    margin-right: auto; 
    width: 600px; 
    text-align: left; 
    padding-top:30px; 
}

td.titleBar
{
    width:500px;
	color: #FFFFFF;
	font-weight: bold;
	height:30px;	
	background-image: url(Images/GradientBlue.png);	
}

td.titleBarWide
{
    width:800px;
	color: #FFFFFF;
	font-weight: bold;
	height:30px;	
	background-image: url(Images/GradientBlue.png);	

}


#floatwrapper table tr:first-child td:first-child 
{
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px
}

#floatwrapper table tr:first-child td:last-child 
{
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px
}

#floatwrapper  table tr:first-child th:first-child 
{
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px
}

#floatwrapper  table tr:first-child th:last-child 
{
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px
}

#floatwrapper  table tr:last-child td:first-child 
{
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
border-bottom-left-radius:5px
}

#floatwrapper table tr:last-child td:last-child 
{
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
border-bottom-right-radius:5px
}


.guestSearchControl
{
    -moz-border-radius: 6px;
  border-radius: 6px;
}

.guestCatLeftSide
{
    -moz-border-radius: 3px;
  border-radius: 3px;
}
.catImageClass
{
    -moz-border-radius: 4px;
  border-radius: 4px;
}

 #CCsub-nav
{
float:left;
width:180px;
background:#28a4ec;
-moz-border-radius: 6px;
  border-radius: 6px;
}

#CCsub-nav .hover
{
    font-weight:bold;
}

 #CCsub-nav ul
{
margin-bottom:0;
}

 #CCsub-nav li
{
font-size:1.2em;
list-style-type:none;
}

 #CCsub-nav li a
{
display:block;
border-bottom:1px solid #fff;
padding:3px 4px 4px 8px;
height:1%;
color:#fff;
}

 #CCsub-nav li a span
{
font-size:.75em;
}

 #CCsub-nav li.selected a
{
font-weight:bolder;
color:#FFD204;
}

 #CCsub-nav li.selected ul li.selected a
{
font-weight:normal;
color:#FFD204;
}

 #CCsub-nav li.selected ul li a
{
font-weight:normal;
color:#fff;
}

 #CCsub-nav li ul li
{
font-size:1em;
}

 #CCsub-nav li ul li a
{
color:#fff;
font-weight:normal;
padding-left:22px;
border-bottom:1px solid #FFD51A;
}

#CCsub-nav li a:hover
{
    font-weight:bold;
}

 #CCsub-nav li ul li.selected a
{
font-weight:normal;
}

 #CCsub-nav h2
{
font-weight:bold;
color:#FFD204;
padding:3px 4px 3px 8px;
margin:0;
}

.watermark {
    color: Gray;
    font-style: italic;
}

.guestTextWidth {
    width:80px;
}


.GuestHyperlink, #ctl00_GCP_BrowseAll,
#ctl00_GCP_MoreCoursesOfThisCategory,
#ctl00_GCP_ReturnLink,
#ctl00_GCP_ReturnURL,
#ctl00_GCP_lnkReturnURL,
.ReturnURL {
  border-radius: 7px;
  background-color: #EBF2FC;
  padding: 0.5em 0.5em 0.5em 0.5em;  
  color: #000 !important;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
  width: 240px;
  border: solid 1px #99CCFF;
}

.MultiReturnURL {
  border-radius: 7px;
  background-color: #EBF2FC;
  padding: 0.5em 0.5em 0.5em 0.5em;  
  color: #000 !important;
  font-weight: bold;
  margin-bottom: 3px;
  min-width: 240px;
  border: solid 1px #99CCFF;
  display:inline !important;
}

@media print {	
	body
	{ 
		font-size: 11pt;
		line-height: 13pt;
		background: #EEEEEE;
	 }
	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#mainnav{
		padding:0;
		text-align:center;
	}

	#search {display:none;}

	#wrapper, #header, #copy .container, #footer {
		background:transparent;
	}
	#mainnav, #mainnav .item, #mainnav .selected {
		background:transparent;
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	#breadcrumbs {position:static;}

	#copy .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	#footer {		
		display:none;
	}
	#banner 
	{
		display:none;
	}
	#mainnav
	{
		display:none;
	}
	.reportParamPrint
	{
	    display:none;
	}
	/* style for the Delegates section of the Admin Report */
	table.Delegates td
	{
		border:2px;
		border-style:solid;
		border-color:Black;
	}

    #floatwrapper
    {
        float: none;
    }

}

@media all and (min-width: 1200px) and (max-width:1250px) {
    #wrapper {
        margin-left :50px !important;
        margin-top : 0px;
    }
}
@media all and (min-width: 1250px) and (max-width:1300px) {
    #wrapper {
        margin-left :100px !important;
        margin-top : 0px;
    }
}
@media all and (min-width: 1300px) {
    #wrapper {
        margin-left :150px !important;
        margin-top : 0px;
    }
}

@media all and (max-width: 1200px) {
    #wrapper {
        width: 1080px;
        margin:0 auto;
    }
}
@media all and (max-width: 800px) {

    #wrapper {
        width: 800px;
        margin:0 auto;
    }

    #contentwrapper{
	    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	    width: 795px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	    margin-left: 0px;
    }

    #floatwrapper {
	float: left;
	width: 795px;		/*** Critical left and right col/divider dimension value (moves inversly) ***/		
    }
    #centercolumn{
	float: right;
	width: 795px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/	
    }

}

@media all and (max-width: 640px) {
    #wrapper {
        width: 640px;
    }
    #contentwrapper{
	    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	    width: 635px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	    margin-left: 0px;
    }

    #floatwrapper {
	float: left;
	width: 630px;		/*** Critical left and right col/divider dimension value (moves inversly) ***/		
    }
    #centercolumn{
	float: right;
	width: 630px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/	
    }
 #floatwrapper {
	float: left;
	width: 600px;
    }
   #ctl00_LinkButton1
   {
     display:none;
   }
 .PageHeaderTextClass  
   {
      display:none;
   }


}


@media all and (max-width: 480px) {
body
{
}
    #wrapper {
        width: 480px;
    }

    #contentwrapper{
	    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	    width: 475px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	    margin-left: 0px;
    }

    #floatwrapper {
	float: left;
	width: 475px;		/*** Critical left and right col/divider dimension value (moves inversly) ***/		
    }
    #centercolumn{
	float: right;
	width: 475px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/	
    }
.catImageClass {
        display:none;
    }
 .sectionHeader {
        width:400px !important;
    }
   #ctl00_LinkButton1
   {
     display:none;
   }
   .guestImageBackground
   { 
      width:390px;
   }
   .PageHeaderTextClass  
   {
      display:none;
   }




}

@media all and (max-width: 360px) {
body
{
}
    #wrapper {
        width: 480px;
    }

    #contentwrapper{
	    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	    width: 360px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	    margin-left: 0px;
    }

    #floatwrapper {
	float: left;
	width: 355px;
    }
    #centercolumn{
	float: right;
	width: 355px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/	
    }
.catImageClass {
        display:none;
    }
 .sectionHeader {
        width:340px !important;
    }
   #ctl00_LinkButton1
   {
     display:none;
   }
   .guestImageBackground
   { 
      width:280px;
   }

}


@media all and (max-width: 320px) {
body
{
}
    #wrapper {
        width: 320px;
    }

    #contentwrapper{
	    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	    width: 315px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	    margin-left: 0px;
    }

    #floatwrapper {
	float: left;
	width: 315px;	
    }
    #centercolumn{
	float: right;
	width: 315px;   
    }
 .sectionHeader {
        width:315px !important;
    }
   #ctl00_LinkButton1
   {
     display:none;
   }
   .guestImageBackground
   { 
      width:270px;
   }

}
