html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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;
}

input , select ,textarea{
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

input:hover, input:focus {
	border-color:#c5c5c5;
}


li {
	margin-left:20px;
	list-style-image:url(img/star.png);
	}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
   border: 0;
 color: #DDD;
background-color: #DDD;
height: 1px;}
/* ######### GENERAL #######*/
form {
	display:inline;
	margin:0; padding:0;
}
h1{
	font-weight:normal;
	font-size:24px;
	color:#666;
}
h2{	font-weight:normal;
	font-size:16px;
	color: #666;
}
h3{
	font-weight: normal;
	font-size:18px;
	color:#FF9715;
}

h4{
	font-weight:normal;
	font-size:13px;
}
h5{
	font-weight:normal;
	font-size:14px;
}
img {
	border:none;

}
ol{
	margin-left:40px;
}
blockquote {
	margin: 10px;
}
blockquote div {
}
pre {
}
/* Normal link */
a:link, a:visited {
	color: #1B5FFC;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}
/*======================= ARTICLE =============================*/
.contentheading{

	font-size: 18px;
	font-weight: lighter;
	color: #000;
}

.small, .createdate, .modifydate{

	font-size: 80%;
	color: #999999;
}
td.modifydate,
.modifydate {
	padding:12px 0;}
.readon, .readon:link, .readon:visited{
	background-color: transparent;
	background-image: url(img/button.gif);
	background-repeat: repeat-x;
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top:10px;
}

.readon:hover{
background:#333333;
	text-decoration: none;
}

.contentpaneopen li{
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0px 0px 0px 10px;
}

.contenttoc{
	background-color: #FAFAFA;
	border: 1px solid #EEE;
	padding: 2px 5px 2px 5px;
	margin-bottom: 5px;
}
.pagenavcounter{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}
.pagenavbar div a{
	padding: 2px 5px 2px 5px;
}
.pagenavbar div a:hover{
	background-color: #DDD;
	color: #000000;
	padding: 2px 5px 2px 5px;
}
.pagenav{

	font-size: 14px;
	color: #CCC;
	padding: 2px 5px 2px 5px;
	margin:0;
}

.pagenav:link, .pagenav:visited{

	font-size: 14px;
	color: #333;
	padding: 2px 5px 2px 5px;
}

.pagination span, .pagination a {
	border:1px solid #ccc;
	padding:4px 6px;
	margin-right:2px;
	font-size:90%;

	color:#666;}
.pagination a:hover,
.pagination a:focus {
	border:1px solid #999;
	padding:4px 6px;
}
.pagination li {
	margin:0;
	padding:0;}
ul.pagination {
	margin:10px 0 10px 0;}

.blog_more{
	border: 1px solid #DDD;
	background-color: #F0F0F0;
	padding: 5px;
	margin-bottom: 10px;
}

.blog_more:hover{
	background-color: #FFF;
}

.blog_more a:hover{
	padding: 0px 2px 0px 2px;
	color:#FF0000;
	text-decoration: none;
}
.article_column {
	padding:2px;}
/*======================= COMPONENT =============================*/
.componentheading{

	font-size: 18px;
	color: #F97914;
	font-weight: lighter;
	text-align:left;
	line-height:170%;
}

.contentpaneopen fieldset{
	padding: 5px 5px;
	border: 1px solid #DDD;
	margin-bottom: 5px;
}

.highlight{
	background-color: #FFFFCC;

}

.button{
	background: url(img/button.gif) repeat-x;
	padding: 2px 5px 2px 5px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border:none;
}

.button:hover{
	background:#757575;
	border:none;
}

.inputbox{
	border: 1px solid #CCC;
	color: #666;
	background: url(img/bgform.png) no-repeat  0 -684px #fff;
}

.inputbox:hover,
.inputbox:focus,
.inputbox:active{
	background: url(img/bgform.png) no-repeat  #fff;
}

td.sectiontableheader{
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}

td.sectiontableheader a:link, td.sectiontableheader a:visited{
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	display: block;
}

td.sectiontableheader a:hover{
	background-color:transparent;
}

td.sectiontableheader img{
	margin: 2px 0px 0px 5px;
}

tr .sectiontableentry1 td, tr .sectiontableentry2 td{
	padding: 5px;
	border-bottom: 1px solid #EAEAEA;
}

tr .sectiontableentry1 td a:hover, tr .sectiontableentry2 td a:hover{
	background-color: #FFFDBE;
	color: #FFA800;
}

tr .sectiontableentry1:hover, tr .sectiontableentry2:hover{
	background-color: #FFFFCC;
}
/*======================= BREADCRUMB =========================*/
.breadcrumbs{

	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.pathway:link, .pathway:visited{
	font-size: 11px;
	text-decoration: none;
}
/*======================= LOGIN ==============================*/
#form-login{
	color: #666;
}

#form-login .button{
	width:57px;
	height:20px;
	background-color: transparent;
	background-image: url(img/button-login.gif);
	border: none;
	padding: 2px 5px 2px 5px;
	background-repeat: no-repeat;
}
#logintop label {
	font-size:10px;
	text-transform:uppercase;
	line-height:15px;}
