﻿body 
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	height:100%;
	/*background-color: #EFECE6;*/
	background-image:url(images/metal.jpg);
	margin:0;
	color: #062A5E;
}

input 
{
	background-color: #C0CCDE;
	border: solid 1px #909CFF;
	color: #062A5E;
}

select
{
	background-color: #C0CCDE;
	border: solid 1px #909CFF;
	color: #062A5E;
}

textarea
{
	background-color: #C0CCDE;
	border: solid 1px #909CFF;
	color: #062A5E;
}

.radioStyle input
{
	background-color: Transparent;
	border: none;
}

.tableCentered
{ 
margin-left: auto;
margin-right: auto;
}

.leftBar
{
	color:#EEEEFF;
	font-weight:normal; 
	width:200px;
	border-right:solid 0px #466A9E;
	padding-left:0px;
	padding-top:15px;
	background-image:url(Images/leftpanel2.png);
	background-repeat:repeat-y
}



/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

.panelStyle1
{
		background-color:#C0CCDE;
		text-align:center;
		width:728px;
}

.panelStyle2 
{
	padding:15px;
}

.lblPanel
{
    color: #163A6E;
    font-weight:bold;
    text-transform: uppercase;
    margin-bottom:10px;
    font-size:12px;
    border-bottom: solid 2px #466A9E;    
}

/******* SURVEYS *******/

.emptyBar
{
	background-color:#C0CCDE;
	border-style:outset;
	border-width:3px;
}

.filledBar
{
	background-color:#444444;
	border-style:outset;
	border-width:3px;
}

.titleLabel
{
	background-image: url(Images/lblBackOrange.gif);
	background-repeat:repeat-x;
	color:#000000;
	height:44px;
}

.boxTable
{
	background-color: #DDDDDD;
	color: #000000;		
	border-bottom: solid 3px orange;
}

.boxTable td
{
	padding:5px 5px 5px 10px;
}

/******* END SURVEYS ************/


/******* ADDS_FILTERS *******/
/*background-image: url(Images/lblBackOrange25.gif);^*/
.QPanel_C
{
	background-repeat:repeat-x;
	font-weight:bold;
	text-transform:uppercase;
	width:188px;
	height:10px;
	padding: 6px 6px 8px 6px;
	border-bottom: solid 1px #C0CCDE;
	border-top: solid 0px orange;
	font-size:12px;
	font-family: Arial, Helvetica, Verdana;	
}

.QPanel_E
{
	background-color:#C0CCDE;
	color:#163A6E;
	font-weight:bold;
	width:194px;
	text-indent:6px;
	padding: 0px 6px 0px 0px;
	border-bottom: solid 3px #F2A31B;
	border-top: solid 0px #F2A31B;
}

/******* END ADDS_FILTERS *******/


/******* MENU ************/
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:13px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#DDDDDD;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

/******* END MENU ************/

/******* LINK_BUTTONS ********/
.lbWithStyle
{
	background-color:#466A9E;
	color:#FFFFFF;
	font-weight:bold;
	border: solid 1px #86AADE;
	padding: 5px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	margin-right:10px;
	text-align:center
}

.lbWithStyle:hover
{
	background-color:#F2A31B;
	color:#163A6E;
	border: solid 1px #163A6E;
}

.lbWithStyle2
{
	font-size:10px;
	padding: 4px;
}

.lbWithArrow
{
	background-image: url(images/lbarrow2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	vertical-align:middle;
	padding-left:21px;
	padding-bottom:5px;
	color:#163A6E;
	text-decoration:none;
	font-weight:bold;
}

.lbWithArrow:hover
{
	background-image: url(images/lbarrowhover2.gif);
	text-decoration:underline;
}

.lbWithArrow2
{
	background-image: url(Images/lbarrow3.gif);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:21px;
	text-decoration:none;
	font-weight:bold;
	color: #EEEEFF;
}

.lbWithArrow2:hover
{
	background-image: url(Images/lbarrowhover3.gif);
	font-weight:bold;
	color:#F2A31B;
}

.lbNewUser
{
	color:White;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	height:50px;
	text-align:left;
	padding-left:20px;
}

.lbNewUser a
{
	color:White;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom: solid 2px #FFFFFF
}

.lbNewUser a:hover
{
	color:#F2A31B;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom: solid 2px #F2A31B
}

.lbBasic
{
	padding-left:10px;
	color:#163A6E;
	text-decoration:underline;
	font-weight:bold;
}

.lbBasic:hover
{
	text-decoration:underline;
	color:#F2A31B;
}

/******* END LINK_BUTTONS ********/

/****** TITLE_HEADERS *******/
.FormTitle
{
	font-size:15px;
	font-weight:bold;
	padding-bottom:12px;
	padding-top:15px;
	/* background-image: url(images/formtitleCCC.gif); */
	background-image: url(images/formtitleS.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	font-family: Helvetica, Georgia, Arial, Verdana;
}

.FormTitle2
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	padding-top:15px;
	font-family: Helvetica, Georgia, Arial, Verdana;
}

.FormTitleAbout
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	padding-top:25px;
	font-family: Helvetica, Georgia, Arial, Verdana;
	background-image: url(images/onebit_01.png);
	padding-left:50px;
	background-position: left bottom;
	background-repeat:no-repeat;
	
}

.FormTitleAbout a
{
	color:#062A5E
}

.pAbout
{
	padding-left:50px;
	padding-right:35px;
	text-align:justify;
}

/****** END TITLE_HEADERS *******/

/* validator */
.highlightField
{
	background-color:#FFFACD;
	border: solid 1px #7F9DB9;
}

.HideButton
{
	display:none
}

.Banner
{
	border-bottom:solid 1px #C0CCDE;
	background-color:transparent;
}

.BannerLabel
{
	text-transform:uppercase;
	font-weight:normal;
}

/* Input data form (add display) */
.formTable td	
{
	border-bottom: solid 1px #C0CCDE;
}

/* Form Label */
.clLabel 
{
	font-weight:bold
}

/* Warning or error message */
.errorLabel
{
	color:#AA0000;
	font-weight:bold;
}

.NewsLink
{
	color:#163A6E;
	text-decoration:none;
	margin-left:4px;
}

.NewsLink:hover
{
	text-decoration:underline;
}

.Comments
{
	height:30px;
	padding-left:45px;
	background-image:url(images/comments.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	padding-top:15px;
	font-family: Helvetica, Georgia, Arial, Verdana;
}