/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "../_css/reset.css";
@import "../_css/typography.css";
@import "../_css/forms.css";
@import "../_css/tabs.css";
body {
	background-color: #000000;
	background-image: url(../images/bg_stripe_.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #333333;
}


/* Page
-------------------------------------------------------------- */

#page {
	margin: 0 auto;
	width: 900px;
}
#page #contentFrame {
	width: 100%;
}


/* Header
-------------------------------------------------------------- */

#header {
	background-image: url(../images/header_bg_001.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
}
#nav {
	background-color: #ddd;
	height: auto;
	width: 100%;
}
#nav  .tabs { border-bottom: 1px solid #ddd; }
#nav  .tabs  li { margin-right: 1px; }
#nav  .tabs  a { padding: 5px 15px; background: #ddd; color: #666; text-decoration: none; }


/* Body
-------------------------------------------------------------- */

#body {
	margin-top: 0px;
	background-color: #CCCCCC;
}

#sidebar1 {
	float: left;
	width: 200px;
	padding: 15px;
	background-image: url(../images/sidebar1_bg_001.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar1 h3 { color: #888; }
#sidebar1 legend.client {
	background-color: #67788B;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 1em;
	height: 15px;
	padding: 3px 4px 3px 20px;
	background-image: url(../images/login_client_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar1 legend.webmail {
	background-color: #67788B;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 1em;
	height: 15px;
	padding: 3px 4px 3px 20px;
	background-image: url(../images/login_webmail_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar1 fieldset/* Fieldsets */
 {
	border: 1px solid #999999;
	margin: 0px;
	width: 170px;
	background-color: #ebebeb;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#sidebar1 input, select, checkbox, textarea {
	background-color: #EBEBEB;
	border: thin solid #666666;
}
#sidebar1 input:focus, select:focus, checkbox:focus, textarea:focus {
	background-color: #FFFFFF;
	border: thin solid #666666;
}
#sidebar1 input.button {
	margin-bottom: 0.5em;
}
#sidebar1  ul, #sidebar1  ol { color: #888; }
#sidebar1 ul a { color: #555; }
#sidebar1 img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}
#sidebar1 p {
	font-size: 0.9em;
	color: #333333;
}
#sidebar1 a {
	text-decoration: none;
}
#sidebar1 a:hover.img {
	text-decoration: none;
}
#sidebar1 #factoid {
	background-color: #EBEBEB;
	color: #333333;
	padding: 4px;
	margin-bottom: 15px;
	border: 1px solid #999999;
}

#mainContent {
	background-color: #EBEBEB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #EBEBEB;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}
#mainContent table {
	margin-right: auto;
	margin-left: auto;
}
.hplan001 p,.hplan002 p,.hplan003 p {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.hplan001 a, .hplan002 a, .hplan003 a {
	display: block;
	width: 170px;
	height: 60px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.hplan001 {
	background-image: url(../images/plan_bg_001.jpg);
	background-repeat: no-repeat;
	/*height: 107px;*/
	width: 180px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.hplan002 {
	background-image: url(../images/plan_bg_002.jpg);
	background-repeat: no-repeat;
	/*height: 107px;*/
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.hplan003 {
	background-image: url(../images/plan_bg_003.jpg);
	background-repeat: no-repeat;
	/*height: 107px;*/
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#maintenance {
	background-color: #FFFFFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #67788B;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 3px;
	display: block;
}


/* Footer
-------------------------------------------------------------- */
#footer {
	border-top: 1px solid #eee;
	text-align: center;
	height: 118px;
	background-attachment: scroll;
	background-image: url(../images/subfoot_bg_001.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footernav   ul 
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #67788B;
	color: #FFF;
	width: 100%;
	text-align: center;
}

#footernav li { display: inline; }

#footernav li a
{
	text-decoration: none;
	background-color: #67788B;
	color: #FFF;
	padding: .2em 1em;/*border-right: 1px solid #fff;*/
}

#footernav li a:hover
{
	background-color: #99ADC2;
	color: #fff;
}
#footer p {
	margin-top: 2px;
}

/*
#footer .tabs { width: 405px; border-top: 3px solid #eee; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }
*/

#footer p.quiet {
	color: #bfbfbf;
}
#footer .quiet a {
	font-weight: bold;
}
#subfooter {
	text-align: center;
}
.clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.tworx {
	font-variant: small-caps;
}

.thstripe {
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-left: none;
	background-image: url(../images/th_stripe_002.png);
	height: 15px;
	text-align: center;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.right {
	text-align: right;
	float: right;
}
.left {
	float: left;
}
.infoblock {
	background-color: #FFFFFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #67788B;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px;
	display: block;
}
.important {
	font-weight: bold;
	color: #CC0000;
}
#mainContent #news h3 {
	background-image: url(../images/h3_news.gif);
	display: block;
	background-repeat: no-repeat;
	height: 40px;
	width: 160px;
}