#logintop #modlgn_username,
#logintop #modlgn_username .inputbox:focus,
#logintop #modlgn_passwd {
	width:150px;
	margin-right:5px;}

#form-login .button:hover{
	background-position: 0px -20px;
}
#form-login a {
	font-size:90%;}
/*============== content toc =================*/
table.contenttoc{
	margin:10px;
	padding:3px;
	text-align:left;
	float:right;
}
.contenttoc a {
	padding-left:0;
	font-weight:bold;
	font-size:90%;
	}
table.contenttoc td {
	text-align:left;
	}

a.toclink{
	color: #333333;
	background-image: url(img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}

.cc3 a.toclink:hover{
	background-color: #FAFAFA;
	background-image: url(img/arrow2.gif);
	color: #F97914;
}
/*=================== banner ================================*/
.bannerheader {
	font-style:italic;}
.banneritem_text {
	padding: 4px;
	font-size:11px;
}
.banneritem_text a {
	font-weight:700;
	}
div.moduletable .bannerfooter_text,
div.moduletable_text .bannerfooter_text  {
	padding: 4px;
	font-size:80%;
	text-align: right;
}
.bannerfooter_text {
	text-align:right;}
 .bannerfooter_text a {
 font-size:11px;
 text-align:right;}


/*===================== footer menu ============================== */
ul#mainlevel-nav {
	list-style : none;
	padding-bottom:5px;
	clear:right;
}
ul#mainlevel-nav li {
	display:inline;
	font-weight : normal;
	text-align : left;
	list-style : none;
	float:left;
}



.buttonheading a:hover,
td.buttonheading a:hover {
	background: none;}/*
Style-1.css
Template Styling Css rules
Copyright (C) 2008 TemplatePlazza.com
All rights reserved.
 */
/*General*/
.bodies {
	font-weight:normal;
	color:#666666;
	background: #ededed;
	}
td,p,div,tr{
	color:#666666;
	}
/*custom.css*/
#wrp3 {

}
/* ------------ global round wrapper ---------------- */
.rtop{
	overflow: hidden;
	background: #FFFFFF url(img/rtop.gif) top repeat-x;
	margin-top: 8px;
}

.rright{
	width: 100%;
	overflow: hidden;
	background: url(img/rright.gif) right repeat-y;
}

.rbottom{
	width: 100%;
	overflow: hidden;
	background: url(img/rbottom.gif) bottom repeat-x;
}

.rleft{
	width: 100%;
	overflow: hidden;
	background: url(img/rleft.gif) left repeat-y;
}

.rlefttop{
	width: 100%;
	overflow: hidden;
	background: url(img/rlefttop.gif) left top no-repeat;
}

.rrighttop{
	width: 100%;
	overflow: hidden;
	background: url(img/rrighttop.gif) right top no-repeat;
}

.rrightbottom{
	width: 100%;
	overflow: hidden;
	background: url(img/rrightbottom.gif) right bottom no-repeat;

}

.rleftbottom{
	width: 100%;
	overflow: hidden;
	background: url(img/rleftbottom.gif) left bottom no-repeat;
}

.rinside{
/*	overflow: hidden;*/
	margin: 20px;

}
/*====================================== Topemnu =====================================*/
.topmenu{
	height: 28px;
	margin-top: 10px;
}

#topmenu{
	margin-left: 5px;
}

.menumid{
	height: 28px;
	background-image: url(img/menumid.gif);
	background-repeat: repeat-x;
}

.menuleft{
	height: 28px;
	background: url(img/menuleft.gif) left no-repeat;
}

.menuright{
	height: 28px;
	background: url(img/menuright.gif) right no-repeat;
}


/* =============================== Top Search Modul =============================*/
.msrcbg{
	overflow: hidden;
	background-color: #FFFFFF;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.msrcmid{
	overflow: hidden;
	background: url(img/msrcmid.gif) bottom repeat-x;
}

