
	Body
	 {
	  	margin: 0 auto;
		background-color: #EFEEEC;
		background:url(images/background.jpg) top left repeat-x #ffffff;
		background-size:1300px 1500px;
		
		
	}
	
    a:link, a:hover, a:visited
	{
		color: #1172A5;
		text-decoration: none;
	}
	a:hover
	{
		color: #285050;
		text-decoration: none;
	}
	
	#container
    {
        display: table;
		border:2px;
		padding-left: 10px;
        padding-right: 10px;
		font-family:tahoma, verdana, arial, sans-serif;
		font-size:20px;
		margin:0 auto;
		width:1000px
    }
	
	#mainTable
	{
		width:1000px;
		/*
height:100%;
*/
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		border:1px solid #969696;
		background-color:#FFFFFF;
		overflow:auto;
		margin-top:20px;
		
	}
	#footer 
	{
	    color: #808080;
	    font-size: 11px;
	    
	    margin: 0 auto;
	    width: 960px;
		padding: 5px 15px;
		height: 20px;
		
		font-family:verdana;
		text-decoration: none;
	}
	#tabs
	{
		width:770px;
	}
     .Title
    {
    	width:1000px;
        text-align: center;
        font-weight: bold;
        font-size: larger;
		margin-top: 10px;
		padding-top: 10px;
		height:40px
    }
    .Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .Row
    {
        display: table-row;
		padding-left: 10px;
        padding-right: 10px;
		padding-top: 10px;
		width:1000px;
    }
    .cell
    {
       border: 0;
        border-width: thin;
        padding-left: 10px;
        padding-right: 5px;
		margin-left:10px;
		font-family:tahoma, verdana, arial, sans-serif;
		font-size:12px;
		float:left;
    }
	.login
    {
        border: 0;
        border-width: thin;
        padding-left: 10px;
        padding-right: 5px;
		margin-left:10px;
		font-family:tahoma, verdana, arial, sans-serif;
		font-size:12px;
		float:left;
		text-align:left;
		width:175px;
		min-height:550px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		border:1px solid #A1A1A1;
		background:rgba(235,235,235,0.5);
		padding-left: 0;
		padding-right: 5px;
		
    }
	.menuTitle{	
	background: none repeat scroll 0 0 rgba(50, 142, 189, 0.3);
    border: 2px none;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 2px 2px #B3B3B3;
	text-align: center;
	color: #1179AD;
    font-family: tahoma,verdana,arial,sans-serif;
    font-size: 20px;
	font-weight:bold;
    height: 30px;
    margin: 0 0 10px;
    width: 180px;
	}
	
	.social {
	    border: thin none;
	    font-family: tahoma,verdana,arial,sans-serif;
	    font-size: 12px;
	    margin: 0 auto;
	    width:800px;
	}
	
	
	.blog {
	    border: 1px solid #CCCCCC;
	    float: left;
	    font-family: tahoma,verdana,arial,sans-serif;
	    font-size: 12px;
	    height: 550px;
	    margin: 0 0 0 10px;
	    overflow: auto;
	    padding-left: 5px;
	    padding-right: 5px;
	    width: 380px;
	}
	.Table
    {
        margin:15px 0 0 0;
		width:125px;
		border:2px;
		font-family:tahoma, verdana, arial, sans-serif;
		font-size:20px;
    }
    /* Documents Grid override */
    #dt_table_length label {
    	clear: left;
    	float:none;
    	width: 7em;
    }
    
    #dt_table_filter label {
    	clear: left;
    	float:none;
    	width: 7em;
    }
    
    #dt_table {
    	font-size: 12px;
    }
    /* End docs drid override */
	.contentArea
    {
        
		display: table-cell;
		border: 0;
        border-width: thin;
        padding-left: 10px;
        padding-right: 5px;
		margin-left:10px;
		font-family:verdana, arial, sans-serif;
		font-size:10px;
		float:left;
		
		height:100%;
    }
    
    .loginContentArea
    {
        
		display: table-cell;
		border: 0;
        border-width: thin;
        text-align:center;
		font-family:verdana, arial, sans-serif;
		font-size:10px;
		vertical-align:top;
		margin: 0 auto;
    }
    
	#content 
	{
	color: #333333;
    font-size: 13px;
    padding: 0 0 5px 0;
	

}
	.bottom
    {
        margin:30px 0 0 0;
		
		border:2px;
		font-family:tahoma, verdana, arial, sans-serif;
		font-size:20px;
		margin:10px 0 0 0;
		width:1000px;
		height:20px;
		-webkit-border-radius: 0px 0px 20px 21px;
		-moz-border-radius: 0px 0px 20px 21px;
		border-radius: 0px 0px 20px 21px;
		background:rgba(179,179,179,0.2);
		-webkit-box-shadow: #B3B3B3 5px 5px 5px;
		-moz-box-shadow: #B3B3B3 5px 5px 5px;
		box-shadow: #B3B3B3 5px 5px 5px;
    }
	
	.bottomCell
	{
		
	}
	.button {
   border-top: 1px solid #d6c8ba;
   background: #855b31;
   background: -webkit-gradient(linear, left top, left bottom, from(#f28109), to(#855b31));
   background: -webkit-linear-gradient(top, #f28109, #855b31);
   background: -moz-linear-gradient(top, #f28109, #855b31);
   background: -ms-linear-gradient(top, #f28109, #855b31);
   background: -o-linear-gradient(top, #f28109, #855b31);
   padding: 4px 8px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 1em;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #f28b0c;
   background: #f28b0c;
   color: #ccc;
   }
.button:active {
   border-top-color: #5c3c1b;
   background: #5c3c1b;
   }
  .fieldset {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

} 
.formgrid {
	border:1px;
	border-color: #e2e2e2;
	border-style: solid;
	padding: 5px;
}
.students {
	width:736px;
	height:100%;
    border-style: none none solid;
    border-width: 0;
    color: #333333;
    font-size: 12px;
    padding: 0 2px;
	overflow: hidden;
    table-layout: fixed;
}
.students tbody td {
	border-bottom: 1px solid #CCCCCC;
	padding-left: 3px;

}
.students tr.rowEven{
	background-color: #EFF9FF;
}
.students tr.rowOdd{
	background-color:#ffffff;
}
.propTable{
	font-size: 12px;
}

.smaller {
	font: 11px Verdana;
}
.required {
	color: #ff0000;
	font: 11px Verdana;
}
.alert {
	color: #f00000;
}
.privacy {
	font: 11px Verdana;
	text-decoration: none;
}

a.privacy:link, a.privacy:visited, a.privacy:active  {
  	color: #cccccc;
	text-decoration: none;
}

a.privacy:hover {
	color: #ffffff;
	text-decoration: none;
}
.dash-line {
	 border-bottom: 1px dashed #e2e2e2;
}
h2 {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
	text-decoration:none;
	padding: 0;
}
h3 {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
	text-decoration:none;
}
h4 {
    color: #1179AD;;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
label {
	clear: left;
	float: left;
	width: 7em; /* or whatever length suits */
}
.profileLabel {
	clear: left;
	float: left;
	width: 15em;
	text-align: right;
	padding-right: 5px;
}
a.chart:link, a.chart:visited, a.chart:active  {
  	color: #aa1318;
	text-decoration: none;
}

a.chart:hover {
  color: #285050;
	text-decoration: none;
}

a.chart2:link, a.chart2:visited, a.chart2:active  {
	font: 12px Verdana;
  	color: #aa1318;
	text-decoration: none;
}

a.chart2:hover {
  	font: 12px Verdana;
  	color: #285050;
	text-decoration: none;
}
#linkbar  {
    color: #000000;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    margin: 7px 0 5px;
	width: 400px;
    padding: 0 10px 0 10px;

}
#linkbar  a {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin: 7px 0 5px;
	width: 400px;
    padding: 0;
    text-decoration: none;
}
#linkbar  a:hover {
    color: #cccccc;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin: 7px 0 5px;
	width: 400px;
    padding: 0;
    text-decoration: none;
}
.headerctn {
    background-color:#F7A341;
    clear: both;
    color: #ffffff;
    font: 12px Verdana;
    height: 25px;
    margin: 10;
    padding: 0;
	-webkit-border-radius: 15px 16px 15px 16px;
	-moz-border-radius: 15px 16px 15px 16px;
	border-radius: 15px 16px 15px 16px;
}
.header {
    float: left;
	font-size: 16px;
	font-weight: bold;
    line-height: 1.4em;
	padding-left: 8px;

}
.menuLink {
    margin-left:5px;
	margin-bottom:5px;
	font-size: 14px;

}
a.content:link, a.content:visited, a.content:active  {
	color: #1172A5;
	text-decoration: none;
}

a.content:hover {
	color: #285050;
	text-decoration: none;
}
.homecourses {
	width:500px;
	height:100%;
    border-style: none none solid;
    border-width: 0;
    font-size: 12px;
    padding: 0 2px;
	overflow: hidden;
    table-layout: fixed;
}
.homecourses tbody td {
	padding-left: 3px;

}


/* Generated via www.cssmenubuilder.com */

.menu{margin:5px 0 0 10px; padding:0; width:180px; list-style:none;}
.menu ul{padding: 0}
.menu li{padding:0 0 0 5px;; margin:0 0 1px 0; height:20px; display:block;background:url(images/folder.png) no-repeat; }
.menu li a{text-align:left;height:40px; padding:0px 15px; font:14px Verdana, Arial, Helvetica, sans-serif; display:block; text-decoration:none;}
.menu li a:hover{color:#F7A341;}
.menu li a.active{font-weight:bold;}
.menu li a.currentLink{font-weight:bold;}
.menu li a span{line-height:20px;}
 /* This CSS is used for the Show/Hide functionality. */
   .more {
      display: none;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666; }
   a.showLink, a.hideLink {
      text-decoration: none;
      color: #36f;
      padding-left: 8px;
      background: transparent url(down.gif) no-repeat left; }
   a.hideLink {
      background: transparent url(up.gif) no-repeat left; }
   a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px dotted #36f; }

/* jquery ui override */
img.ui-datepicker-trigger {
	position: relative;
    top: 4px;
    left: 4px;
    cursor: pointer;
}