body {
	background-image: url(media/template/gradBG.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Calibri,'Trebuchet MS', Arial, Helvetica, sans-serif;	
}

.tblHeader {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-variant: small-caps;
	font-weight: bolder;
	background-color: #457B8C;
	color: #FFFFFF;
	text-align: center;
	background-image: url(./media/headerbg.gif);
}

.tblSubHeader {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bolder;
	background-color:#CDCDCD;
	color: #000000;
	text-align: center;
}

.ClassPrimCatsSelected {
	background-color:#DFDFDF;
	color: #000000;
	background-image: url(media/gradback01.png);
}

.FullPanel {
	width: 100%;
}

.tblHeaderIMG {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bolder;
	background-color: #457B8C;
	background-image: url(./media/headerbg.gif);	
	color: #FFFFFF;
}

.smCell {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#FFFFFF;
	vertical-align: top;
}


.ClassPrimCats {
	background-color: #FEFEFE;
	font-family: Calibri,'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-bottom: 6px;
}

.ClassPrimCatsAlt {
	background-color: #E6E6FA;
	border-width: 1px;
	border-color: #000000;
	font-family: Calibri,'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border-style: solid;
	padding-bottom: 6px;	
}

.ClassPrimCatsSelected {
	/**background-color: #DFDFDF;**/
	background-image: url(media/gradback01.png);
	border-width: 1px;
	border-color: #000000;
	font-family: Calibri,'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 6px;	
}

.ClassCategory {
	background-color: #dce6f3;
	border-bottom: 1px;
	border-bottom-color: #000000;
	font-family: Calibri,'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	border-bottom-style: solid;
	padding-left: 5px;
}

.ClassCourses {
	background-color: #FEFEFE;
	border-bottom: 1px;
	border-bottom-color: #000000;
	font-family: Calibri,'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border-bottom-style: solid;
	padding-left: 5px;
	font-weight: normal;
}

.PageHeader {
font-size: 16pt;
font-weight: bold;
}
a.ClassPrimCats {
	text-decoration: none;
	color: #000000;
}


.ClassPrimCatsSelected {
	background-color: #B2C0CB;
	border-bottom: 1px;
	border-bottom-color: #000000;
	font-family: Calibri,'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	border-bottom-style: solid;
	color: #000000;
}


.templateleftshadow {
	background-image: url(media/template/gray_shadow_left.gif);
	background-repeat: repeat-y;
}
.templaterightshadow {
	background-image: url(media/template/gray_shadow_right.gif);
	background-repeat: repeat-y;
}
.homeITimage {
	background-image: url(media/home/hometopITguys.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.homebottomgrad {
	background-image: url(media/home/GrayGradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.arial11home {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888B99;
	text-align: justify;
	line-height: 17px;
}

.arial11gray {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.arial11teal {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #457B8C;
}
.arial12gray {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: justify;
}
.arial12teal {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #457B8C;
	text-align: left;
}

.errorz { 
	background-color: #FFFFCC;
	color:#FF0000;
}

.OKMessage {
background-color: #98FB98;
color: #000000;
}
/** form css **/

#PanelForm legend {
	font-size:12pt;
	font-weight:bold;
	padding:inherit;
	font-variant:small-caps;
	background-color: #457B8C;
	background-image: url(./media/headerbg.gif);	
	color: #FFFFFF;

}

#PanelForm fieldset
{
	display: block;
	width: 95%;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
}

#PanelForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
}

#PanelForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#PanelForm fieldset.radio label
{
	font-weight: bold;
	vertical-align: top;
}


#PanelForm fieldset.innie
{
	/**width: 15em;**/
	margin: 1em 0 2em 0;
	background-color:#D8D8D8;
}

#PanelForm fieldset.innie input
{
	/** clear: both; **/
	/** float: left; **/
	width: auto;	
}



#PanelForm label
{
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: top;
}

#PanelForm label.first
{
	padding-top: 1em;
}

#PanelForm select
{
	display: block;
}

.input {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767989;
	border: 1px solid #DDDDDD;
}

.formbutton {
	font-family: Calibri, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color:#CCCCCC;
	padding: 2px;
	border: 1px solid Black;
	text-decoration: none;
	margin-right: 3px;
}

.formbutton:hover {
	color: #000000;
	background-color: #DCDCDC;
	text-decoration: none;
	margin-right: 3px;
}

/** end form css **/
.arial13gray {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	line-height: 19px;
}
.arial13teal {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #457B8C;
	text-align: left;
	line-height: 19px;
}
.aboutheadphone {
	background-image: url(media/about/headphoneman.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bordergray1 {
	border: 1px solid #C8CBD0;
}

.arial16teal {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #457B8C;
	line-height: 22px;
}

.aboutlapops {
	background-image: url(media/about/headphoneman.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.Headermanrunning {
	background-image: url(media/headers/runningairport.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.HeaderGroupPlanning {
	background-image: url(media/headers/grouplaptops.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.HeaderPenGraph {
	background-image: url(media/headers/pengraph.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.HeaderClassList {
	background-image: url(media/headers/header_classlist.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.HeaderGirlLaptop {
	background-image: url(media/headers/girllaptop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.arial18white {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	line-height: 22px;
}

.arial14white {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 18px;
}

a.CourseDetails:link {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 18px;
}

a.CourseDetails:visited {
	color: #000000;
}

a.CourseDetails:hover {
	color: #CCCCCC;
}

a.CourseDetails:active {
}

/** Content Layout **/
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; 
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent { 
	margin: 0 25px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/** Tab Navigation **/

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(./media/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background:#339999;
		font-size: 10pt;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #FFFFFF;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #ffffff;
		background: #ffffff;
		color: #000000;
	}

#tabnav a:hover
	{
		color: #000000;
		background-color: #B5FEFF;
	}