.msrcinside{
	overflow: hidden;
	margin: 14px 10px 10px 10px;
	height:25px;
}

.msrcinside1{
	float: left;
	overflow: hidden;
}

.msrcinside2{
	width: 200px;
	float: right;
	overflow: hidden;
	background-repeat: repeat-y;
	background-position: left;
	height:25px;
}

.msrcbottom{
	height: 4px;
	overflow: hidden;
	background: url(img/msrcbottom_mid.gif) repeat-x;

}
.msrcbottom_left {
	height:4px;
	width:100%;
	overflow:hidden;
	background: url(img/msrcbottom_left.gif) no-repeat left;
	}
.msrcbottom_right{
	height:4px;
	width:100%;
	overflow:hidden;
	background: url(img/msrcbottom_right.gif) no-repeat right;}
.msrcbottom_inside {
	height:4px;}

/*tpvmcatsearch*/
#tpsearchvmcat {
	padding-left:100px;
	background: url(img/tpvmsearchbg.gif) no-repeat left;
	}
#tpsearchvmcat .button {
		background: url(img/tpvmsearchbutton.gif) no-repeat;
		width:34px;
		height:23px;
		border:none;
		text-indent:-1000px;
		}
/*tpmenu*/

#tp-cssmenu li.active a,
#tp-cssmenu li.activesfhover a {
	background: url(img/bgactivetopmenu.gif) top repeat-x #000000;
	color:#FFFFFF;
}
#tp-cssmenu li.active {
	background: url(img/bgactivetopmenu.gif) top repeat-x #000000;
	color:#FFFFFF;}
#tp-cssmenu li.activesfhover {
		background: url(img/bgactivetopmenu.gif) top repeat-x #000000;
	color:#FFFFFF;}
#tp-cssmenu li.active ,#tp-cssmenu li.activesfhover:hover {}
#tp-cssmenu li.active a,#tp-cssmenu li.active a:hover,#tp-cssmenu li.activesfhover a,#tp-cssmenu li.activesfhover a:hover {}
#tp-cssmenu li.activesfhover li a,
#tp-cssmenu li.activesfhover li a:hover {
			background: url(img/bgactivetopmenu.gif) top repeat-x #000000;
	color:#FFFFFF;
	}/*
arial.css
Font Family Css rules
Copyright (C) 2008 TemplatePlazza.com
All rights reserved.
 */
 td,p,div,tr{
	font-family:Arial,Tahoma,Verdana;
	line-height:150%;
	}/*
Standard.css
Font Size Css rules
Copyright (C) 2008 TemplatePlazza.com
All rights reserved.
 */
.logo{
	background-color:#FFF;
	height:55px;
	background-image: url(img/logo.gif);
	background-position: 2px 1px;
	background-repeat: no-repeat;

}

 td,p,div,tr{
	font-size:12px;
	}/*
Custom.css
Template Specific Css rules
Copyright (C) 2008 TemplatePlazza.com
All rights reserved.
 */
#maincpwrapper {
	}
#pagewrapper {
	margin:auto 0;
	}
.clrfix {
	clear:both;
	}

/* --------- header --------- */
.header{
	height:80px;
	overflow: hidden;
}

#logo{
	width: 225px;
	overflow: hidden;
	float: left;
	height:65px;
}

.topbanner{
	width: 470px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}

.toplink{
	width: 195px;
	overflow: hidden;
	float: right;
}




/* =========================== Top Full Width Banner ============================*/
.bannertop{
	overflow:hidden;
	margin-top:10px;
}

/* ================================ Breadcrumb ====================================*/
.brelefttop{
	overflow: hidden;
	background: url(img/brelefttop.gif) #DBDBDB left top no-repeat;
	margin-top: 10px;
}

.brerighttop{
	overflow: hidden;
	background: url(img/brerighttop.gif) right top no-repeat;
}

.brerightbottom{
	overflow: hidden;
	background: url(img/brerightbottom.gif) right bottom no-repeat;
}

.breleftbottom{
	overflow: hidden;
	background: url(img/breleftbottom.gif) left bottom no-repeat;
}

.breinside{
	overflow: hidden;
	margin: 8px;

}
.breinner {
float:left;
}
.currency {
	width:270px;
	float:right;
	margin:0;
	}
.currency br {
	display:none;}
/*=================================== MAINAREA =========================================*/
.maincontainer{
	overflow: hidden;
	margin-top: 10px;
	text-align:left;
	min-height:460px;
}

