/* BODY */
body {
	width: 100%;
	margin: 0px auto;
	padding: 0px;	
	color: #101010;
	font: 10px/16px Verdana, Arial, sans-serif;

	background: #c0c0c0;
}

#gradient {
	width:100%;
	position:absolute;
	z-index:-1000;
	top:0;
	height:600px;

	background: #404040;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#c0c0c0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#c0c0c0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #404040,  #c0c0c0); /* for firefox 3.6+ */ 
}


/* OVERALL PAGE */
#center {
    width: 840px;
    margin: 0px auto;
    padding: 0px;
}

#page {
    float: left;
    width: 840px;
    margin: 0px;
    padding: 0px;
    background: #fefefe;
}


/* PAGE HEADER */
#header {
	float: left;
	width: 800px;
	margin: 10px 20px 0px 20px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #909090;
}

#header .title {
	margin: 0px;
	padding: 0px;
	font: 32px 'Sonsie One', 'Times New Roman', sans-serif;
}

#header .title a, a:link, a:visited, a:active {
	color: #101010;
	text-decoration: none;
}

#header .title a:hover {
	color: #505050;
	text-decoration: none;
}

#header .sub_title {
	margin: 2px 0 0px;
	padding: 0px;
	font: 13px Verdana, 'Times New Roman', sans-serif;
	letter-spacing: 4px;
}


/* NAVIGATION */
#nav {
	float: left;
	float: left;
	width: 800px;
	margin: 5px 20px 10px 20px;
	padding: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav ul li {
    float: left;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	font-weight:bold;
	list-style-type: none;
}

#nav a, a:link, a:visited, a:active {
	color: #adadad;
	text-decoration: none;
}

#nav a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* PAGE FOOTER */
#footer {
	float: left;
	width: 800px;
	margin: 0px 20px 10px 20px;
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #909090;
	font: 10px Verdana, Arial, sans-serif;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
    color: #505050;
	text-decoration: none;
	font-weight:bold;
}

#footer a:hover {
    color: #707070;
	text-decoration: underline;
}


/* PAGE STATISTIC */
#stat {
	float: left;
	width: 800px;
	margin: 0px 20px 5px 20px;
	padding: 5px 0px 0px 0px;
	font: 10px Verdana, Arial, sans-serif;
}

#stat a, a:link, a:visited, a:active {
    color: #505050;
	text-decoration: none;
}

#stat a:hover {
    color: #707070;
	text-decoration: underline;
}


/* CONTENT */
body > #content {
	float: left;
	width: 800px;
	height: 400px;
	margin: 10px 20px 20px 20px;
	padding: 0px;
}

#content {
	float: left;
	width: 800px;
	height: auto;
	min-height: 400px;
	margin: 10px 20px 20px 20px;
	padding: 0px;
}

#content a, a:link, a:visited, a:active {
	color: #505050;
	text-decoration: none;
}

#content a:hover {
	color: #707070;
	text-decoration: underline;
}

#content .title {
    float: left;
    clear: both;
    margin: 10px 0px 10px 0px;
	padding: 0px;
	font: 14px Verdana, Arial, sans-serif;
}

#content .body {
    float: left;
    width: 480px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

#content .box {
    clear: both;
    width: 410px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #909090;
}

#content .box .underline {
    clear: both;
    width: 410px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #909090;
}

#content input, textarea, select, option {
	border-color: #303030;
	border-width: 1px;
	background: #e1e1e1;
	font: 10px Verdana, Arial, sans-serif;
}

#content input.button {
	padding: 0px 4px;
	background: #c1c1c1;
	font: 10px Verdana, Arial, sans-serif;
}

#content table {
	width: 480px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	border: hidden;
	empty-cells: show;
	border-spacing: 0px;
	border-bottom: 2px solid #909090;
}

#content table thead tr td {
    padding: 5px 10px 4px 10px;
    white-space:nowrap;
	background: #909090;
	font: bold 12px Verdana, Arial, sans-serif;
}

#content table thead tr td.postal {
    width:65px;
}

#content table tr td.odd {
    padding: 3px 10px 3px 10px;
	background: #e0e0e0;
}

#content table tr td.even {
    padding: 3px 10px 3px 10px;
	background: #d0d0d0;
}

#content .verticalBar {
    float: right;
    margin: 10px 0px 20px 0px;
	padding: 0px;
}

#content .horizontalBar {
    float: left;
    margin: 10px 36px 20px;
	padding: 0px;
}

#content .timer {
    float: left;
    margin: 0 0 10px;
	width: 100%;
}

#content .history {
    float: left;
    margin: 10px 0 10px;
	width: 100%;
}

#content .history a.djancouk {
    color:#e00000;
}

#content .pagination {
    float: left;
    margin:0 3px 0 0;
	padding:0 2px;
	width:24px;
	text-align:center;
	/*border:1px solid #909090;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:9px;*/
}

#content .pagination.current {
    /*background:#d0d0d0;*/
	font-weight:bold;
}

#content a.pagination:hover {
    /*background:#e0e0e0;
	text-decoration:none;*/
	color:#101010;
}

#content a.searchPlugin {
    float: left;
    margin: 10px 0 10px;
	padding:4px 8px;
	border:1px solid #c6cedd;
	background: #e0e0e0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight:bold;
}

#content a.searchPlugin:hover {
    background: #c0c0c0;
    text-decoration:none;
    color:#fff;
}
