﻿/* CSS layout */
/*
* {
margin: 0;
padding: 0;
}
*/
body{
background: url('/_layouts/images/tut/page_bg.gif');
margin: 0;
padding: 0;
} 
#admintab {
background-color: #C5C5BC;
width: 100%;
height: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
}
#sitebody{
margin: 0 auto;
padding: 0 0 60px 0;
min-width: 800px;
max-width: 1024px;
/* for the bastard ie */
width:expression(document.body.clientWidth > 1024? "1024px": "auto" );	
/*	width: 100%; */
}
#masthead {
margin: 0 auto;
/*	padding: 0 0 60px 0; */	
min-width: 800px;
max-width: 1024px; /* width: 1024px; */;
border: 1px solid #9D9D8E;
width: expression(document.body.clientWidth > 1024? "1024px": "auto" );
height: 100%;
}
#top_left {
background: #FFFFFF url('/_layouts/images/tut/LogoMain.gif') no-repeat left;
width: 200px;
height: 94px;
}
#header {
padding: 0px;
margin: 0px;
height: 94px;
}
#hmenucontainer {
border: 1px #939382 solid;
background: #C5C5BC;
/*	position: relative;  *//*	width: 100%; */;
height: 21px;
/*	top: auto; */
}
#maincontentarea {
border: 1px #939382 solid;
background: #C5C5BC;
}
#hmenuleft {
/*	border-left: 1px #939382 solid;
border-bottom: 1px #939382 solid;
border-top: 1px #939382 solid; */
width: 200px;
border-bottom: 1px #A2A293 solid	;
}
#hmenumid {
/*	border-bottom: 1px #939382 solid;
border-top: 1px #939382 solid; */
margin-left: 200px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
vertical-align: middle;
height: 21px;
margin-top: 3px;
border-bottom: 1px #A2A293 solid	;
}
#tutbread,#tutbread a {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: black;
text-decoration: none;
border-bottom-color: #808080;
border-bottom-style: dotted;
border-bottom-width: 1px;
margin-bottom: 5px; 
}
#hmenuright {
/* width: 276px; */
/*	border-bottom: 1px #939382 solid;
border-right: 1px #939382 solid;
border-top: 1px #939382 solid; */
font: small Arial, Helvetica, sans-serif;
/*	text-align: right; */
border-bottom: 1px #A2A293 solid;
}
#left_col {
width: 200px;
}
#page_content {
font-family: Arial, Helvetica, sans-serif;
background: #FFFFFF url('/_layouts/images/tut/shadow1.gif') no-repeat left top;
/*	margin-left: 200px; */	
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}
#right_col {
width: 200px;
position: absolute;
right: 0px;
top: 0px;
}
#page_footer {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size: 11px;
height: 20px;
background-color: #F0F0EE;
}
#searchLayout {
width: 120px;
position: relative;
left: 112px;
}
#searchLayout input { background: transparent url('/images/search.gif') left no-repeat; padding-left: 25px; }
#searchLayout .ms-sbcell { background: url('/images/searchBg.gif') repeat-x; border-color: #BD9BBD; }
.homelogo {
border-width: 0px;
}
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#left_col,#hmenucontainer{display:none;} 
#masthead,#sitebody,#page_content {width:100%; float:none;}
}