/*=================================== LEFT =========================================*/
.columnleft{
	width: 195px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.cltop{
	width: 100%;
	overflow: hidden;
	background: url(img/m-border.gif) top repeat-x;
}

.clright{
	width: 100%;
	overflow: hidden;
	background: url(img/m-border.gif) right repeat-y;
}

.clbottom{
	width: 100%;
	overflow: hidden;
	background: url(img/m-border.gif) bottom repeat-x;
}

.clleft{
	width: 100%;
	overflow: hidden;
	background: url(img/m-border.gif) left repeat-y;
}

/*--------------------------------------------------*/
.cllefttop{
	width: 100%;
	overflow: hidden;
	background: url(img/m-lefttop.gif) left top no-repeat;
}

.clrighttop{
	width: 100%;
	overflow: hidden;
	background: url(img/m-righttop.gif) right top no-repeat;
}

.clrightbottom{
	width: 100%;
	overflow: hidden;
	background: url(img/m-rightbottom.gif) right bottom no-repeat;
}

.clleftbottom{
	width: 100%;
	overflow: hidden;
	background: url(img/m-leftbottom.gif) left bottom no-repeat;
}

.left{
	width: 179px;
	margin: 8px;
	overflow: hidden;
	text-align:left;
}
/*=================================== Center =========================================*/
.columncenter{
	overflow: hidden;
	float: right;
}

.message, .cc1, .cc2, .cc3, .cc4{
	overflow: hidden;
	margin-bottom:10px;

}
.cc1 {
	margin-top:0;
	margin-bottom:0;}
.mainbods {
	float:left;}

/*================================== MODULE SEARCH BOTTOM =========================== */
.msebottom{
	overflow: hidden;
	margin-top: 10px;
}

.mseblefttop{
	overflow: hidden;
	background: url(img/mblock-left-top.gif) #D9D9D9 left top no-repeat;
}

.msebrighttop{
	overflow: hidden;
	background: url(img/mblock-right-top.gif) right top no-repeat;
}

.msebrightbottom{
	overflow: hidden;
	background: url(img/mblock-right-bottom.gif) right bottom no-repeat;
}

.msebleftbottom{
	overflow: hidden;
	background: url(img/mblock-left-bottom.gif) left bottom no-repeat;
}

.msebinside{
	overflow: hidden;
	margin: 8px;

}

/*================================= bottom modules - user11/user12/user13 ======================================*/
.columnbottom {
	margin-top:10px;}
.modbottom{
	margin: 8px;
	overflow: hidden;
	text-align:left;
}

#wrp3_inner {
	padding:10px 10px 10px 10px;}
#u11,#u12,#u13 {
	float:left;
	overflow:hidden;}
/*================================= Column Right ==================================*/
.columnright{
	width: 200px;
	overflow: hidden;
	float: right;
}
/*mootool showhide module function*/
h3.show {
	background:url(img/min.gif) right no-repeat;
	cursor:pointer;}
h3.hide {
	background:url(img/plus.gif) right no-repeat;
	cursor:pointer;}

/*================================ FOOTER ===================================================*/
.footer{
	overflow: hidden;
	margin-top: 10px;
	text-align:left;
}

.fleft{
	width: 700px;
	overflow:hidden;
	float: left;
	margin-right: 5px;
}

.fright{
	width: 205px;
	overflow: hidden;
	float:left;
}

.logotp{
	width: 205px;
	height: 50px;

	font-size: 11px;
	color: #666;
}

.logotp a:link, .logotp a:visited{

	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
/*=========================  mootips ===============================*/

.tool-tip {
	width: 222px;
	z-index: 13000;
	background:url(img/bgtooltips.png) top center no-repeat;
	height:156px;
	overflow:hidden;
}
.tool-title {
	font-size: 11px;
	font-family:arial;
	text-transform: uppercase;
	font-weight:700;
	margin: 0;
	color: #003333;
	padding: 20px 15px 5px 15px;
	text-align:center;
}
 .tool-text {
	font-size: 10px;
	font-family:"Lucida Grande", Trebuchet, Tahoma, Arial;
	color: #666666;
	padding: 10px 40px;
	text-align:center;
}

/*========================= minifp =====================================*/
td.minifp p {
	font-size:90%;}
/*
Module.css
Specific Css rules for Module layout
Copyright (C) 2008 TemplatePlazza.com
All rights reserved.
 */
/*============================== GENERAL ================================================*/

div.moduletable {
	text-align:left;
}

/*======================================== USER1 ============================================*/
.topbanner .moduletable{

	font-size: 11px;
	color: #333;
}

.topbanner .moduletable h3{

	font-size: 16px;
	font-weight: lighter;
	color: #000000;
}
/*=========================================== banner top =========================*/
#logintop div.moduletable h3{

	font-size: 10px;
	font-weight: lighter;
	color: #666;
	margin:5px 0 0 0 ;
	text-transform: uppercase;
	padding-right:15px;
	text-align:right;
	line-height:10px;
}
#logintop .lostp,
#logintop .lostu,
#logintop .reg {
	background:#666666;
	color:#FFFFFF;
	padding:2px 5px;
	margin:0 1px;
	font-size:10px;
	text-transform:uppercase;
	font-family:verdana;
	letter-spacing:-1px;}
