﻿body
{
	height: 100%; /* Set height to establish baseline value for div#Wrapper*/
	font-size: 10pt;
	font-family: arial;
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: #ff7f00;
	scrollbar-track-color: silver;
	scrollbar-shadow-color: '';
	scrollbar-highlight-color: '';
	scrollbar-3dlight-color: '';
	scrollbar-darkshadow-color: ''; /*background-image:url(../Images/Background.gif);  	background-repeat:repeat;*/
}
/*div#Wrapper sets up the centered space which the Header, Content, and Footer divs will divide*/
div#Wrapper
{
	/*	margin: 0 auto;   /* align for good browsers */ /*	text-align: left; /* counter the body center */
	position: absolute;
	left: 50%; /*Sets up horizontal center*/
	margin-left: -475px; /*For horizontal center.  Set it to half of the width of the Wrapper*/
	top: 50%; /*Sets up vertical center*/
	margin-top: -305px; /*For vertical center.  Set it to half of the height of the Wrapper*/
	width: 950px;
	height: 600px;
	padding: 0px 0px 0px 0px;
}
div#Header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/Header4.png);
	background-repeat: no-repeat;
}
div#Menu
{
	position: absolute;
	top: 122px;
	left: 0px;
	width: 300px;
	height: 470px;
	margin: 0px;
	padding: 0px; /*padding-top: 10px; 	padding-left: 5px;*/
	text-align: center;
	background-image: url(../Images/Menu2.png);
	background-repeat: no-repeat;
}
div#Content
{
	position: absolute;
	top: 122px;
	left: 302px;
	width: 648px;
	height: 470px;
	background-image: url(../Images/Content2.png);
	background-repeat: no-repeat;
}
.btnWelcome
{
	top: 10px;
	left: 10px;
	position: absolute;
	border: none 0 transparent;
}
.btnIntro
{
	top: 80px;
	left: 70px;
	position: absolute;
	border: none 0 transparent;
}
.btnSoftware
{
	top: 150px;
	left: 10px;
	position: absolute;
	border: none 0 transparent;
}
.btnServices
{
	top: 220px;
	left: 70px;
	position: absolute;
	border: none 0 transparent;
}
.btnClients
{
	top: 290px;
	left: 10px;
	position: absolute;
	border: none 0 transparent;
}
.btnContact
{
	top: 360px;
	left: 70px;
	position: absolute;
	border: none 0 transparent;
}
.contentHeader
{
	color: White;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14pt;
	background-color: #0066CC;
	display: block;
	width: 590px;
	margin-top: 20px; /*margin-left: 30px;*/
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: solid 2px red;
}
.contentBack
{
	filter: alpha(opacity=30); /* for IE */
	opacity: 0.30; /* CSS3 standard */
	background-color: black;
	position: absolute;
	top: 3%;
	left: 3%;
	height: 94%;
	width: 94%; /*display: none;*/
}
.contentText
{
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	position: absolute;
	margin-left: 30px;
	padding-right: 5px;
	width: 590px;
	height: 450px;
}
.ulStyle
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li
{
	margin-top: 6px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.li_Software
{
	margin-top: 6px;
	margin-left: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(../Images/orange_Dot.gif);
}
.li_Services
{
	margin-top: 6px;
	margin-left: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(../Images/yellow_Dot.gif);
}
.lblText
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
	white-space: nowrap;
}
.stdTextBox
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	padding: 1px 1px 1px 1px;
	background-color: White;
	border: solid 1px #7f9db9;
}
.buttonBGcenter
{
	background-color: Transparent;
	background-image: url(../Images/btnBlank.gif);
	background-repeat: no-repeat;
	border: none;
	color: White;
	height: 26px;
	width: 62px;
	margin-left: 83px;
}
.buttonBGcenter:hover
{
	cursor: pointer;
	color: Yellow;
	font-weight: bold;
}
.labelPosPanel2
{
	width: 228px;
	height: 228px;
	background-image: url(../Images/modalBG_Green.png);
}
.labelPosTitle2
{
	color: #00FF00;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	width: 194px;
	height: 26px;
	margin-top: 10px;
	margin-left: 13px;
	padding-top: 5px;
	text-align: center;
	background-image: url(../Images/mpeTitle_Gray.png);
	background-repeat: no-repeat;
	background-color: Transparent;
	border: none;
}
.mpeContent
{
	background-image: url(../Images/modalTextBorder.png);
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-bottom: 15px; /*margin-left:auto; 	margin-right: auto;*/
	margin-left: 13px;
	width: 194px;
	height: 112px;
}
.mpeText
{
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Verdana;
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px 4px 0px 4px;
}
.lblText2
{
	font-size: 9pt;
	color: White;
	font-family: Arial;
}
.modalPopUpButton
{
	display: none;
}
.buttonBG
{
	background-color: Transparent;
	background-image: url(../Images/btnBlank.gif);
	background-repeat: no-repeat;
	border: none;
	color: White;
	height: 26px;
	width: 62px;
}
.buttonBG:hover
{
	cursor: pointer;
	color: Yellow;
	font-weight: bold;
}
.modalDeleteBackground
{
	background-color: whitesmoke;
	filter: alpha(opacity=80); /* for IE */
	opacity: 0.8; /* CSS3 standard */
}
.modalDeletePanel2
{
	width: 228px;
	height: 228px;
	background-image: url(../Images/modalBG_Red.png);
}
.modalDeleteTitle2
{
	color: #FFFF00;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	width: 194px;
	height: 26px;
	margin-top: 10px;
	margin-left: 13px;
	padding-top: 5px;
	text-align: center;
	background-image: url(../Images/mpeTitle_Gray.png);
	background-repeat: no-repeat;
	border: none;
	background-color: Transparent;
}
.valSummaryHeader
{
	background-color: lightyellow;
	color: Red;
	border-bottom: dotted 2px red;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 10px;
}
.DeptMaintWatermark
{
	color: darkgray;
	font-family: Arial, Verdana;
	font-size: 9pt;
	background-color: aliceblue;
	border-right: #7f9db9 1px solid;
	border-top: #7f9db9 1px solid;
	border-left: #7f9db9 1px solid;
	border-bottom: #7f9db9 1px solid;
}

