﻿/* STANDARD TAG REDEFINITIONS */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: Black;
	margin: 5px;
	padding: 5px;
}
TD {
	font-size: 10pt;
}
p {
	font-size: 10pt;
	margin-bottom: 7px;
	margin-top: 0;
}
a:link, a:active, a:visited {
	color: #76DEFC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: White;
}

/* HEADER STYLES */
#myHeader {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#myHeader ul {
	margin: 0;
	padding-left: 0;
	height: 44px;
	line-height: 44px;
	display: block;
	list-style: none;
	background-color: #4D4D4D;
	background-image: url('../images/bg_topnav.gif');
	background-repeat: no-repeat;
}
#myHeader li {
	display: inline;
	background-color: #222222;
	float: right;
	color: white;
}
#myHeader li a {
	height: 44px;
	line-height: 44px;
	display: block;
	padding-left: 27px;
	padding-right: 27px;
	border-left: 1px solid Black;
	float: left;
}
#myHeader li a:hover {
	background-color: #444444;
	text-decoration: none;
	color: white;
}

.myHeader a:link, a:active, a:visited {
	color: #76DEFC;
	text-decoration: none;
}

#myHeader .Visual {
	height: 130px;
	/* background-image: url('../images/bg_visual_0.jpg'); */
	background-repeat: no-repeat;
	background-color: #4492C8;
	border-top: 5px solid Black;
	border-bottom: 5px solid Black;
}
/* CUSTOM SITE CONTROLS STYLES*/
.siteActions {
	float: right;
	width: auto;
}
.myConsol {
	position: absolute;
	width: auto;
	height: 600px;
	z-index: 100;
	top: 100px;
	left: 400px;
}
/* CONTENT STYLES */
#CONTENT {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #222222;	
	height: auto;
	color: white;	
}
.CONTENT {
	background-color: #222222;
	color: white;
}
.CONTENT h1 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
	font-weight: normal;
	letter-spacing: .005em;
	background-color: #222222;	
	color: White;
	font-size: 35pt;
}
.CONTENT h2 {
	margin: 0;
	padding: 10px 0 7px 0px;
	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
	font-weight: normal;
	letter-spacing: .005em;
	background-color: #222222;	
	color: White;
	font-size: 28pt;
}
.CONTENT h3 {
	margin: 0px 0 7px 0px;
	padding: 0;
	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
	font-weight: normal;
	letter-spacing: .005em;
	color: White;
	font-size: 20pt;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;	
	background-color: #111111;
}
.CONTENT h4 {
	margin: 10px 0 7px 0px;
	padding: 5px;
	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
	font-weight: normal;
	letter-spacing: .005em;
	color: white;
	font-size: 13pt;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
	background-color: #111111;
}

.CONTENT ul {
	font-family: Verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	padding: 0 0 10px 20px;
	
}	

.CONTENT ol {
	font-family: Verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	padding: 0 0 10px 30px;
	
}	


.CONTENT a:link, .CONTENT a:visited, .CONTENT a:active {
	color: #76DEFC;
	text-decoration: none;
}
.CONTENT a:hover {
	text-decoration: underline;
	color: #FF6666;
}

#TEXT {
	padding: 0px;
	border-bottom: 1px solid #484848;
	border-top: 1px solid #484848;
	background-color: #222222;
	top: -10px;
	color: #FFFFFF;
}
#TEXT p {
	margin-bottom: 1em;
}
span.red {
	color: red;
}
/* FOOTER STYLES */
#FOOTER {
	width: 760px;
	margin-top: 27px;
	margin-left: auto;
	margin-right: auto;
	border-top: 4px solid #363636;
	text-align: right;
	padding-top: 5px;
}
#FOOTER p {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	color: #DDDDDD;
}
#FOOTER a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: White;
}
#FOOTER a:hover {
	color: white;
	text-decoration: underline;
}
/* INNER PAGE CONTENT & SUB NAV STYLES */
.innerMainContent {
	border-left: 1px solid #484848;
	padding-left: 20px;
	padding-right: 10px;
	width: 525px;
	float: none;
	color: white;
	background-color: #222222;
}
#innerMenu {
	width: 100%;
	background-color: #222222;
	text-align: right;
	color: white;	
}
#innerMenu dl {
	width: 150px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background-color: #222222;	
	width: auto;
	text-align: right;
	color: white;	
}
#innerMenu dt {
	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
	margin: 0;
	padding: 10px;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #484848;
	background-color: #111111;
	width: auto;
	text-align: right;
}
#innerMenu dd {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid #484848;
	background-color: #222222;	
	width: auto;
	text-align: right;
}
#pages{
	width: 100%	
}
#pages a, #pages a:visited {
	color: #76DEFC;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
	background: #222222 url('../images/arrow.gif') no-repeat 10px 10px;
	width: auto;
}
#pages a:hover {
	background: #258 url('../images/arrowr.gif') no-repeat 11px 10px;
	color: #fff;
}
#pages{
	width: 100%	
}
#innerSubMenu {
	width: 100%;
	background-color: #222222;
	color: white;
	border-top: none;
	margin-top: -15px;
}
#innerSubMenu dl {
	width: 100%;
	margin: 0px auto;
	padding: 0 0 0px 0;
	background-color: #222222;		
	color: white;	
}
#innerSubMenu dd {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1em;
	border-bottom: none;
	background-color: #222222;
	color: white;	
	width: auto;
}

#people a, #people a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
	background-color: #111111;
	background-image: none;
	width: auto
}
#people a:hover {
	background-color: #258;
	color: #fff;
	background-image: none;
}

#courses a, #courses a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
	background-color: #111111;
	background-image: none;
	width: auto
}
#courses a:hover {
	background-color: #258;
	color: #fff;
	background-image: none;
}

#samples a, #samples a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
	background-color: #111111;
	background-image: none;
	width: auto
}
#samples a:hover {
	background-color: #258;
	color: #fff;
	background-image: none;
}


/* TABLE LIST STYLES */

.ms-listviewtable {
	background-color: #222222;
}

.ms-listviewtable td {
	color: white;
}

.ms-alternating td{
	background-color: #cccccc;
	color: black;
}

.ms-listviewtable a:link, .ms-listviewtable a:hover, .ms-listviewtable a:visited, .ms-listviewtable a:active{

	color: #76DEFC;
}

.ms-alternating a:link, .ms-alternating a:hover, .ms-alternating a:visited, .ms-alternating a:active  {
	color: #258;
}


/* CALL OUT BOX STYLES */
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {
	margin: 0 10px;
	letter-spacing: 1px;
}
#xsnazzy h1 {
	font-size: 2.5em;
	color: #fff;
}
#xsnazzy h2 {
	font-size: 2em;
	color: #06a;
	border: 0;
}
#xsnazzy p {
	padding-bottom: 0.5em;
	padding: 10px;
}
#xsnazzy h2 {
	padding-top: 0.5em;
}
#xsnazzy {
	background: transparent;
	margin: 1em;
	width: 250px;
}
.xtop, .xbottom {
	display: block;
	background: transparent;
	font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display: block;
	overflow: hidden;
}
.xb1, .xb2, .xb3 {
	height: 1px;
}
.xb2, .xb3, .xb4 {
	background: #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.xb1 {
	margin: 0 5px;
	background: #ccc;
}
.xb2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.xb3 {
	margin: 0 2px;
}
.xb4 {
	height: 2px;
	margin: 0 1px;
}
.xboxcontent {
	display: block;
	background: #ccc;
	border: 0 solid #fff;
	border-width: 0 1px;
	height: 100%;
}