/* CSS Document */

.border {
	border: #cccccc solid 1px;
	background-color:#FFFFFF;
	margin: 5px;
	padding: 5px;
}
.topline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #008fd4;
	border-right-color: #008fd4;
	border-bottom-color: #008fd4;
	border-left-color: #008fd4;
	margin-bottom: 4px;
}

.menutop {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 33px;
	border: #EEEEEE 1px solid;
	width: 0%;
	text-align: right;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
}



.bg {
background-color:#EEEEEE;
width: 100%;
heigh: 100%;
margin: 0px;
}

.tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.copyrightext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}

.imagepane {
width: 75%;
padding-top: 5px;
}

.leftpane {
width: 25%;
padding-top: 5px;}

.contentpane {
width: 72%;
padding: 10px, 10px, 10px, 10px;}

.rightpane {
width: 28%;
padding-top: 10px;
background-color:#eff5ff;
padding-left: 10px;
padding-right: 10px;}

/* Main Menu */
.MainMenu_MenuContainer
{
    background-color: transparent;
	height: 33px;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
	border: 1px #cccccc solid;
	
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 0px solid;
    background-color: Transparent;
		height: 33px;
}
.MainMenu_MenuIcon
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #008fd4;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #008fd4;
		height: 33px;
}
.MainMenu_MenuArrow
{
    display: none;
}
.MainMenu_RootMenuArrow
{
    display: none;
}

H1 {
font: Arial, Helvetica, sans-serif;
font-size: 18px;
color: 008fd4;
font-weight:bold;
}

.GreenButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #34b272;
	padding: 3px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	width: 224px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
		height: 15px;
	
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.GreenButton:link
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	background-color: #34b272;
	padding: 3px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 224px;
		height: 15px;
}

A.GreenButton:visited
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	background-color: #34b272;
	padding: 3px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 224px;
		height: 15px;
}

A.GreenButton:hover
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	background-color: #2a9e63;
	padding: 3px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 224px;
		height: 15px;
}

A.GreenButton:active
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	background-color: #34b272;
	padding: 3px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 224px;
	height: 15px;
}

.BlueButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	background-color: #008dd4;
	padding: 3px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	width: 224px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
		height: 15px;
	
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.BlueButton:link
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	background-color: #008dd4;
	padding: 3px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 224px;
		height: 15px;
}

A.BlueButton:visited
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	background-color: #008dd4;
	padding: 3px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 224px;
		height: 15px;
}

A.BlueButton:hover
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	background-color: #008dd4;
	padding: 3px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 224px;
		height: 15px;
}

A.BlueButton:active
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	background-color: #008dd4;
	padding: 3px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 224px;
	height: 15px;
}

