/*-----------------------
 core
---------------------- */ 
body 
{
    background: #555 url(/images/body_bg.png) repeat;    
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}


a 			{color: #4444CC;text-decoration: none;}
a:visited 	{color: #4444CC;text-decoration: none;}
a:hover 	{color: #4444FF;text-decoration: underline;}
a:active 	{color: #4444CC;text-decoration: none;}




#leader h1 {
	font-size:10px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0 0 10px 0;
	text-align: center;	
}



/*-----------------------
 container
---------------------- */ 
#container {
	width: 950px;
	padding:0px;
	margin: 10px auto;
} 


/*-----------------------
 header
---------------------- */ 
#banner {
	text-align: right;
	/*background-color: #e1ddd9;*/
	background-color: #EEE;
	/*padding: 0px;
	margin: 0px; 
	border-collapse: collapse;		
	*/
}

#title
{
	height: 70px;
	background: transparent url(/images/title.gif) no-repeat left top;
	overflow: hidden;
}

#banner img {padding:5px 0px;} 

#banner h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: center;
	background-color: #CCCCCC;	
	border-collapse: collapse;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px; 		
}

/*-----------------------
 inner / outer
---------------------- */ 
#outer
{
	border-left: solid 200px #DDD;	    /*left column*/
	border-right: solid 200px #DDD; 	/*right column*/
	background-color: #EEE;		
} 

#inner
{
	margin:0; width:100%; 		
} 

/*-----------------------
 margins
---------------------- */ 
#left {
 	width:200px; 
 	float:left; 
 	position:relative; 
 	margin-left:-200px; 
 	margin-right:1px;
 	min-height: 800px;
 	/*height: auto;*/
 	_height: 800px;	/*IE only*/
	/*
	border-left: 1px solid black;
	border-right: 1px solid black;
	*/
}



#right {
	width:200px; 
	float:right; 
	position:relative; 
	margin-right:-200px; 
	margin-left:1px;
	min-height: 800px;
	/*height: auto;*/
	_height: 800px;	/*IE only*/ 
 	/*
 	border-right: 1px solid black;
 	*/ 	
}

#right #notes 
{
	clear: both;
	width: 100%;
	text-align: center;	
	position:absolute;
	bottom: 0;	
	margin-top: 20px;
	margin-bottom: 10px;		
}

#right #notes img
{
	margin-bottom: 2px;
}

/*-----------------------
 content
---------------------- */ 
#content{ 
	position: relative; 
	margin: 0px; 
	min-height: 800px;
	height: auto;
 	_height: 700px;	/*IE only*/

}

p {
	padding: 5px 10px;
	margin:0px; 
}



/*-----------------------
 footer
---------------------- */ 
#footer {
	clear:left;
	padding:0px;
	margin:0px;
	text-align: center; 
	background-color: #CCCCCC;
	border-top: 1px solid #564b47;
	/*border-bottom: 1px solid #564b47;*/
	padding:5px 15px;
} 



/*-----------------------
 footer
---------------------- */ 
#index 
{
	width: 100%;	
	text-align: center;	
	background-color: #999;
	padding: 3px 0;
}

div.char_separator
{	
	margin-top: 10px;
	text-align: left;
	border-bottom: 1px solid #FF8833;	
}


/*-----------------------
 adverts
---------------------- */ 

div.advert
{
	margin: 0 auto;	
	padding: 2px 2px 10px 2px;	
	text-align: center;
}


/*-----------------------
 panels
---------------------- */ 
.panel
{
	padding: 0;
	border: 1px solid #EFEFF7;		
	width: 100px;
	/*background-color: #EFEFEF;*/
}


.smalltext
{
	font-size: smaller;
}

/*-----------------------
 tables
---------------------- */ 
table.data thead tr th
{
	border-bottom: double 1px #EFEFF7;	
	background-color: #EFEFF7;	
	font-weight: normal;
	text-align: left;
}

table.data tbody tr td
{
}

table.data tr td
{
	border: 1px solid #EFEFF7;	
	background-color: #EFEFF7;	
}

td.hidden
{
	visibility: hidden;
	display: none;
}



table.curves tr td
{
	background-color: #EEE;
}
table.curves2 tr td
{
	background-color: #CCC;
}
/*-----------------------
 cloud
---------------------- */ 
.cloud
{
}

.cloud0
{
	font-size: small;
}
.cloud1
{
	font-size: medium;
}
.cloud2
{
	font-size: large;
}
.cloud3
{
	font-size: larger;
}
.cloud4
{
	font-size: x-large;
}





form.menu 
{
	margin: 5px auto;
}

input.menu {
	width: 120px; font-size: 90%;
	background-color: #EFEFF7;
	border: 1px solid #CCC;
	border-collapse:collapse; 
}
input.button 
{
	margin-left: 3px;
	font-size: 79%;
	width: 100px;
}



.submit
{
	width: 200px;
	border: 1px solid #CCC;
	background-color: #EFEFF7;
}


.glossary
{
	margin-bottom: 10px;
}

.glossary_title
{
	font-weight: bold;
}