@import url("/Rendering/Images/styles.css");

body, table
{
	color: white;
}
.site_width { 
width:990px;
margin: 0px auto;
}

.td_left{background: #aac8f0 url(/PublicImages/sidebar_L.gif) no-repeat; width:87px; }
.td_right{background: #ffffff url(/PublicImages/sidebar_R.gif) no-repeat; width:87px; }
.main_td{background: #aac8f0; }

.nowrap {white-space:nowrap;}

.tblHeader { border-bottom: 1px solid white; }
.headerHome_left{}
.headerHome_middle{}
.headerHome_right{}
.header_content{ margin: 0px auto;}

.divMenuItem { padding: 1px 0px; }

.tblVideo { }

.version, .version a
{
    font-size: 11px;
    text-decoration: none;
}
.version { margin-bottom: 10px; }

	
	/*HIGHSLIDE STUFF*/
.highslide_title{ 
	font-family:Trebuchet MS;
	font-weight: bold;
	color: gray;
	font-size: 20px;
	}
	
.highslide_text { color:black; font-size:12px;}	
.highslide_text hr {border:none; border-bottom:solid 1px gray;}
.highslide_text a {color:black; text-decoration:underline;}


.my-wrapper-class{
    border-color: black;
    background-color: gray;
    color: black;
}
.highslide-html {
	background-color: #b2b2b2;
	/*background-color: #3e3e3e;*/
}
.draggable-header .highslide-header .highslide-close a {

	background-image: url(images/closeX.png);}
	
.highslide-footer .highslide-resize {
	background: url(images/resize.gif) no-repeat;}
	/*END HIGHSLIDE STUFF*/

.tbox { width: 150px; }

.print{ display:none; }


@media print{

	.print{	display:block;	}
	
	.noprint  { display: none; }

	body { width: 630px; }

}

