﻿body 
{
    color: #272727;
    background: #fff url("../Images/BodyBkg.png") repeat-x;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	scrollbar-face-color: #969ce5;
	scrollbar-shadow-color: #E0E4EF;
	scrollbar-highlight-color: #7481e4;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #7481e4;
	scrollbar-track-color: #e5e6f6;
	scrollbar-arrow-color: #FFFFFF;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
}

/*****************************************************
Form Inputs
*****************************************************/
.formInputText
{
	height:16px;
	background: #FFFFFF;
	color:#000000;
	border: solid 1px #777777;
	border-right: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
}

.formInputTextDisabled
{
	background-color:#F5F5F5;
	height:18px;
	color:#555555;
	border: solid 1px #E5ECE2;
}

.formInputTextArea
{
	background: #FFFFFF;
	color: #000000;
	border: solid 1px #ACAFB2;
	border-bottom-color: #CFD2D5;
	border-right-color: #CFD2D5;
}

.formInputTextAreaDisabled
{
	background-color:#F5F5F5;
	color:#000000;
	border: solid 1px #A5ACB2;
}

.formInputCaption
{
	color:#444444;
	padding:3px;
	padding-right:1px;
	cursor:default;
}

.formInputDescription
{
	color: #777777;
	padding: 2px;
	padding-left: 10px;
	vertical-align:middle;
	display:block;
}

.formInputButton
{
	background: #E8E8E8;
	text-align:center;
	border-top: solid 1px #BDBDBD;
	border-left: solid 1px #BDBDBD;
	border-bottom: solid 1px #656565;
	border-right: solid 1px #656565;
	color: #000000;
	height:22px;
	cursor:pointer;
}

.formInputRow
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.formInputButtonsRow
{
	padding: 8px;
	border-top: solid 1px #f4f4f4;
	text-align: right;
}

.formRequiredSign
{
	font-size: 9px;
	color: #FF0000;
}


/*****************************************************
Message Blocks
*****************************************************/
.errorMessage
{
	color :#B35757;
	font-weight: normal;
	line-height: 16px;
	padding-bottom:8px;
}

.validationMesasge
{
	color :#F34747;
	font-weight: normal;
}

.notifyMessage
{
	color: #656EAD;
	font-weight: normal;
	line-height: 16px;
	display:block;
	padding-bottom:5px;
}

/*****************************************************
Masterpage
*****************************************************/

.header
{
    height:137px;
    width: 100%;
    background: #e6e5d9 url(../Images/HeaderBkg.png) repeat-x;
    margin:10px 0;
}

.headerLeft
{
    width: 300px;
}

.headerRight
{
    background: url(../Images/HeaderRightBkg.png) no-repeat right;
}

.headerRightSoftware
{
   background: url(../Images/HeaderRightSoftwareBkg.jpg) no-repeat right;
}

.headerInfoBox
{
    height: 50px;
    width: 366px;
    background: url(../Images/HeaderInfo.png) no-repeat;
    margin-top: 70px;
    margin-right: 20px;
    margin-left: auto;
    color: #ea1218;
    text-align:center;
    vertical-align:middle;
    padding-top:6px;
}

h1
{
    font-size: 14px;
    font-weight: normal;
    padding:0;
    margin:0;
}


.menuBkg
{
    margin-bottom:1px;
    height: 26px;
    background: #e6e5d9 url(../Images/MenuBkg.png) repeat-x;
}

.menuMain
{
    list-style-type:none;
    margin:0px;
    padding:0px;
    overflow:auto;
}

.menuMain li
{
    border: solid 0px #000;
    float: left;
    margin-right: 6px;
}

.menuMain li a
{
	display:block;
	float:left;
    color: #4e4b48;
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
    padding:8px 10px;
}

.menuMain li a:hover
{
    color: #d3242b;
    text-decoration:underline;
}

.content
{
	clear:both;
    padding:15px;
    background-color:#fff;
    margin-top:11px;
}

.pageTitle
{
    color:#656565;
    font-size:16px;
    font-weight:bold;
}

.pageLeft
{
	vertical-align: top; 
	width: 245px; 
}

.pageRight
{
	vertical-align: top; 
	text-align: justify;
	padding: 8px;
}

.contact
{
    padding:10px;
    margin-top:30px;
    margin-bottom:10px;
    text-align: left;
    background: #d3d2c4;
    margin-left:auto;
    margin-right:auto;
}

.product
{
    width: 344px;
    background: url(../Images/ProductTitleBkg.png) repeat-x;
}

.product h2
{
    font-family:Times New Roman, Georgia;
    font-size: 18px;
    font-weight: bold;
    padding:0;
    margin:0;
}

.sideBox
{
    padding: 5px;
    padding-top: 8px;
    background: url(../Images/ProductTitleBkg.png) repeat-x;
    margin-bottom: 15px;
}

.sideBox ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.sideBox li
{
    margin-bottom: 10px;
}

.developer
{
	text-align:right;
	margin-bottom:15px;
}

.developer a
{
	color:#aaa;
}
