﻿* {
	margin: 0;
	padding: 0;
}

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma;
	font-size: 62.5%;
	line-height: 19px;
}

.externalLink {
	color: #666;
	text-decoration: none;
}

img {
	border-style: none;
}

.avBody #container
{
    width: 850px;
/*    margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
/*    border: 1px solid #000000;*/
    /*text-align: left;  this overrides the text-align: center on the body element. */
    background-color: #FFF;
    background-image: url(/Images/bgWW.gif);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #fff;
} 

.avBody #popupContainer
{
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #fff;
    padding: 0 20px 0 20px;
} 

.avBody #popupContainer a {
	color: #A40047;
	text-decoration: none;
	font-weight: bold;
}

.avBody #popupHeader {
	padding: 0 20px 0 20px;
	margin: 0 0 20px 0;
	text-align:right;
} 
.avBody #header {
	padding: 0 10px 0 20px;
} 
/*
.avBody #header h1 {
	margin: 0; 
	padding: 10px 0;
}
*/
.avBody  #header  #TopBar  {
	color: #ffffff;
	font-style: italic;
	font-size: 1.2em;
	background: url(/Images/bgWWBar.gif) no-repeat right top !important;
	text-indent: 260px;
	height: 35px;
	margin-top: 22px;
	margin-bottom: 22px;
	line-height: 35px;
}

.avBody #header #TopBar p {
	color: #ffffff;
	font-style: italic;
	font-size: 1.2em;
}

.avBody  #header  #searchBar  {
	color: #ffffff;
	font-style: italic;
	font-size: 1.2em;
	background: url(/Images/bgWWBar.gif) no-repeat right top;
	text-indent: 260px;
	height: 35px;
	margin-top: 22px;
	clear: both;
	margin-bottom: 22px;
	line-height: 35px;
	border: 1px solid green;
}

.avBody #header #searchBar p {
	color: #ffffff;
	font-style: italic;
	font-size: 1.2em;
}

.avBody #header #searchBar a {
    
    font-weight:bold;
}

.avBody   #header   #bar  {
	color: #ffffff;
	font-style: italic;
	font-size: 1.2em;
	background: url(/Images/bgWWBar.gif) no-repeat right top;
	text-indent: 260px;
	height: 35px;
	margin-top: 22px;
	clear: both;
	margin-bottom: 22px;
	line-height: 35px;
}


.avBody  #header  #bar  p {
	color: #ffffff;
	font-style: italic;
	font-size: 1.2em;
}
/*

#header  ul {
	margin-left: 250px;
	display: block;
	width: 570px;
	height: 70px;
}

#header li {
	display: block;
	vertical-align: bottom;
	list-style-type: none;
	float: left;
	border-left: 1px solid #CCC;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-top: 2em;
	font-size: 1.2em;
}

#header li a {
	color: #A40047;
	font-weight: bold;
	text-decoration: none;
}

#header li a:hover{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
*/
.avBody #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.avBody #sidebar1 a {
	color: #A40047;
	text-decoration: none;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.avBody #sidebar1 a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.miniPanel h1 {
	font-size: 1.2em;
	color: #666666;
	font-weight: normal;
	border-top: 6px solid #dedede;
	position: relative;
	left: -50px;
	padding-left: 50px;
	line-height: 1.6em;
	margin-top: 1em;
}

#header #searchBar {
	width: 100%;
	clear: both;
}

.avBody #mainContent {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	border: 1px solid green;*/
} 

.avBody #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-left: 50px;
} 

.avBody #footer a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
}

.avBody #mainContent h1 {
	font-weight: normal;
	color: #A40047;
	font-size: 2.1em;
	padding-bottom: 5px;
}

.avBody #mainContent h2 {
	color: #b2b2b2;
	font-weight: normal;
	font-size: 1.6em;
}
.avBody #mainContent h3 {
	color: #A40047;
	font-weight: bold;
	font-size: 1.3em;
}

.avBody #mainContent .pnlProperty {
	float: left;
	width: 125px;
	border: 1px solid #CCC;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.avBody #mainContent .pnlProperty img {
	padding-left: 5px;
	padding-top: 5px;
}