#logintop .lostp:hover,
#logintop .lostu:hover,
#logintop .reg:hover {
	background:#FF0000;
	text-decoration:none;
	}
/*=========================================== USER2 ========================================*/
.toplink .moduletable{

}

.toplink .moduletable h3{

	font-size: 16px;
	font-weight: lighter;
	color: #000000;
}


div.moduletable_menu li {
	list-style:none;
	margin-left:0;
	padding:0;
	text-align:left;
}
div.moduletable_menu ul li
{
	background:none;}
/*================================== LEFT=============================*/

.left div.moduletable,
.left div.moduletable_menu,
.left div.moduletable_text {
	margin-bottom:10px;}
.left .moduletable a:link, .left .moduletable a:visited{
	text-indent: 5px;
	color: #666;
}

.left ul li{
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0px 0px 0px 5px;
}

.left ul li:hover{

}

.left .moduletable a:hover{
	color: #F97914;
	text-decoration: none;
}
.left .moduletable_menu h3,
.left .moduletable_text h3,
.left .moduletable h3{
	font-size: 12px;
	font-weight: bold;
	color: #9d9c9c;
	background-image: url(img/mleft-h3.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 5px 10px;
	margin: 2px 0px 5px 2px;
	letter-spacing:0px;
}


/*=================================== Left Menu ====================================*/
.left ul.menu li { list-style-image: none;}
.left .mainlevel,.left .mainlevel:link,.left .mainlevel:visited,
ul.menu li a, ul.menu li#current a{

	color: #363636;
	padding: 0px 0px 0px 2px;
	border-bottom:1px solid #ddd;
	display: block;
	background-image: url(img/arrow-gray.gif);
	background-repeat: no-repeat;
	background-position: 175px 5px;
}

.left .mainlevel:hover,.left .mainlevel:active,
ul.menu li a:hover, ul.menu li#current a{
	color: #F97914;
	text-decoration: none;
	background: url(img/arrow.gif) right no-repeat;

}


ul.menu li.lock{
	background: url(img/lock.gif) right no-repeat;
}

.left #active_menu{
}

.left #active_menu.sublevel{
}

.left .sublevel, .left .sublevel:link, .left .sublevel:visited{
}

.left .sublevel:hover{
}

.left span.mainlevel{
}
.left span.mainlevel:hover{
}

/*============================= User5 ===================================*/
.cc1 .moduletable{

	font-size: 12px;
	color: #666;
}

.cc1 .moduletable h3{

	font-size: 16px;
	font-weight: lighter;
	color: #666;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #DDD;
}

