
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	margin-left: 30px;
	margin-top: 45px;
	margin-bottom: 55px;
	
	background-color: #555555; /* fallback color if gradients are not supported */
}

a, a:link, a:visited {
	/*color: #444444;*/
	color: #b02938;
	/*text-decoration: none;*/
}

a:hover, a:active {
	color: #b02938;
	text-decoration: underline;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	color: white;
	margin-top: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 0px;
}
	
h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
	color: #363636;
	margin-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4;
	font-size: 14px;
	color: white;
	margin: 0px;
}

table {
	text-align: left;
}

tr.header {
	background-color: #811628;
	background-color: #961B30; /* fallback color if gradients are not supported */
	background-image: -webkit-linear-gradient(top,#3e0b13, #961B30);
	background-image:    -moz-linear-gradient(top, #3e0b13, #961B30); /* For Fx 3.6 to Fx 15 */
	background-image:     -ms-linear-gradient(top, #3e0b13, #961B30); /* For IE 10 Platform Previews and Consumer Preview */
	background-image:      -o-linear-gradient(top, #3e0b13, #961B30); /* For Opera 11.1 to 12.0 */
	background-image:         linear-gradient(to bottom, #3e0b13, #961B30); /* Standard syntax; must be the last statement */
	
	color:#ffffff;
}	
tr.header h2 {
	color: white
}

#header {  
	left : 0px ;
	position : fixed ;
	top : 0px ;
	width : 100% ;
	height: 30px;
	
	z-index: 100;
	padding-left: 5px;
	padding-right: 5px;
	
	border-bottom: 1px solid #000;
	
	background-color: #961B30;
	background: linear-gradient(#811628, #961B30) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(#811628, #961B30) repeat scroll 0 0 transparent;
	/*background: -webkit-linear-gradient(#811628,#961B30);*/
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#811628), to(#961B30)); /* Webkit */
	
	background-color: #961B30; /* fallback color if gradients are not supported */
	background-image: -webkit-linear-gradient(top,#3e0b13, #961B30);
	background-image:    -moz-linear-gradient(top, #3e0b13, #961B30); /* For Fx 3.6 to Fx 15 */
	background-image:     -ms-linear-gradient(top, #3e0b13, #961B30); /* For IE 10 Platform Previews and Consumer Preview */
	background-image:      -o-linear-gradient(top, #3e0b13, #961B30); /* For Opera 11.1 to 12.0 */
	background-image:         linear-gradient(to bottom, #3e0b13, #961B30); /* Standard syntax; must be the last statement */
	
	-moz-box-shadow: 0 0 5px 5px #272727;
	-webkit-box-shadow: 0 0 5px 5px #272727;
	box-shadow: 0 0 5px 5px #272727;
}
#header-logo{
/*	padding-top: 5px;
	padding-bottom: 5px;
*/	position:absolute;
	left:15px;
}
#header-content { 
	padding-top: 5px;
	padding-bottom: 5px;
	position:absolute;
	right:15px;
	
	color: #fff;
}
#header-content a {
	color: #fff;
	text-decoration: none;
}
#header-content a:link {
	color: #fff;
	text-decoration: none;
}
#header-content a:visited {
	color: #fff;
	text-decoration: none;
}
#header-user {  
	position : fixed ;
	top : 30px ;
	right: 0px;
	display:none;
	
	z-index: 101;
	padding-left: 5px;
	padding-right: 5px;
	
	border-bottom: 1px solid #000;
	
	background-color: #961B30;
	background: linear-gradient(#811628, #961B30) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(#811628, #961B30) repeat scroll 0 0 transparent;
	/*background: -webkit-linear-gradient(#811628,#961B30);*/
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#811628), to(#961B30)); /* Webkit */
	
	-moz-box-shadow: 0 5px 5px 2px #272727;
	-webkit-box-shadow: 0 5px 5px 2px #272727;
	box-shadow: 0 5px 5px 2px #272727;
	
	color: #fff;
}
#header-user a {
	color: #fff;
	text-decoration: none;
}
#header-user a:link {
	color: #fff;
	text-decoration: none;
}
#header-user a:visited {
	color: #fff;
	text-decoration: none;
}

#nav {  
	position : fixed ;
	left : -200px ;
	top : 50px ;
	width : 225px ;
	
	z-index: 99;
	
	background: #dbdbdb; /* Old browsers */
	background: -moz-linear-gradient(left,  #dbdbdb 90%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(90%,#dbdbdb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #dbdbdb 90%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #dbdbdb 90%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #dbdbdb 90%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #dbdbdb 90%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

	
	-moz-box-shadow: 0 0 5px 5px #272727;
	-webkit-box-shadow: 0 0 5px 5px #272727;
	box-shadow: 0 0 5px 5px #272727;
	
	padding: 0px;
	margin: 0px;



     -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    behavior: url(/css/border-radius.htc);
    border-radius-topright: 10px;

     -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    behavior: url(/css/border-radius.htc);
    border-radius-bottomright: 10px;

}
#nav-content { 
	width: 225px;
	border: 1px;
	cellpadding: 0;
	cellspacing: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.navlist{
	width: 200px;

	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	
	background-color: #E8E8E8;
	background: -moz-linear-gradient(left,  rgba(232,232,232,1) 0%, rgba(232,232,232,1) 90%, rgba(232,232,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,232,232,1)), color-stop(90%,rgba(232,232,232,1)), color-stop(100%,rgba(232,232,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 90%,rgba(232,232,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 90%,rgba(232,232,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 90%,rgba(232,232,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 90%,rgba(232,232,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#00e8e8e8',GradientType=1 ); /* IE6-9 */
}
td.navlist a{
	/*color: #000;*/
	text-decoration: none;
}
td.navlist a:link{
	/*color: #000;*/
	text-decoration: none;
}
td.navlist a:visited {
	/*color: #000;*/
	text-decoration: none;
}
/*
p.css-vertical-text {
	margin: 0;
	padding: 0;
	color:#333;
	border:0px solid red;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	white-space:nowrap;
	display:block;
	bottom:0;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-shadow: 0px 0px 1px #333;
}
*/
td.navbutton{
	width: 25px; 
	vertical-align: top;
}

#content {
   position:relative;
   width: 100%;
   font-weight: normal;
   text-align: center;
}
#content-content { 
	width: 50%; 
	min-width: 280px;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #E8E8E8;
	
	-moz-box-shadow: 0 0 5px 5px #272727;
	-webkit-box-shadow: 0 0 5px 5px #272727;
	box-shadow: 0 0 5px 5px #272727;
	
	display:none;
}
.content-header {
	color:#ffffff;
	
	background-color: #811628; /* fallback color if gradients are not supported */
	background-image: -webkit-linear-gradient(top,#3e0b13, #811628);
	background-image:    -moz-linear-gradient(top, #3e0b13, #811628); /* For Fx 3.6 to Fx 15 */
	background-image:     -ms-linear-gradient(top, #3e0b13, #811628); /* For IE 10 Platform Previews and Consumer Preview */
	background-image:      -o-linear-gradient(top, #3e0b13, #811628); /* For Opera 11.1 to 12.0 */
	background-image:         linear-gradient(to bottom, #3e0b13, #811628); /* Standard syntax; must be the last statement */
}
.content-background {  	
	background-color: #ffffff;
}
 
#footer {
	left : 0px ;
	position : fixed ;
	bottom : 0px ;
	width : 100% ;
	height: 50px;
	
	z-index: 100;
	background-color: #E8E8E8;
	padding-left: 5px;
	padding-right: 5px;
	
	border-top: 1px solid #000;
	
	background-color: #E8E8E8;
	background: linear-gradient(#fff, #E8E8E8) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(#fff, #E8E8E8) repeat scroll 0 0 transparent;
	/*background: -webkit-linear-gradient(#fff,#E8E8E8);*/
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#E8E8E8)); /* Webkit */
}
#footer-content { 
	padding-top: 5px;
	padding-bottom: 5px;
	position:absolute;
	width : 100% ;
	text-align: center;
}

iframe{
	margin-left: -5px;
}

