﻿

ul.bullet
{
	list-style-image: url(./images/bullet.png);
	list-style-position: outside;
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}


.SpacerLine
{
	border-top: solid 1px #377c2b;
	border-right: solid 1px #377c2b;
}
body
{
	font-family: arial;
	font-size: 14px;
}

#wrapper
{
	width: 800px;
	margin: 0 auto;
}
#maintable
{
	width: 98%;
	margin: 0 auto;
}
#bodytable
{
	width: 98%;
	margin: 0 0 0 auto;
	border: solid 3px #377c2b;
	border-top: none;
	border-bottom: none;
	width: 564px;
}
#bodycontent
{
	padding: 10px 43px 20px 24px;
	vertical-align: top;
	letter-spacing: 1px;
}
#bodycontent p
{
	font-size: 14px;
	margin: 10px 0;
}
#column1
{
	width: 155px;
	vertical-align: top;
}
#column2
{
	vertical-align: top;
	width: 100%;
}

.language
{
	text-align: right;
	padding-bottom: 10px;
}
.language a:hover
{
	text-decoration: none;
}


.WaterMark
{
	color: Gray;
}

.grayleft
{
	background: url(images/button_roundleftG.gif) left no-repeat;
	padding: 2px 0 1px 4px;
	color: #fff;
	font-weight: bold;
}
.grayright
{
	background: url(images/button_roundrightG.gif) right no-repeat;
	padding: 2px 4px 1px 0;
	color: #fff;
	font-weight: bold;
}


.buttongray
{
	background: #8b9298;
	border-top: solid 1px #8b9298;
	border-bottom: solid 1px #8b9298;
	padding: 1px 15px 1px 15px;
}
#menu
{
	width: 194px;
	background: #377c2b;
	border-collapse: collapse;
}
.top
{
	background: #fff url(images/menu-top.gif) top no-repeat;
	height: 12px;
}
.bottom
{
	background: #fff url(images/menu-bottom.gif) top no-repeat;
}
.menuitem
{
	background: #377c2b;
}

.menuoff
{
	border: solid 2px #fff;
	border-left: none;
	width: 88%;
	color: #fff;
	padding: 7px 0 10px 7px;
	font-size: 14px;
	margin-bottom: 5px;
}
.menuon
{
	background: url(images/menu-on.gif) left bottom no-repeat;
	border: solid 2px #fff;
	border-left: none;
	border-right: none;
	width: 100%;
	color: #fff;
	padding: 10px 0 10px 10px;
	font-size: 14px;
	margin-bottom: 5px;
}

.spacerow
{
	background: #377c2b;
	height: 10px;
}

#body-roundtop
{
	height: 11px;
	background: url(images/body-roundtop.gif) left top no-repeat;
}
#body-roundbottom
{
	height: 11px;
	background: url(images/body-roundbottom.gif) left top no-repeat;
}

a
{
	text-decoration: none;
	color: blue;
}
a:hover
{
	text-decoration: underline;
}
.menuitem a
{
	color: #fff;
}
.menuitem a:hover
{
	color: #fbc432;
	text-decoration: none;
}
.menuitem .menuon a:hover
{
	color: #fff;
}

.button
{
	background: #969696;
	padding: 3px 10px;
	color: #fff;
	border: solid 1px #fff;
	font-size: 15px;
}
.roundbutton
{
	background: url(images/round-button.gif) left no-repeat;
	color: #fff;
	font-size: 11px;
	border: none;
	font-weight: bold;
	vertical-align: middle;
	width: 80px;
	height: 18px;
	padding: 0px 10px;
}

/* style for login page */
#guestlogin
{
	background: #7ac043;
	width: 100%;
	height: 180px;
	border-top: none;
	border-bottom: none;
}
#guestlogin h2
{
	color: #fff;
	font-size: 18px;
	margin: 0 0 0 10px;
	font-weight: normal;
}
.login
{
	text-align: right;
	padding-right: 10px;
}
.login input
{
	margin: 0 5px 0 5px;
}
#exlogin
{
	background: #175190;
	width: 100%;
	height: 180px;
	border-top: none;
	border-bottom: none;
}
#exlogin h2
{
	color: #fff;
	font-size: 18px;
	margin: 0 0 0 10px;
	font-weight: normal;
}
/* ^^ style for login page ^^ */




