/* @group GENERAL */

body {
	background-color: #d3d3d3;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, Tahoma, Arial, sans-serif;

	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #555555;
	margin-top: 10px;
	margin-bottom: 10px;
}

#alert {
	width: 400px;
	border: thin solid #555555;
	padding: 30px;
}

#alert h1 {
	text-align: center;
}

#alert h3 {
	text-align: center;
}



#container {
	width: 940px;
	height:  auto;
	background: url(../images/RWTP1_bg940_middle.png) repeat-y;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
}

#container #top{
	position: relative;
	background: url(../images/RWTP1_bg940_top14.png) top no-repeat;
	width:  940px;
	height: 14px;
	z-index: 3;
}

#container #bottom{
	position: relative;
	background: url(../images/RWTP1_bg940_bottom14.png) bottom no-repeat;
	width:  940px;
	height: 14px;
	z-index: 4;
}

#pageHeader {
	position: relative;
	margin-left: 12px;
	margin-right:  12px;
	height: 90px;
	background-color: #5e7e93;
	border: 0px;
}

#pageHeader h1 { 
	margin: 0px;
	padding-left: 25px;
	padding-top: 25px;
	font-family: Myriad, "Myriad Roman" , "Myriad Pro" , "Myriad Web", "Lucida Grande", Lucida, Tahoma, Verdana, Arial,  sans-serif;
	font-size: 22px;
	line-height: 1.1em;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	text-shadow: 0px 1px 3px #333333;
}

#pageHeader h2 {
	margin: 0;
	padding-left: 25px;
	padding-top: 8px; 

	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.2px;
}

#pageHeader #logo{
	float: right;
	margin-right: 0px;
	margin-left: 24px;
}

#breadcrumbcontainer {
	position:  relative;
	text-align:  center;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	height:  24px;
	background: url(../images/breadcrumb_bg.png) repeat-x;
	padding:  3px 0px 0px 3px;
	font-size:  10px;
	text-align: left;
	color: #555555;
	border-top: 1px solid #5e7e93;
}

#breadcrumbcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 6px;
	padding-left: 8px;
	display:  inline;
}

#breadcrumbcontainer li { 
	margin: 0 0 0px 0;
	display: inline;
}

#breadcrumbcontainer a {
	text-decoration: none;
	display: inline;
	color:  #666666;
}

#breadcrumbcontainer a:hover {
	/* text-decoration: underline;*/
	display: inline;
	color:  #666666;
}
/* @end */




/* @group GLOBAL CLASSES */

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px solid #555555;
	color: #555555;
}

a:hover {
	border-bottom-style: dotted;
}


.imageStyle {
	padding: 3px 6px 3px 6px;
	margin: 0px;
}

blockquote, .standout {
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color: #555555;
	padding-left: 10px;
	border-left:  5px solid #6c96ac;
}


h1 {
	font-family: Myriad, "Myriad Roman" , "Myriad Pro" , "Myriad Web", "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	color: #2C5079;
	text-align: left;
	font-weight:  bold;
	letter-spacing: -1px;
}

h2 {
	font-family: Myriad, "Myriad Roman" , "Myriad Pro" , "Myriad Web", "Lucida Grande", Lucida, Verdana, Tahoma, Arial,  sans-serif;
	font-size: 18px;
	line-height: 1.1em;
	color: #2C5079;
	text-align: left;
	font-weight:  bold;
	letter-spacing: -1px;
}

h3 {
	font-family: Myriad, "Myriad Roman" , "Myriad Pro" , "Myriad Web", "Lucida Grande", Lucida, Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.1em;
	color: #2C5079;
	text-align: left;
	font-weight:  bold;
	letter-spacing: -1px;
}


h4 {
	font-size: 14px;
	line-height: 1.1em;
	color: #2C5079;
	text-align: left;
	font-weight:  bold;
}


h5 {
	font-size: 12px;
	line-height: 1.1em;
	color: #2C5079;
	text-align: left;
	font-weight:  bold;
}

/* @end */

/* @group CONTENT LAYOUT */


#contentwrapper {
	position: relative;
	margin-left:  12px;
	margin-right: 12px;
	background: none;
	padding:  0px;
}

#sidebarContainer {
	float: left;
	position: relative;
 	width: 200px;
	padding: 0px 0px 10px 4px;
	margin: 0px;
	background: none;
	z-index: 5;
}

html>body #sidebarContainer {
	padding: 0px 0px 10px 8px;
}

#sidebarContainer .sideHeader {
	font-size: 13px;
	line-height: 1.1em;
	color: #5e7e93;
	text-align: center;
	font-weight:  bold;
	margin: 0px 0px 6px 0px;
	padding: 0;
	background: none;
}	

#sidebarContainer #sidebar {
	margin-top: 0px;
	padding: 10px 8px 10px 8px;
	font-size: 11px;
	line-height: 15px;
	color: #555555;
	/* border-top: 1px dashed #aeaeae; */
	/* border-bottom: 1px dashed #aeaeae;*/
	background-color: none;/*#eeeeee;*/
	text-align: left;
}

#sidebarContainer #sidebar .sideHeader {
	font-size: 13px;
	line-height: 1.1em;
	color: #5e7e93;
	text-align: center;
	font-weight:  bold;
	margin: 4px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	background: none;
}	

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}

#sidebarContainer #sidebar p {
}


#contentContainer {
	position: relative;
	margin-left: 220px;
	padding: 0px 24px 18px 24px;
	text-align:  left;
	background: none;
}

