/*
Theme Name: AndreTheHilariousHypnotist
Version: 1.6

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font-family: Segoe UI, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #49758E;
	margin: 0px;
	background-image: url('images/body/watermark_main.gif');
	background-position: top left;
    background-repeat: repeat-x;
    scrollbar-face-color: #769BB1;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #BC0402;

}

a:link {
	text-decoration: none;
 	color: #FFFFFF;
 	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #FFCC00;
	font-weight: bold;
}

.txt_large {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Segoe UI, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.txt_tableheaders {
	font-size: 12pt;
	color: #FFFFFF;
}

.txt_body {
	font-size: 11px;
	text-align: justify;
}

.txt_MENU {
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}


.txt_body_dark {
	font-size: 11px;
	text-align: justify;
	color: #000000;
}

.txt_small {
	font-size: 10px;
	color: #FFFFFF;
}

.txt_footer {
	font-size: 10px;
	color: #000000;
}

.Spacer_10px {
	Height: 10px;
}

.Spacer_15px {
	Height: 15px;
}

.Spacer_05px {
	Height: 5px;
}

.Spacer_25px {
	Height: 25px;
}

.Line_Light {
	background-image: url('images/body/line_light.gif');
	Height: 7px;
}

a#menu	{  color : #FFFFFF; font-weight: bold; }
a#menu:link	{  text-decoration: none; color : #FFFFFF; font-weight: bold; }
a#menu:visited {  text-decoration: none; color : #FFFFFF; font-weight: bold; }
a#menu:hover {  text-decoration: none; color : #FF9900; font-weight: bold;}

input, select, textarea
{
	font-family: Segoe UI, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 10px; 
	background-color : white; 
	background-image: url('images/body/gradient_form.gif');
	border : 1px solid #799DB2;
	margin : 1px; 
}