
/** BASIC */

body
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
}

h1
{
	text-transform: capitalize;
	font-weight: normal;
}

h1
{
	margin-bottom: 30px;
	padding-bottom: 5px;
	background: url(images/homepage11.gif) repeat-x left bottom;
	font-size: 26px;
	color: #279FBD;
}

h2
{
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 20px;
	color: #000000;
}

h2 span
{
	color: #10A1CF;
}

h3
{
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 16px;
	color: #000000;
}

.text1
{
	margin-bottom: 5px;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	color: #3D494B;
}

/** TEXTS */

body, th, td, input, textarea, select
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #4E4E4E;
}

p, blockquote, ul, ol, dl
{
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

/** Lists */
.unorderedlist
{
	list-style-type: circle !important;
	list-style-position: outside !important;
}
/** LINKS */

a
{
	color: #279FBD;
}

a:hover
{
	text-decoration: none;
}

/** STYLES */

.style1
{
}

.style1 a
{
}

.style1 a:hover
{
}

/** BACKGROUNDS */

.bg1
{
}

/** MISC */

.align-justify
{
	text-align: justify;
}

.align-right
{
	text-align: right;
}

img
{
	border: none;
}

img.left
{
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right
{
	float: right;
	margin: 3px 0px 0px 15px;
}

hr
{
	display: none;
}

.hr1
{
	height: 1px;
}

/** FORMS */

form
{
	margin: 0px;
	padding: 0px;
}

fieldset
{
	margin: 0px;
	padding: 0px;
	border: none;
}

input
{
	/*	font: bold 11px "Trebuchet MS" , Arial, Helvetica, sans-serif;*/
	color: #574520;
}

form ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form .textbox
{
	width: 154px;
	height: 20px;
	margin: 0px 0px 5px 0px;
	padding: 3px 5px 0px 5px;
	border: none;
	background: url(images/subpage1_01.gif) no-repeat left top;
}

form .button
{
	width: 55px;
	height: 18px;
	background: url(images/subpage1_02.gif) no-repeat left top;
	border: none;
	text-transform: lowercase;
}

/** HEADER */

#header h2
{
	font-size: 16px;
	font-weight: normal;
	color: #6D6D6D;
}

#header h2 span
{
	color: #C2C2C2;
}

/** MENU */

#menu a
{
	float: left;
	width: 126px;
	height: 28px;
	padding: 8px 0px 0px 0px;
	background: url(images/homepage03.jpg) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a
{
	background: url(images/homepage04.jpg) no-repeat left top;
}
#menu .flat a, #menu .flat a:hover
{
	background: url(images/myflatbutton.jpg) no-repeat left top;
}

/** LOGIN */

#login
{
	margin: 0px 0px 10px 0px;
	padding: 18px 18px 0px 18px;
	background: #E6E6E6 url(images/homepage06.gif) no-repeat left top;
}

#login .bgbtm
{
}

#login-submit
{
	margin-top: 5px;
}

#login a
{
	padding-top: 6px;
}

/** SEARCH */

#search
{
	margin: 0px 0px 10px 0px;
	padding: 18px 18px 0px 18px;
	background: #E6E6E6 url(images/homepage08.gif) no-repeat left top;
}

#search .bgbtm
{
	margin: 0px -18px;
	background: url(images/homepage09.gif) no-repeat left bottom;
}

#search-submit
{
	margin-top: 5px;
}

#search a
{
	padding-top: 6px;
}

/** FOOTER */

#footer
{
	height: 113px;
	background: #505050 url(images/homepage15.gif) repeat-x left top;
}

#footer p
{
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	color: #717171;
}

/** Extra */

.meter
{
	border-right: #ccc 0.09em solid;
	border-top: #777 0.09em solid;
	background: #aaa;
	float: none;
	border-left: #777 0.09em solid;
	width: 153px;
	border-bottom: #ccc 0.09em solid; /*position: relative;*/
	height: 16px;
}
.meter .bar
{
	height: 16px;
	background-color: #10A1CF;
}
.meter .text
{
	width: 100%;
	line-height: 1.18em; /*position: absolute; 	position: relative;*/
	height: 15px;
	text-align: center;
	color: #fff;
	margin-top: -14px;
	font-size: 12px;
}
TD .meter
{
	margin-top: 0px !important;
	float: none !important;
}


/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	position: relative;
}

th, td, tr
{
	border-style: none;
	padding: 0px;
}

th
{
	padding: 6px;
}

table.gridView
{
}

.gridView td
{
	padding: 1px;
	color: #333333;
	border: none;
	border-width: 0px;
}

.gridView .gridViewHeader
{
	font-weight: bold;
	text-align: left;
}

.gridView .usageGridViewHeader
{
	padding: 0 !important; /*background: url(images/gridviewheader.jpg) no-repeat left bottom;*/
	font-weight: bold;
	color: White !important;
	text-align: left;
}
.gridView .usageGridViewHeader td
{
	padding: 0px !important;
}

.gridView .gridViewRow
{
	background-color: #F2F2F2;
	color: #333333;
}

.gridView .gridViewTotalRow
{
	background-color: #F2F2F2;
	color: #333333;
}

.gridView .gridViewAlternatingRow
{
	background-color: White;
	color: #333333;
}


.detailsView
{
	background: #F2F2F2;
	padding: 4px !important;
	border-style: none;
}

.detailsView table, .detailsView td
{
	padding: 4px;
	border-style: none;
}

.registerWizard
{
	background: #F2F2F2;
	padding: 1px;
	border-style: none;
}

.registerWizard table, .registerWizard td
{
	padding: 1px;
	border-style: none;
}


.calendar .ajax__calendar_container
{
	background-color: White;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

.calendar td
{
	padding: 1px;
}

.calendar tr, .calendar th, .calendar table, .calendar thead, .calendar tbody
{
	padding: 0px;
}

.hiddenPanel
{
	width: 514px;
	height: 0px;
	overflow: hidden;
}


fieldset
{
	border: 0.09em solid #CCCCCC;
	margin: 0;
	padding: 0.725em;
}

fieldset legend
{
	font-weight: bold;
	color: #10A1CF;
	margin-left: -0.362em;
	padding: 0 0.272em;
}

.myModalPanel
{
	width: 700px;
	height: 350px;
	padding: 10px;
	background-color: White;
}
.closeButton
{
	float: right;
}
.showMoreInfoButton
{
	float: right;
  
}