/* Blue language buttons */
.blueleft
{
	background: url(images/button_roundleftB.gif) left no-repeat;
	padding: 2px 0 1px 6px;
	color: #fff;
}
.blueright
{
	background: url(images/button_roundrightB.gif) right no-repeat;
	padding: 2px 6px 1px 0;
	color: #fff;
}
.whiteleft2
{
	background: url(images/button-white_roundleftB.gif) left no-repeat;
	padding: 2px 0 1px 6px;
	color: #fff;
}
.whiteright2
{
	background: url(images/button-white_roundrightB.gif) right no-repeat;
	padding: 2px 6px 1px 0;
	color: #fff;
}
.buttonwhite2
{
	background: #fff;
	border-top: solid 1px #175190;
	border-bottom: solid 1px #175190;
	padding: 2px 15px 8px 15px;
	color: #175190;
	font-size: 14px;
}
.buttonblue
{
	background: #175190;
	border-top: solid 1px #175190;
	border-bottom: solid 1px #175190;
	padding: 2px 15px 8px 15px;
	color: #fff;
	font-size: 14px;
}
.loginbox
{
	border: solid 2px #000;
	height: 20px;
}
.Header-gray
{
	background: #8b9298;
}
.Header-gray td
{
	font-size: 150%;
	color: #fff;
	padding: 10px;
}

#graytable
{
	border: solid 1px #8b9298;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
.grayrow
{
	background: #8b9298;
}

td.graylinedrows
{
	border-top: solid 1px #8b9298;
	border-bottom: solid 1px #8b9298;
	color: #377c2b;
}

#overviewmenu
{
	position: absolute;
	left: 145px;
	border: solid 2px #fff;
	width: 109px;
	margin-top: 20px;
	cursor: pointer;
}
.dropdown_off
{
	background: #8b9298;
	text-align: center;
	padding: 4px 0;
	color: #fff;
	border: solid 1px #fff;
}
.dropdown_on
{
	background: #377c2b;
	text-align: center;
	padding: 4px 0;
	color: #fff;
	border: solid 1px #fff;
}


td.greenlinedrows
{
	border-top: solid 1px #8b9298;
	border-bottom: solid 1px #8b9298;
	background: #377c2b;
	width: 20%;
	border-right: solid 1px #ccc;
	color: #fff;
}

.largeorange
{
	color: #f9b82e;
	display: inline;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
}

.guesttop
{
	background: #fff url(images/guestlogin-top.gif) top no-repeat;
	height: 8px;
}
.guestbottom
{
	background: #fff url(images/guestlogin-bottom.gif) top no-repeat;
	height: 8px;
}
.extop
{
	background: #fff url(images/exlogin-top.gif) top no-repeat;
	height: 9px;
}
.exbottom
{
	background: #fff url(images/exlogin-bottom.gif) top no-repeat;
	height: 9px;
}


/* Green and white buttons */
.buttongreen
{
	border-top: solid 1px #377c2b;
	padding: 2px 15px 7px 15px;
	color: #fff;
}
.greenleft
{
	background: url(images/button_roundleft.gif) left no-repeat;
	padding: 0 0 0 4px;
	font-size: 14px;
}
.greenright
{
	background: #377c2b url(images/button_roundright.gif) right no-repeat;
	padding: 0 4px 0 0;
	color: #fff;
}
.whiteleft
{
	background: #fff url(images/button-white_roundleft.gif) left no-repeat;
	padding: 4px 0 4px 4px;
	color: #377c2b;
}
.whiteright
{
	background: #fff url(images/button-white_roundright.gif) right no-repeat;
	padding: 4px 3px 2px 0;
}
.buttonwhite
{
	border-top: solid 1px #377c2b;
	border-bottom: solid 1px #377c2b;
	padding: 2px 15px 6px 15px;
	font-size: 14px;
	color: #377c2b;
}
.AccrdHeader
{
	background: url(images/plus.gif) left  no-repeat ;
	background-color: #377c2b;
	color: White;
	height: 25px;
	padding-left: 12px;
	padding-top: 11px;
	border-bottom: solid 1px white;
	cursor: pointer;
}
.AccrdHeaderSelect
{
	background: url(images/minus.gif) left  no-repeat ;
	background-color: #377c2b;
	color: White;
	height: 25px;
	padding-left: 12px;
	padding-top: 11px;
	border-bottom: solid 1px white;
	cursor: pointer;
}