.avBody #mainContent .pnlProperty p {
	background-color: #ccc;
	color: #A40047;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.avBody #mainContent p {
	color: #666;
	margin-top: .8em;
	margin-bottom: .8em;
}
.avBody #mainContent li {
	list-style-type: none;
	line-height: 1.6em;
}
.avBody #mainContent a {
	color: #A40047;
	text-decoration: none;
	font-weight: bold;
}

.avBody #mainContent .lblDescription {
	color: #A40047;
	text-decoration: none;
	font-weight: bold;
}

.avBody #mainContent .lblName {
	color: #6B6B6B;
	text-decoration: none;
	font-weight: bold;
}

.avBody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.floatClear 
{
	margin: 0px;
	padding: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.avBody #mainContent .hdrAlerts {
	background: url(/Images/icon_alerts_s.gif) no-repeat left center;
	padding-left: 1.6em;
	line-height: 1.2em;
}

.avBody #mainContent .hdrProperties {
	background: url(/Images/icon_properties_s.gif) no-repeat left center;
	padding-left: 1.6em;
	line-height: 1.2em;
}

.avBody #mainContent .hdrRequirements {
	background: url(/Images/icon_requirements_s.gif) no-repeat left center;
	padding-left: 1.6em;
	line-height: 1.2em;
}

.avBody #mainContent .hdrMates {
	background: url(/Images/icon_mates_s.gif) no-repeat left center;
	padding-left: 1.6em;
	line-height: 1.2em;
}

.avBody #mainContent .hdrPreferences {
	background: url(/Images/icon_preferences_s.gif) no-repeat left center;
	padding-left: 1.6em;
	line-height: 1.2em;
}

.avBody #mainContent .dividerLine {
	display: block;
	border-bottom: 1px solid #A40047;
	margin: 0.9em 0 0.8em 0;
	height: 1em;
}
.avBody #mainContent .dividerLine2 {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.avBody #container #mainContent .backgroundrequirement {
	background-color: #EFF1F1;
	display: block;
	text-align: right;
	border: 1px solid #CCCCCC;
	background-image: url(/Images/requirements_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.avBody #container #mainContent .backgroundrequirement a{
    text-decoration:underline; 
}

.avBody #container #mainContent .backgroundalert {
	background-color: #EFF1F1;
	display: block;
	text-align: right;
	border: 1px solid #CCCCCC;
	background-image: url(/Images/web_alert_background.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.avBody #container #mainContent .backgroundalert a{
    text-decoration:underline; 
}

.avBody #container #mainContent .backgroundproperty {
	background-color: #EFF1F1;
	display: block;
	text-align: right;
	border: 1px solid #CCCCCC;
	background-image: url(/Images/properties_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.avBody #container #mainContent .backgroundproperty a{
    text-decoration:underline; 
}

.avBody #container #mainContent .prImage {
	padding-right:10px;
	padding-bottom:5px;
	float:left;
	display: block;
	text-align: left;
}

.avBody #container #mainContent #columLeft {
    width:49%; 
    float:left; 
	text-align:left;
	padding: 5px 0px 5px 10px;
	border: solid 1px black;
}

.avBody #container #mainContent #columRight 
{
    width:49%;
    margin-left:50%;
	text-align: left;
	padding: 5px 0px 5px 10px;
	border: solid 1px red;
}


