﻿/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }


html, body 
{
	color:#222222;
	font-family:Arial;
	font-size:12px;
	margin:0;
	padding:0;
	background-image:url(../Resources/back.jpg);
	background-repeat:repeat-x;
	background-color:#2e3033;
	
}

#content 
{
	width:1040px;
	margin-left:auto;
	margin-right:auto;
}

a 
{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#eb9530;
	border-style:none;
	border-width:0px;
	border:none;
	margin:none;
}

.TextOrange
{
	color:#e88931;
}

.TextWhite
{
	color:#fff;
	font-size:11px;
}

.TextBlack
{
	color: #000000;
}

.TextRed
{
    color: #ff0000;
}

.StarCssClass
{
	background-repeat: no-repeat;
    cursor: auto;
    display: block;
    font-size: 0;
    height: 12px;
    margin: 0;
    padding: 0;
    width: 13px;
}

.WaitingStarCssClass
{
}

.EmptyStarCssClass
{
	background-image: url("../Resources/EmptyStar.png");
}

.FilledStarCssClass
{
	background-image: url("../Resources/FilledStar.png");
}

.StarCenterAlign
{
	margin-left: auto;
	margin-right: auto;
	width: 65px;
}

.StarRightAlign
{
	position: relative;
	float: right;
	width: 65px;
}

.StarLeftAlign
{
	position: relative;
	float: left;
	width: 65px;
}


/******* UCTextBox *******/

.texfield 
{
	background-image:url(../Resources/texbox.png);
	background-repeat:no-repeat;
	height:21px;
	width:179px;
	margin-bottom:4px;
	padding-top:5px;
	padding-left: 3px;
}

.texfield2
{
	background-image:url(../Resources/texboxmediu.png);
	background-repeat:no-repeat;
	height:21px;
	width:105px;
	margin-bottom:4px;
	padding-top:5px;
	padding-left: 3px;
}

.texfield3	 {
	background-image:url(../Resources/backdropdownmic.png);
	background-repeat:no-repeat;
	height:21px;
	width:89px;
	margin-bottom:4px;
	padding-top:5px;
	padding-left: 3px;
}

.texfieldstyle 
{
	background:none;
	border:none;
}

.Selectstyle 
{
	background:none;
	border:none;
	width:173px;
}

.DivLeft 
{
	width:217px;
	padding:13px 13px 0px 13px;
	position:relative;
	float:left;
}

.DivRight 
{
	width:744px;
	padding:13px 0px 13px 16px;
	position:relative;
	float:left;
}

.Content
{
	background-color:#fff;
	padding-bottom:13px;
}

table.tabelwhite{
	margin:8px 0px 8px 0px;
	border: 1px dotted #fff;
	padding:0px;
}
table.tabelwhite  th{
	background-color:#FFF;
	border: 1px dotted #fff;
	color:#e88931;
	width: 67px;
}
table.tabelwhite td {
	width: 67px;
	background-color:#f5f2d4;
	border: 1px dotted #fff;
	text-align:center;
}

table.TableGray
{
	margin:22px 0px 8px 0px;
	padding:0px;
	font-size:11px;
}
table.TableGray  th
{
	background-color:#dcdcdc;
	border: 1px dotted #cecdcd;
	color:#e88931;
	width: 67px;
}
table.TableGray td 
{
	width: 67px;
	background-color:#f5f4f1;
	border: 1px dotted #cecdcd;
	text-align:center;
}

table.statisticicomplete{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:11px;
}

table.statisticicomplete  th{
	background-color:#dcdcdc;
	border: 1px dotted #cecdcd;
	color:#222222;
	width: 40px;
	font-weight:normal;
}
table.statisticicomplete td {
	width: 40px;
	background-color:#f5f4f1;
	border: 1px dotted #cecdcd;
	text-align:center;
	white-space:nowrap; 
}

h2 {
	padding:8px 0px 8px 0px;
	margin:0px;
	font-size:13px;
	font-style: oblique;
	font:Arial;
	font-weight:normal;
}

.BigText
{
	font-size:18px;
}

.RatingText
{
}

.NextPage {
	padding-top:6px;
}

.PrevPage {
	
	padding-top:6px;
}

.Pages {
	width:80px;
	position:relative;
	margin-top:5px;
	margin-left: 12px;
	color:#000;
	float:right;
	padding-top:8px;
}

.PageLinks
{
	color:#fff;
	font-size:11px;
	padding-top: 8px;
	position: relative;
	float: right;
}

.Page {
	position:relative;
	text-align:center;
	padding-top:6px;
	color:#fff;
}

.SelectedPage {
	position:relative;
	text-align:center;
	padding-top:6px;
	color:#000;
}

.menu a
{
    padding: 8px 10px 8px 10px;
}