/*
Original design: andreas05 (v2.5 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas05/
*/

/* General tags */
* {margin:0; padding:0;}
body {background:#cccccc url(images/bodybg.gif) repeat; font:76% verdana,tahoma,sans-serif; color:#555555;}
a {background-color:inherit; color:#286ea0; font-weight:bold; text-decoration:none;}
a:hover {text-decoration:underline;}
p {margin:0 0 16px 0;}
ul, ol {margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol {margin:3px 0 0 15px;}
img {float:left; margin:0 10px 5px 0;}

/* Headers */
h1 {color:#555; font-size:3.6em; letter-spacing:-3px; margin:0; text-align:right;}
h2 {font-size:1.6em; font-weight:normal; letter-spacing:-1px; margin:5px 0 10px 5px;}

/* IDs */
#title {margin:20px auto -1px; width:700px;}
#container {background:#fff; border:20px solid #555; color:#555; margin:15px auto 15px; padding:5px; width:1020px; line-height:1.3em;}
#sidebar {float:left; width:300px;}
#sidebar p {margin:10px 0 5px 5px; text-align:left; font-size:0.9em;}
#sidebar p a {font-weight:400;}
#sidebar2 {float:right; width:200px; text-align:right;}
#main {float:left; width:500px; padding-left:10px;}
#fade {color: #F6F1F6; font-size: 9px;}
#bot_ad, #bot_ad a {margin:10px auto 2px;text-align:center;clear:both; padding-top:10px;font-size: 1.0em;color: #862828}

/* Header */
#header	{width: 1020px;}
#header img {float:none; display:block; margin:0 auto 20px;}

/* Menu */
.menu {border:1px solid #FFF; color:#286ea0; display:block; font-size:1.2em; font-weight:bold; padding:8px 2px 8px 5px; width:280px;}
.menu:hover {background-color:#f8f8f8; border:1px solid #cccccc; color:#333333; text-decoration:none;}

/* Various classes */
.credits {color:#777; font-size:0.9em; margin-bottom:0;}
.credits a {color:#777;}

/* Tables */
#mytable {
	width: 475px;
	padding: 0;
	margin: 10px 0;
}

caption {
	padding: 0 0 5px 0;
	width: 475px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	font-size: 11px;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #FDF1EF;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #FDF1EF url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

th.logger {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
blockquote{
	border: 2px solid #E6A64F;
	margin: 15px 0 15px 20px;
	padding: 10px 20px 15px 20px;
	width: 300px;
	background: #fafafa url(../images/block.gif);
	color: #D4691B;  
	font: 600 italic 1.4em serif;
}
#floating_app_link {
     position: fixed;
     left: 0;
     top: 100px;
     display: block;
     width: 40px;
     height: 154px;
     text-indent: -10000px;
     background-image: url(images/app_tab_black.png);
     background-color: transparent;
     overflow: hidden;
     display: none;
}