.watermarked {
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

td.fieldname
{
   text-align: right;
   font-size: 10px;
   font-weight: bold;   
}

td.fieldnametoleft
{
   text-align: left;
   font-size: 10px;
   font-weight: bold;   
}

td.sectiontitle
{
   padding: 6px 6px 6px 3px;
   background-color: #507CD1;
   color: white;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 10%;
	left: 50%;
}

/* Tooltip styles */
.Text{
        font-family: Verdana, Arial, Sans-serif, 'Times New Roman';
        font-size: 8pt;
        font-weight: normal;
        font-style: normal;
        color: #333333;
        text-decoration: none;
}
.toolTip {
        font-family: Verdana, Arial, Sans-serif, 'Times New Roman';
        font-size: 8pt;
        text-align:left;
        /*filter:alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;*/
        /* comment the above 3 line if you don't want transparency*/
}
/* Tooltip styles END */

/* My mates styles */
.tableMates {
	background: #FFFFFF;
	border-bottom: solid 1px  #A40047;
	border-top: solid 1px  #A40047;
}
.tableMates    td {
	border-top: 1px solid #cccccc;
	padding: 0.25em;
}
.tableMates th {
	color: #5c5c5c;
	text-align: left;
	padding: .25em;
}
.tableMates .selectedRow td {
	background-color: #eee;
}
/* My mates styles END */

.avBody #container #mainContent .MateAdd {
	text-align: right;
	padding-right:10px;
}

/* Home page style */

.panelSection {
	background-color:#FFFFFF;
	width: 99%;
	border: 1px solid #999;
	height: 5em;
	margin-top: 1.6em;
}

.panelSection strong {
	background-color:#FFFFFF;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 1em;
	width: 10em;
	line-height: 4em;
	height:4em;
}

.panelSection div {
	display: block;
	float: left;
	background-color: #eee;
	width: 30em;
	height:4em;
	vertical-align: middle;
	margin: .5em;
	padding-left: 1em;
}

.panelSection p {
	vertical-align: middle;
	color: #222 !important;
}

.panelSection a {
	display: block;
	height: 4em;
	line-height: 4em;
	vertical-align: middle;
	padding-top: 1.5em;
}

.panelSection .panelIcon {
	position: relative;
	float: left;
	z-index: 1000;
	top: -13px;
	left: -13px;
}
.panelSection em {
	font-weight: bold;
	font-style: normal;
}

/* Home page style END */

/* requirement form syle START */
.clearStyle
{
    clear:both;
}
/* requirement form syle END */

.documentLine
{
    border-top:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
}

.documentLine td
{
    border-top:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
}

.avBody #mainContent a.command
{
	color: #A40047;
	text-decoration: none;
	font-weight:  bold;
}


.avBody #mainContent .commandButtonPlace
{
	color: #A40047;
	text-decoration: none;
	font-weight:  bold;
    font-size: 16px;
    display: block;
    height: 29px;
    width: 400px;
    text-align: right;
    vertical-align:middle;
    margin: 4px 4px 0px 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    float:right;
}

.avBody #mainContent a.commandMain
{
	color: #A40047;
	text-decoration: none;
	font-weight:  bold;
    font-size: 16px;
    width: 60px;
    height: 20px;
    text-align: center;
    border: solid 2px #A40047;
    margin: 3px 1px 0px 0px;
}



.avBody #mainContent a.commandSaveAndSend
{
	color: #A40047;
	text-decoration: none;
	font-weight:  bold;
    font-size: 16px;
    width: 130px;
    height: 20px;
    text-align: center;
    border: solid 2px #A40047;
    margin: 3px 1px 0px 0px;
}

a.commandMainBigSize
{
	color: #A40047;
	text-decoration: none;
	font-weight:  bold;
    font-size: 16px;
    display: block;
    width: 190px;
    height: 20px;
    text-align: center;
    border: solid 2px #A40047;
    margin: 1px 4px 0px 0px;
    float:right;
}

.avBody #mainContent a.action
{
	color: #A40047;
	text-decoration: none;
	font-weight: normal;

}

.error
{
   font-size: 14px;
   font-weight: bold;   
   color: Red;
}

a.commandNavigateTopButton
{
	color: #A40047;
	text-decoration: none;
	font-weight:  bold;
    font-size: 10px;
    display: block;
    width: 75px;
    height: 16px;
    text-align: center;
    border: solid 2px #A40047;
    margin: 1px 4px 0px 0px;
}

.commandNavigateTopBlankPlace
{
	color: #A40047;
	text-decoration: none;
	font-weight:  bold;
    font-size: 10px;
    display: block;
    width: 5px;
    height: 16px;
    text-align: center;
    border: none 2px #A40047;
    margin: 1px 4px 4px 9px;
}