/*******************************************************************************************************
************************************************ RESET **************************************************
*******************************************************************************************************/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

margin: 0;

padding: 0;

border: 0;

outline: 0;

font-size: 100%;

vertical-align: baseline;

background: transparent;

}


/*******************************************************************************************************
************************************************** TEMP ************************************************
*******************************************************************************************************/

#rulers {
/*	display: none;*/
	float: left;
	background: darkgreen;
	width: 170px;
	height: 5px;
	margin: 0px 0 0 21px;
}


/*******************************************************************************************************
************************************************ COMMON ************************************************
*******************************************************************************************************/

body { 
	scrollbar-face-color:#5997CA; 
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #5997CA;
	scrollbar-darkshadow-color: #5997CA; 
	scrollbar-track-color: #F6F6F6;
	scrollbar-arrow-color: #F6F6F6; 
} 

/*******************************************************************************************************
************************************************ COMMON ************************************************
*******************************************************************************************************/

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	background-color: #CCCCCC;
	margin: 0px;
 	width: 100%;
}

#footer {
	float: left;
	margin: 0 0 0 0;
	height: 100px;
	width: 100%;
	border: none;
	background-color: #333333;
	text-align: center;
	color: #dddddd;
	font-size: 70%;
}

/*******************************************************************************************************
************************************************ CONTENT ************************************************
*******************************************************************************************************/


#page {
	float: left;
	width: 1020px;
	padding-bottom: 10px;
}


#main {
	float: left;
	width: 630px;
	margin: 0 0 0 200px;
}

/*******************************************************************************************************
******************************************* MENU NAVIGATION*********************************************
*******************************************************************************************************/

ul.topnav {
	list-style: none;
	padding: 0 354px 0 357px;	
	margin: 0;
	float: left;
	width: 550px;
	height: 25px;
	background: #333333;
	font-size: 70%;
	background: url(/images/templates/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	width: 75px;
}

ul.topnav li p{
	padding: 7px 5px;
	color: #ccc;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a{
	padding: 7px 5px;
	color: #ccc;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(/images/templates/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(/images/templates/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	z-index: 998;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 25px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(/images/templates/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(/images/templates/dropdown_linkbg.gif) no-repeat 10px center; 
}


/*******************************************************************************************************
******************************************** SLIDE TOP BOX *********************************************
*******************************************************************************************************/

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
 	background: url(/images/top/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 250px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(/images/top/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(/images/top/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(/images/top/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #bbdde2;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(/images/top/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(/images/top/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(/images/top/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(/images/top/bt_close.png) no-repeat left -19px;}

/*//////////////////////////////////////////////////////////////////////////////////*/
/* sliding panel */

#toppanel {
		float: left;
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 450px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	padding-top: 5px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 400px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .center {
	width: 450px;
	border-right: 1px solid #333;
}

#panel .content .right {
	width: 300px;
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 5px;
	clear: both;
	display: block;
}

#panel .content #form_button {
	text-align: center;
}

#panel .content input.field {
	color: white;
	border: 1px #1A1A1A solid;
	background: #414141;
	font-size: 120%;
	height: 18px;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
}

#panel .content input:focus.field {
	background: #545454;
}

#panel .content select {
	text-align: center;
	width: 420px;
}

#panel .content select {
	color: white;
	border: 1px #1A1A1A solid;
	background: #414141;
	font-size: 120%;
	height: 22px;
	margin-right: 5px;
	margin-top: 4px;
	width: 420px;
}

#panel .content select:focus.field {
	background: #545454;
}

#panel .content input#top_url {
	width: 420px;
}

#panel .content textarea {
	color: white;
	border: 1px #1A1A1A solid;
	background: #414141;
	font-size: 120%;
	height: 80px;
	margin-right: 5px;
	margin-top: 4px;
	width: 420px;
}

#panel .content textarea:focus {
	background: #545454;
}


/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_register {
	height: 20px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
}

#panel .content input.bt_register {
	width: 32px;
	color: white;
	background: transparent url(/images/templates/button_ok.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/*******************************************************************************************************
*************************************************** TP *************************************************
*******************************************************************************************************/

#toppanel {
	font-size: 9pt;
}

#toppanel a img {
  border: none;/*remove border for linked images*/
}

#toppanel .highlight {
	background-color:#FF9D9D;
	border-bottom:#F30 1px solid;
	border-top:#F30 1px solid;
	padding: 4px 10px}

/***** Main Layout ****/
#toppanel #container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#toppanel #content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

#toppanel div.demo  { float: left; width: 18em; height: 150px; padding: 20px; margin: 1em; background: #eeeeee; 
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
}


#toppanel PRE {

DISPLAY: none

}