#contentContainernoside {
	padding: 0px 24px 18px 24px;
	text-align:  left;
	background: none;
}

#contentContainer ul {
}

#contentContainer li {
}

#footer {
	position: relative;
	height: 10px;
	margin-left: 8px;
	margin-right: 8px;
	background: none;
	padding: 7px 10px 8px 10px;
	text-align: center;
	border-top: 1px dashed #aeaeae;
	z-index: 6;
}

#footer p {
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */



/* @group TOOLBAR */


.clearfix:after{
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

/* Toolbar Styles */

#navcontainer {
	line-height: normal;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}


#navcontainer h1 {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 24px;
	color: #2C5079;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .2px;	
	/*background: #FFFFFF url(../images/navbutton200_mainbg.png) no-repeat top left; */
}

#navcontainer #current {
	text-decoration: none;
	font-weight: bold;
	color: #2C5079;
	font-size: 11px;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #2C5079;
	text-decoration: underline;
}


/* Parent - Level 0 */

#navcontainer ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#navcontainer li { 
	margin: 0px;
	padding: 0px;
	width: 200px;
	margin-bottom: 1px;
}

#navcontainer a{
	display: block;
	height:  24px;
	color: #777777;
	text-decoration: none;
	text-indent: 35px;
	background: #FFFFFF url(../images/navbutton200_mainbg.png) no-repeat top left;
	padding: 5px 0px 0px 0px;
	border-bottom: none;
}

#navcontainer a:hover {
	color: #2C5079;
	text-decoration: none;
}


#navcontainer #section h1 {
	text-align: center;
}


/* Child - Level 1 */

#navcontainer ul ul li { 
	margin: 0px;
}

#navcontainer ul ul a /* Opportunities */
{
	display: inline;
	padding: 4px 0px 0px 0px;
	color: #777777;
	text-decoration: none;
	text-indent: 0;
	/*background: url(../images/menuarrow45.png) left top no-repeat;*/
	background: none;
}

#navcontainer ul ul a:hover{
	text-decoration: none;
	color: #2C5079;
}

#navcontainer ul ul #current{
	text-decoration: none;
	font-weight: bold;
	color: #2C5079;
	height: 16px;
}

#navcontainer ul ul .currentAncestor {

}



/* Child - Level 2 */


#navcontainer ul ul ul li { margin: 0px;}

#navcontainer ul ul ul a
{
	display: block;
	height: 16px;
	padding: 0px 0px 3px 0px;
	color: #777777;
	text-decoration: none;
	text-indent: 66px;
	background: url(../images/menuarrow61.png) left top no-repeat;
}

#navcontainer ul ul ul a:hover{
	text-decoration: none;
	color: #2C5079;
}

#navcontainer ul ul #current{
	text-decoration: none;
	font-weight: bold;
	color: #2C5079;
	height: 16px;
}

#navcontainer ul ul .currentAncestor {
}


/* Child - Level 3 */

#navcontainer ul ul ul ul li { margin: 0px;}

#navcontainer ul ul ul ul a
{
	display: block;
	height: 16px;
	padding: 0px 0px 3px 0px;
	color: #777777;
	text-decoration: none;
	text-indent: 82px;
	background: url(../images/menuarrow77.png) left top no-repeat;
}

#navcontainer ul ul ul ul a:hover{
	text-decoration: none;
	color: #2C5079;
}

#navcontainer ul ul ul #current{
	text-decoration: none;
	font-weight: bold;
	color: #2C5079;
	height: 16px;
}

#navcontainer ul ul ul .currentAncestor {
}


/* @end */




/* @group FILE SHARING */

.filesharing-description {
	margin-bottom: 15px;
}

.filesharing-item {
	margin-bottom: 10px;
}

.filesharing-item a{
	color: #555555;
	text-decoration: none;
}

.filesharing-item a:hover {
	color: #2C5079;
	text-decoration: none;
}

.filesharing-item-title {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: normal;
}

.filesharing-item-description {
}

/* @end */

/* @group DATA TABLE */

th#calendar {
	width: inherit;
}

td#calendar {
	text-align: right;
}

.tdata {
	background-color: #d0d2d3;
	color: #555555;
	text-align: left;
}

.tdata tr {
	background-color: #ffffff;
}

.thdr td,th {
	background-color: #e7e7e7;
	color: #2C5079;
	font-weight: bold;
}

.todd td {
	background-color: #eeeeee;
}

.teven {
	background-color: #ffffff;
}

/* @end */

/* @group custom */

#curriculum table {
	font-size: 11px;
	background-color: #d0d2d3;
}

#curriculum th {
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

#teachercurset th {
	text-align: left;
}


#plan {
	color: #545454;
    font-size: 12px;
}

#plan h1 {
	color: #545454;
    font-family: 'Cochin', 'Times New Roman', 'serif';
    font-size: 32px;
    margin: 0;
}
#plan h2 {
	color: #545454;
    font-family: 'Cochin', 'Times New Roman', 'serif';
    font-size: 20px;
    line-height: 18px;
    padding-top: 12px;
	padding-bottom: 0px;    

}
#plan h3 {
	color: #545454;
    font-family: 'Cochin', 'Times New Roman', 'serif';
    font-size: 16px;
}

#op th {
	background-color: #e7e7e7;
	color: #2C5079;
	text-align: left;
}



#results {
	color: #545454;
	font-family: 'arial', 'sans-serif';
    font-size: 12px;
}

.dn {
	text-align: right;
}

.redlink a {
	color: #f00;
}

.greenlink a {
	color: #008400;
}

/* @end */
