
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #282828;}
a:hover {color: #282828;}

body {
	background: #e2e2e2;
	color: #282828;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}



h1,h2,h3 {padding-top: 4px; color: #336699; margin-bottom: 4px;}


.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container {
	border: 2px solid #b1b1b1;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 750px;
}

.outer-container {
	background: #e2e2e2;
	padding-bottom: 24px;
}


.header {
	background: #222 url('images/head.jpg') no-repeat;
	height: 160px;
	margin-bottom: 0px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .name a {
	color: #282828;
	float:left;
	font: normal 5em sans-serif;
	text-decoration: none;
	padding-left:30px;
}
.header .title a:hover {border-color: #F60;}

.header .title .tag {
	float:left;
	font: normal 1.1em Verdana,sans-serif;
	padding-left: 45px;
}

.navigation {
	float: right;
	width: 235px;
}

.navigation h2 {
	color: #336699;
	font: bold 1.6em Tahoma,sans-serif;
	line-height: 25px;
	margin: 0;
	padding-left: 11px;
}

.navigation ul {
	padding-bottom: 0px;
	border-top: 1px solid #336699;
}

.navigation li {border-bottom: 1px solid #b1b1b1;}

.navigation li a {
	font-size: 1.1em;
	color: #7c7c7c;
	display: block;
	padding: 2px 0 2px 5%;
	text-decoration: none;
	width: 95%;
}

.navigation li a:hover {
	background: #c7c7c7;
	color: #282828;	
}

.main {
	background: #ffffff;
	padding: 0px 10px 0 0;
}

.content {
	float: left;
	width: 480px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.normal a {
	color: #ff0000;
}
.normal li {
	list-style-type: disc;
}

.normal ul {
	padding-left: 25px;
}

.footer {
	background: #b1b1b1;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	text-align: center;
}

.footer a {
	color: #F7F7F2;
	text-decoration: none;
}

.footer a:hover {color: #282828;}

.valid {
text-align: center;
padding-top:5px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin:  5px;	
}

th strong {
	color: #fff;
}

th {
	background-image: url(images/th_bg.jpg); 
	height: 25px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

tr {
	height: 25px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}

td a:hover {
	background: #FF9933;
	color: #282828;	
}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #F8F8F8;
}

tr.row-b {
	background: #EFEFEF;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
font-size: 10pt;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
/* end - table */