/* Ajax Tab Control – Backgrounds */
.ajax__tab_rms .ajax__tab_header
{
	background: url(../Images/tab-line.gif) repeat-x bottom;
}

.ajax__tab_rms .ajax__tab_outer
{
	background: url(../Images/tab-right.gif) no-repeat right;
}

.ajax__tab_rms .ajax__tab_inner
{
	background: url(../Images/tab-left.gif) no-repeat;
}

.ajax__tab_rms .ajax__tab_tab
{
	background: url(../Images/tab.gif) repeat-x;
}

.ajax__tab_rms .ajax__tab_hover .ajax__tab_outer
{
	background: url(../Images/tab-hover-right.gif) no-repeat right;
}

.ajax__tab_rms .ajax__tab_hover .ajax__tab_inner
{
	background: url(../Images/tab-hover-left.gif) no-repeat;
}

.ajax__tab_rms .ajax__tab_hover .ajax__tab_tab
{
	background: url(../Images/tab-hover.gif) repeat-x;
}

.ajax__tab_rms .ajax__tab_active .ajax__tab_outer
{
	background: url(../Images/tab-active-right.gif) no-repeat right;
}

.ajax__tab_rms .ajax__tab_active .ajax__tab_inner
{
	background: url(../Images/tab-active-left.gif) no-repeat;
}

.ajax__tab_rms .ajax__tab_active .ajax__tab_tab
{
	background: url(../Images/tab-active.gif) repeat-x;
	color: White;
}
.ajax__tab_rms .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	font-size: 9pt;
	color: Gray;
}

.ajax__tab_rms .ajax__tab_outer
{
	height: 21px;
}

.ajax__tab_rms .ajax__tab_inner
{
	padding-left: 3px;
}

.ajax__tab_rms .ajax__tab_tab
{
	padding: 4px;
	margin: 0;
}

.ajax__tab_rms .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	border-top: solid 1px #999999; /*border:1px solid #999999;       border-top:0;      background-color:#ffffff;*/
	padding: 8px;
}
.clientCells
{
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	padding-left: 20px;
	background-image: url(../Images/red_Dot.gif);
	background-repeat: no-repeat;
	background-position: 5px 13px;
}

