body
{
	amargin: 0px;
	apadding: 0px;
	font-family: Verdana;
	font-size: 10pt;
}
h1, h2, h3, h4
{
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Georgia;
	font-style: italic;
}
h2
{
	font-size: 15pt;
	color: #0000CC;
}
h3
{
	font-size: 12pt;
	color: #000099;
}
h4
{
	font-size: 10pt;
	color: #000099;
}
table
{
	font-size: 10pt;
}
#container
{
	width: 1008px;
	text-align: left;
}
#content
{
	width: 1008px;
	text-align: left;
}
a
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: red;
}
img
{
	border: 0;
	margin: 0;
	padding: 0;
}
form
{
	margin-bottom: 0;
}
.errorBox
{
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid red;
}
.infoBox
{
	color: green;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid green;
}
.errorField
{
	color: red;
}

#day
{
	margin: 0px 0px 0px 0px;
	border: 2px solid #DDDDDD;
	height: 41px;
	width: 1000px;
	position: relative;
}
.block_dayEntry
{
	position: absolute;
	background-color: #47e743;
	top: 21px;
	height: 20px;
}
.marker_statusChange
{
	position: absolute;
	height: 20px;
	background-color: #FF5555;
	top: 21px;
}
.serverOff
{
	position: absolute;
	background-color: #ffe2a3;
	top: 21px;
	height: 20px;
}
.dayTime
{
	position: absolute;
	border-left: 1px solid green;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	text-align: center;
	top: -1px;
	height: 20px;
}
.marker_dayCur
{
	position: absolute;
	height: 41px;
	background-color: green;
	top: 0px;
}
.marker
{
	position: absolute;
	height: 41px;
	width: 3px;	
	top: 0px;
	display: none;
}
#info
{
	position: absolute;
	aheight: 100px;
	awidth: 100px;
	background-color: white;
	border: 1px solid black;
	display: none;
}
.infoTable
{
	font-size: 10pt;
}
.hourInfo
{
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	color: red;
}
.rangeInfo
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 7px;
	text-align: center;
}
.tableRangeInfo
{
	font-size: 10pt;
	font-weight: bold;
}
.serverOffInfo
{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}
.serverOffInfo2 ul
{
	margin-top: 5px;
	padding-left: 20px;
}
#swl
{
	text-align: center;
	color: gray;
	font-size: 6pt;
	margin-top: 10px;
	/*display: none;*/
}
#swl a
{
	color: gray;
}
#swl a:hover
{
	text-decoration: underline;
}
.paymentQuestion
{
	font-size: 10pt;
	font-weight: bold;
	color: #0000AA;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}
.paymentOptions
{
	padding: 5px 5px 0 5px;
	margin-bottom: 10px;
}
#paymentInfo
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.hinticon
{
	cursor: help;
}
#mainmenu
{
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	margin: 0;
	padding: 0;
	height: 32px;
	abackground: url(/img/menubtnback.png) repeat-x;
	aborder-bottom: 2px solid #5fc5ff;
	border-bottom: 2px solid #e0e0e0;
}
#mainmenu li
{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	
	text-align: center;
	
	background: url(/img/mainmenu/a.png)
}
#mainmenu li a:hover
{
	background: url(/img/mainmenu/b.png)
}
#mainmenu li.selected
{
	background: url(/img/mainmenu/c.png)
}
#mainmenu li a
{
	display: block;
	min-width: 134px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 32px;
	color: black;
	font-weight: bold;
}
.horizontalLine
{
	margin-right: 7px;
	margin-bottom: 10px;
	height: 1px;
	border-top: 1px solid #cecece;
}
/*****************************/
/*           TABLE           */
/*****************************/
table.table
{
	border-collapse: collapse;
	font-size: 9pt;
}
table.table > tbody > tr > th
{
	text-align: center;
	color: #0000AA;
	background-color: #F3F3F3;
	padding: 2px 3px 2px 3px;
	border: 1px solid #E0E0E0;
}
table.table > tbody > tr > td
{
	background-color: #F8F8F8;
	padding: 1px 2px 1px 2px;
	border: 1px solid #E0E0E0;
}
table.table > tbody > tr:hover > td
{
	background-color: #F3F3F3;
}
table.table.selectable > tbody > tr
{
	cursor: pointer;
}
table.table > tbody > tr.section > th
{
	background-color: #F1F1F1;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	color: #0000AA;
}
table.table > tbody > tr.group > th
{
	padding-top: 5px;
	background-color: transparent;
	border: 0;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	color: #000000;
}
table.table > tbody > tr.group > th > div
{
	border-bottom: 1px solid #888888;
}
table.table > tbody > tr.separator > td
{
	background-color: white;
	border: 0;
}
table.table > tbody > tr.footer > td
{
	font-size: 8pt;
	font-weight: bold;
	background-color: #F3F3F3;
}
table.table > tbody > tr.elapsed > td
{
	background-color: #A8A8A8;
}
/*****************************/
/*            GRID           */
/*****************************/
.grid
{
	border-collapse: collapse;
	font-size: 8pt;
}
.grid > tbody > tr > th
{
	font-weight: bold;
	width: 25%;
	text-align: center;
}
.grid > tbody > tr > td, .grid > tbody > tr > th
{
	border: 1px solid #E0E0E0;
	background-color: #F8F8F8;
	padding: 3px;
}
.grid > tbody > tr.separator > td
{
	background-color: inherit;
	border: 0;
}
.grid > tbody > tr.section > th
{
	background-color: #F1F1F1;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	color: #0000AA;
}
.grid div.hint
{
	font-size: 7pt;
	font-weight: normal;
	color: #909090;
}
/*****************************/
/*         PAGINATOR         */
/*****************************/
.pagesSwitch
{
	faloat: right;
}
.pagesSwitch div.mleft
{
	margin-left: 2px;
}
.pagesSwitch div
{
	float: left;
	
	width: 22px;
	border: 1px solid #d1d1d1;
	text-align: center;
}
.pagesSwitch div a
{
	color: #e29f03;
	display: block;
	line-height: 21px;
}
.pagesSwitch div.disabled a
{
	color: gray;
}
.pagesSwitch div
{
	apadding: 2px;
	font-size: 9pt;
	
	background-color: #fcfcfc;
	border: 1px solid #d1d1d1;
}
.pagesSwitch div.current
{
	font-weight: bold;
}
.pagesSwitch div:hover
{
	background-color: #f9f9f9;
	border: 1px solid #cacaca;
	
	cursor: pointer;
}