/*=========================== Mid modules =====================================*/
.cc2top{
	width: 100%;
	overflow: hidden;
	background-image: url(img/m-border.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.cc2right{
	width: 100%;
	overflow: hidden;
	background-image: url(img/m-border.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.cc2bottom{
	width: 100%;
	overflow: hidden;
	background-image: url(img/m-border.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.cc2left{
	width: 100%;
	overflow: hidden;
	background-image: url(img/m-border.gif);
	background-position: left;
	background-repeat: repeat-y;
}

/*--------------------------------------------------*/
.cc2lefttop{
	width: 100%;
	overflow: hidden;
	background-image: url(img/m-lefttop.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.cc2righttop{
	width: 100%;
	overflow: hidden;
	background-image: url(img/m-righttop.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.cc2rightbottom{
	width: 100%;
	overflow: hidden;
	background-image: url(img/m-rightbottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.cc2leftbottom{
	width: 100%;
	overflow: hidden;
	background-image: url(img/m-leftbottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.cc2inside{
	margin: 5px;
	overflow: hidden;
}

/*Orange Header - Default Color*/
.cc2inside .moduletable{
	margin-bottom: 10px;
	padding-left: 5px;
}

.cc2inside .moduletable h3{
	background: url(img/g-orange-h3.gif) no-repeat right;
	padding: 4px 0px 4px 8px;
	color: #FFFFFF;

	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin:5px 5px 5px 4px;

}
.cc2inside .moduletable h3 span {
	background: url(img/g-orange-h3.gif) no-repeat left;
	padding: 4px 0px 4px 8px;
	font-size: 12px;
	line-height:15px;
	width:100%;
	margin:5px 5px 5px -12px;}

/*blue header*/
.cc2inside .moduletable-blue{
	margin-bottom: 10px;
	padding-left: 5px;
}
.cc2inside .moduletable-blue h3{
	background: url(img/g-blue-h3.gif) no-repeat right;
	padding: 4px 0px 4px 8px;
	color: #FFFFFF;

	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin:5px 5px 5px 4px;

}
.cc2inside .moduletable-blue h3 span {
	background: url(img/g-blue-h3.gif) no-repeat left;
	padding: 4px 0px 4px 8px;
	font-size: 12px;
	line-height:15px;
	width:100%;
	margin:5px 5px 5px -12px;}


/*red*/

/*blue header*/
.cc2inside .moduletable-red{
	margin-bottom: 10px;
	padding-left: 5px;
}
.cc2inside .moduletable-red h3{
	background: url(img/g-red-h3.gif) no-repeat right;
	padding: 4px 0px 4px 8px;
	color: #FFFFFF;

	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin:5px 5px 5px 4px;

}
.cc2inside .moduletable-red h3 span {
	background: url(img/g-red-h3.gif) no-repeat left;
	padding: 4px 0px 4px 8px;
	font-size: 12px;
	line-height:15px;
	width:100%;
	margin:5px 5px 5px -12px;}




/*============================== mod bottom =========================*/
.modbottom .moduletable h3{

	font-size: 13px;
	font-weight: bold;
	color: #F97914;
	background-repeat: no-repeat;
	padding: 3px 0px 5px 0px;
	margin: 0 ;
	letter-spacing:0px;
}

.modbottom div.moduletable,
.modbottom div.moduletable span,
.modbottom div.moduletable div,
.modbottom div.moduletable p  {
	font-size:11px;}

/*================================== RIGHT ===========================*/

.columnright .moduletable {
	margin-bottom:10px;
	}
.columnright .moduletable h3,
.columnright .moduletable_text h3 {
	font-size:13px;
	font-weight:600;
	color:#666666;
	padding:4px 0 4px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:0;
	margin-bottom:5px;}



/*==================================== FOOTER ======================================*/
.fleft .moduletable{
	font-size: 11px;
	color: #666666;
}

.fleft .moduletable h3{
	font-size: 13px;
	font-weight: lighter;
	margin:0;
	color:#333333;
}



.error {
	width:656px;
	font-size: 12px;
	font-weight: bold;
	background: #ffe1e1 url(img/ico-warning.gif) no-repeat 5px 10px;
	border-top: 1px solid #ff8080;
	border-bottom: 1px solid #ff8080;
	padding: 10px 0 8px 28px;
	margin: 10px 0;
	line-height: 1.2em !important;
	color: #333;
	text-align:left;
}

.error ul {
	margin:0px;
	padding: 5px;
}

.error li {
	list-style: none;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	color: #373737;
	text-indent:0;
	line-height: 14px;
	display: block;
	background:  url(img/bul-black-aro.gif) no-repeat left 5px;
	padding:0;
	margin:0px;
	padding-left:10px;
	margin-left:0;
}

.error p{
	font: 11px Verdana, Arial, sans-serif;
}

.message{
	padding-left:1em;
}

.message h1{
	color:#626262;
	font-size:14px;
	font-weight: bold;
}
.message span{
	color:#3366FF;
	font-size:12px;
}


#loading {
    position:absolute;
    width:300px;
	height:20px;
    top:50%;
    left:50%;
    margin-left:-150px;
	color:#FFF;
    text-align:center;
    padding:7px 0 0 0;
    font:bold 11px Arial, Helvetica, sans-serif;
	z-index:5000;
	 background: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

img.icon_so{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

img.icon_so:hover, img.icon_so:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}


.startdate{
	color:#3B3B3B;
	margin:15px;
	padding:10px;
	border:1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width:600px;
}