

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
	font-family:arial;
}
textarea{
width:100%;
}
a {
color: #000000;
}

a:hover {
color: #050044
}

img {
border: 0;
}

body {

	color: #FFF;
	font: normal 62.5% Tahoma,sans-serif;
  background-image:url('img/bkg.jpg');
}

ul {padding-bottom: 1.2em;}
p{padding-bottom: 1.2em;
clear:both;
}
#divRegister p{
padding:10px 0px 10px 0px;
}
#divLogin p{
padding:10px 0px 10px 0px;
}
ul.list-triple li{
width:30%;
display:inline-block;
}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #005B9C;
	margin: 0 0 7px 0;
}

h2 {
	font: normal 1.3em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #005B9C;
	margin: 0 0 7px 0;
}

.clearer {clear: both;}
.left {float: left;}

.right {float: right;}
#wrapper{
	margin: 0 auto;
  width:90%;
  border:1px solid #000;
  background-color:#FFFFFF;
  overflow:hidden;
  min-width:780px;
}
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 8px 8px;
	width: 100%;
}


.top {
	padding: 8px 8px 0;
}

#loginControl{
color:#000000;
float:right;
height:23px;
padding: 0 18px;
	line-height: 23px;
}
.header {
  color:#000;
	height: 105px;
	padding: 0;
	background: #FFF url('img/banner_rpt.png') repeat-x;
	width: 100%;
}
.pricetag{
	background: transparent url('img/pricetag.png') no-repeat;
	width:110px;
	height:50px;
	font-weight:bold;
	font-size:130%;
	color:#DD3333;
	text-align:right;
	line-height:50px;
	padding:0px 20px 0px 0px;
}


#livesearch
  {
  margin:0px;
  width:194px;
  color:#000;
  background-color:#FFF;
  position:absolute;
}
#livesearch a
  {
  color:#000;
}
.navigation {	
	background: #D9E1E5 url(img/nav.jpg);
	border: 1px solid #7795BD;
	height: 50px;
	color:#000000;
}
.navigation a{
	color:#000000;
}
.navigation a.main-link {
	background: transparent url(img/nav.jpg) left top repeat-x;
	border-right: 1px solid #7795BD;
	display: block;
	float: left;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
	padding: 0 18px;
}
.navigation a:hover.main-link {
background-image:none;
background-color:#FFFFFF;
color: #005500;
}
.rss{
background: transparent url(img/rss.gif) right; 
padding-right:20px;
}

.main {
	border-top: 8px solid #FFF;
		background-image: url(img/clouds.png);
  background-repeat:repeat-x;
  background-position:top center;
}


.sidenav {
	float: left;
	width: 20%;
}
.sidenav h2 {
	color: #333300;
	font-size: 1em;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #e4e4e4;
}
.sidenav li {border-bottom: 1px solid #e4e4e4;}
.sidenav li a {
	font-size: 1.1em;
	color: #333300;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #ebebeb;
	color: #654;	
}

/* content */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
  width:75%;
  color: #666;
	font-size: 1.0em;
	margin-bottom: 6px;
}




.footer {
	background: url(img/bluefooter.jpg) repeat-x;
	color: #000;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}


.categories{
border:1px solid #000;
padding:10px;
}
.max-width{
width:100%;
}
a.max-width{
width:100%;
display:block;
padding:0px;
}
.half-width{
width:45%;
}
.bordered{
border:1px solid #CCCCCC;
}
.category{
border-bottom:1px solid #000;
}
.right{
float:right;
}
.left{
float:left;
}
.borderedTable{
border-width: 2px 0px 2px 0px;
border-style:solid;
border-color:#000;
margin-top:5px;
width:100%;
}
.padded{
padding:10px;
}
.button{
padding:5px 2px 5px 2px;
color:#000000;
text-decoration:none;
font-size:10pt;
cursor:pointer;
line-height:30px;
}
.article-listentry{
border-bottom:1px solid #000;
min-height:40px;
padding:20px 10px 20px 10px;
}
.article-listentry:hover{
background-color:#EEEEFF;
}
.blue{
background-color:#DDDDFF;
}
.blue:hover{
background-color:#BBBBFF;
}
.yellow{
background-color:#FFFFDD;
}
.yellow:hover{
background-color:#FFFFBB;
}
.margin{
margin:5px;
}

.green{
color:#33CC33;

}
.bold{
font-weight:bold;
}
.red{
color:#CC3333;
}
.absolute{
position:absolute;
background-color:#fff;
}


.clearfloats{
clear:both;
}

.windowContainer{
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-top:#000000 1px solid;
	border-bottom:#000000 1px solid;
	padding:5px;
	background-color:#ffffff;
	background-image:url("img/bluefooter.jpg");
	background-repeat:repeat-x;
}
.StudentName{
	height:35px;
	font-size:140%;
	font-weight:bold;
}
.StudentWindowTitle{
	width:100%;
	height:70px;	
	font-size:100%;
	text-align:left;
	font-weight:normal;
}

.expandableWindowContent{
	width:100%;
	height:1px;
	visibility:hidden;
	background-color:#ffffff;


}
