﻿
/* 0 BASIC TAGS */
body
{
	background: #fff url(Images/binary.png) repeat left top;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}


h1
{
	font-size:40px;
	font: Tahoma;
	color: #009880;
	margin-left: 15px;
	text-align: left;
	font-variant: small-caps;
}

h2
{ 
	font-size: 30px;
	font: Tahoma;
	color: #009880;
	margin-left:20px;	
	text-align: left; 
	font-variant: small-caps;
	}

h3
{
	font-size: 20px;
	font: Tahoma;
	color: #009880;
	margin-left: 20px;
	text-align: left;
	font-variant: small-caps;
}

h4
{
	font-size: 24px;
	color: #708090;
	margin-left: 20px;
	text-align: left;
	font-variant: small-caps;
	line-height: normal;
}

p,li
{
	font-size: 16px;
	font: Tahoma;
	color: #000;
	margin-left: 30px;
	text-align: left;
}

title
{
	font-size: 72pt;
	color: #33cc66;
	font-family: Tahoma;
	text-align: center;
	font-variant: small-caps;
}

/* Master page */

.header
{
	background-image: url(Images/BDS_Logo.jpg);	
	background-repeat: no-repeat;
	background-position:center;
	position:relative;	
	top: 10px;
	width:800px;
	height:300px;
	/*margin-left: 5px;
	margin-right: 5px;	*/
	
}

#master_sidebarheader
{
	height: 19px; /*padding: 10px 0 0 18px; */
	background: url(Images/GreyTabSidebar.gif) no-repeat left top;
	color: #313131;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#master_header
{
	margin: -1px auto 0 auto;
	width: 800px;
}

#master_page
{
	margin: 5px auto 20px auto;
	width: 800px;
}


#master_sidebar
{	
	padding-top: 20px;
	background: #FFF ; 
}

#master_content
{
	float: left;
	width: 550px;
	margin-right: -550px;
	color: #666666;
}

#master_menu 
{
	float: left;
	width: 240px;
	padding-right: 10px;
}

#master_contentheader
{
	height: 19px;
	background: url(~/images/GreyContentTab.gif) no-repeat right top;
	/*background-image: url(~/images/Binary.jpg);*/
}

#master_contentplaceholder
{
	padding: 30px 20px 40px 20px;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
}


#master_contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

.sidebar 
{
	width: 100%;
	margin-bottom: 10px;
}

.sidebarcontent
{	
	border: 1px solid #212121;
	padding: 20px 20px 20px 30px;
	line-height: 1.5em;
	font-weight: bold;
}

.headerbg
{
	/*	background-color: #009880;*/
	background-repeat: no-repeat;
	position: static; /*left: 30px;*/
	top: 10px; /*height: 200px;*/
}



.menu
{
	margin: 12px auto 5px auto;
	font-size: 20px;
	font-style: oblique;
	font-variant: small-caps;
	position: relative;
	border-bottom : 1px solid #ccc;
	padding : 2px 10px 2px 10px;
	
}

.menu a:visited {
	color: #3BAE5E;
}

.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #a9a9a9;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	text-align: left;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #fff;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    
    font-size: 16px;
	font: Tahoma;
	color: #000;
	margin-left: 5px;
	text-align: left;
}


/*
Other classes
*/

.Error
{
	font:Tahoma;
	font-size:medium;
}

/* Columns */

#leftcontent
{
	float:left;
	top:50px;	
	height:auto;
	width: 70%;
	background: #fff;
	/*border: 1px solid #000;*/
}
	

html>body #centercontent {
	margin-left: 201px;
	margin-right:201px;
	}
	
	
	
/* CSS Menu */

/* When hovering over tab highlight text in red */
/*#menuid ul a:hover
{
	color : #f00;
}
*/

#menuid a:hover	{
	color : #f00 !important;
}

#menuid {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
}

#menuid a:link.active, #menuid a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#menuid a:link, #menuid a:visited	{
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#menuid ul, #menuid li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}
