/* Layout Stylesheet */ 

body
{
	margin:0px;
	background-color: #ffffff;
	color: #333333;
	text-align:center;
	padding:0px;
	border-collapse: collapse;
	background-image: url(/IMAGES/background_gradient.jpg);
	background-repeat: repeat-x;
} /* WinIE behavior call to fix IE's stupid hover issues  (MS is NOT standards compliant!!)*/

.tblgenforum {
    width:100%;
    margin:0px;
    padding:0px;
}

.tblgenforum th {
    font-weight:bold;
    text-align:center;
    color:White;
    background-color:Gray;
    margin:0px;
    padding:2px;
}

.tblgenforum td {
    padding:2px;
    margin:0px;
}

#outer
{
    /*background: transparent url(/leftShadow.png) repeat-y scroll 50% 100%;*/
	text-align:left;
	width:860px;
	margin: 0px auto;
	background-color:white;
}

#mainContainer
{
    /*background: transparent url(/bottomShadow.png) no-repeat scroll center 100%;*/
}


#hdr
{
	font-family: arial,helvetica,sans-serif;
	width: 860px;
	padding: 5px 0;
}	/*header container (top banner)*/

#leftcol
{
	float:left;
	font-family: arial, helvetica, Sans-Serif;
	color: #555;
	width:0px;
}	/*left column container*/

#cont
{
	width:820px;
	color: #555555;
	text-align:left;
	font-family: arial, helvetica, Sans-Serif;
    font-size: .9em;
	padding:19px;
	border:1px solid #C5E1F1;
	margin:0px;
	z-index:1;
	background-color: White;
}	/*content container (main page content container)*/


h1,h2,h3,h4,h5,h6
{
	margin:20px 0px; 
	padding:0px;
	font-weight:bold;
	font-family:Arial, helvetica, Sans-Serif;
	color:#135184;
}

h1 { font-size:1.8em; }
h2 { font-size:1.6em; }
h3 { font-size:1.4em; }
h4 { font-size:1.2em; }
h5 { font-size:1.0em; }
h6 { font-size:.8em; }


#footer
{
	height:50px;
	/*background: white;*/
	margin:auto;
	font: bold .6em arial;
	text-align: center;
	width: 860px;
	margin-bottom:600px;
}	/*footer (bottom container of page)*/

#announcements
{
    border: solid 1px #032242;
    -moz-border-radius: 6px;
    background-color: #dfebf7;
    padding: 5px;
}
p
{
	margin:10px 0px;
	padding:0px;
}



.btn65px, .btn180px
{
	font-size: 11px;
	text-transform: uppercase;
	color: #246;
	font-weight: bold;
	font-family: tahoma, verdana, arial;
	text-align: center;
	background-position: top left;
	background-repeat: repeat;
	text-decoration: none;
	padding: 5px 0px 8px 0px;
	height: 14px;	
	display: block;
} 

.link
{
    color: #329;
    text-decoration: none;   
}
.btn65px 
{	
	background-image: url(./buttons/btn65px.gif); 
	width: 65px; 
}

.btn180px
{
	background-image: url(./buttons/btn180px.gif); 
	width: 180px; 	
}

.btn65px:hover, .btn180px:hover
{
	background-position: 0px 56px;
	color: #246;
}

.btn65px:active, .btn180px:active
{
	background-position: 0px 26px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #1f4163;
}

.btnsm50px, .btnsm78px, .btnsm43px, .btnsm55px
{
	font-size: 8pt;
	color: #246;
	font-weight: bold;
	font-family: arial;
	text-align: center;
	background-position: top left;
	background-repeat: repeat;
	text-decoration: none;
	padding: 2px 0px 8px 0px;
	height: 9px;
}

.btnsm50px 
{
	background-image: url(./buttons/logout2.gif); 
	width: 50px;  
}


.btnsm78px 
{
	background-image: url(./buttons/myaccount2.gif); 
	width: 78px;  
}

.btnsm43px 
{
	background-image: url(./buttons/login2.gif); 
	width: 43px;  
}

.btnsm55px
{
	background-image: url(./buttons/register2.gif); 
	width: 55px; 	
}

.btnsm50px:hover, .btnsm43px:hover, .btnsm78px:hover, .btnsm55px:hover
{
	background-position: 0px 44px;
	color: #246;				
}

.btnsm50px:active, .btnsm78px:active, .btnsm43px:active, .btnsm55px:active
{
	background-position: 0px 20px;
	color: #1f4163;
	padding-top: 2px;
	padding-bottom: 6px;							
}

input.login
{
	width: 110px;
	height: 14px;			
	/*font-size: .8em;*/
	font-size: 1em;
	position: relative;
}

input
{
	/*
	border: 1px solid #246;
	color: #246;
	background-color: white;
	*/
}
legend { font-weight:bold; }

#manageNav
{
    padding-top: 10px;
    padding-bottom: 5px; 
    
}
#manageNav a:link
{
    text-decoration: none;
  	color: #246;
}
#manageNav a:visited
{
   color: #7093db;
   text-decoration: none;
}

a img { border:none; }
.clear { clear:both; font-size:0px; height:0px; }
.col50p { display:inline; float:left; width:50%; }
.col49p { display:inline; float:left; width:49%; }


.dialogbox { border:1px solid gray; background-color:#ffffff; margin:0px; padding:0px; }
.dialogtitle { padding:5px; font-weight:bold; text-align:center; background-color:#eeeeee; border-bottom:1px solid gray; }
.dialogcontent { padding:5px 15px 15px 15px; text-align:left; }

ul.prodlist { margin:10px 15px; padding:0px; }
ul.prodlist li { margin:5px 0px; padding:0px; }
ul.prodlist li h5 { margin:5px 0px; padding:0px; }
ul.prodlist li p { margin:5px 0px; padding:0px; }


.shortdesc { font-size:1em; font-weight:bold; margin:10px 0px; }
.proddesc { font-size:.9em; margin:5px 0px; }

.courselist h2 { font-size:1.3em; }
.courselist td { vertical-align:top; }

table.general td { vertical-align:top; }

.navarrow { margin:0px 10px 0px 10px; }

.breadcrumbbar { font-size:.9em; }

.breadcrumbbar a:link { color:Blue; }
.breadcrumbbar a:visited { color:Blue; }
.breadcrumbbar a:hover { color:Blue; }
.breadcrumbbar a:active { color:Blue; }

table.pricingmatrix { width:100%; }
table.pricingmatrix caption { font-size:1.2em; border:1px solid gray; }
table.pricingmatrix th { font-weight:bold; text-align:center; border:1px solid gray; }
table.pricingmatrix td { border:1px solid gray; }
table.pricingmatrix .pricecost { text-align:center; }

table.startCart td { vertical-align:top; }
table.newaccount { width:100%; }
table.newaccount td { vertical-align:top; padding:5px; }
table.newaccount input { padding:2px; margin:0px; height:1.2em; }
fieldset.mainFieldset { border:1px solid #aaaaaa; padding:5px; margin:20px 0px; width:450px; }

.genError { font-weight:bold; color:Red; }
.genSmallNote { font-size:.8em; font-style:italic; padding-top:5px;  }

#tblDistricts td { vertical-align:top; }

#shoppingIcon { margin:10px; }
#shoppingIcon td { padding:5px; width:60px; }
#shoppingIcon div { color:Gray; margin-top:5px; }

div.downloadcatalog { margin: 0; font-weight: bold; padding: 5px; }
div.downloadcatalog img { vertical-align: middle; width: 25px; }
