
select, input, textarea
{
    font-size:11px; font-family:Sans-Serif;
}
* {
	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 #wikiContainer
{
	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. */
	border: 1px solid #000000;
	width: 1058px;
	background-color:#563969; 
}


/*---------------------------------------------------------*/
/* WIKI                                                    */
/*---------------------------------------------------------*/

.avBody #wikiButton
{
	width: 200px;
	float:right;
}

.avBody #wiki
{
	background-color: #563969;

	float: right;
	display: block;
	clear: right;
	margin-top:1em;
}

#wikiContainer #wikiToggle{

}

#wiki .pnlWikiSearch
{
	background: #f0f2f2 url(Images/pnlWikiHeader_av.jpg) no-repeat top left;
	margin: 30px 6px 6px 6px;
}

#wiki .pnlWikiSearch h3
{
	font-size: 1.3em;
	display: block;
	height: 33px;
	padding-left: 33px;
	color: #563969;
	line-height: 33px;
}

#wiki .pnlWikiSearch p.topLined {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #563969;
	padding: 10px 0px 10px 0px;
}
#wiki .pnlWikiSearch .topLined a {
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
}
#wiki .pnlWikiSearch .wikiInput {
	width: 129px;
}

#wiki .pnlWikiSearch p{
	margin: 10px 4px 10px 4px;
}
#wiki .pnlWikiResults dl {
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 4px;
}

#wiki .pnlWikiResults dt {
	margin-top: 10px;
	padding-left: 15px;
	background: url(Images/glyWikiResult_av.gif) no-repeat left center;
}

#wiki .pnlWikiResults dl dt a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#wiki .pnlWikiResults dl dd {
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 2px solid #CCCCCC;
}

#wiki .pnlWikiResults dl dd .lastResult {
	border-bottom: none;
	background-color: red;
}

#wiki a.wikiMenu {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	padding-right: .8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-left: .8em;
	font-size: 1.2em;

	padding-top: .5em;
}
#wiki a.wikiMenuLast {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	padding-right: .8em;
	padding-left: .8em;
	font-size: 1.2em;
	padding-top: .5em;
}
#wiki a:hover {
	color: #999;
}

#wiki .wikiDocked{
	visibility:hidden;
	background-color: #0F0;
}

#wikiToggleBar {
	display:none;
}
/*---------------------------------------------------------*/

.avBody #container {
	width: 847px!important;
	background-color: #FFF;
	background-image: url(Images/bgAV.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 


.avBody #header {
	padding: 0 10px 0 20px;
} 

.avBody #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

.avBody  #header  #searchBar  {
	color: #FFFFFF;
	font-style: italic;
	font-size: 1.2em;
	background: url(Images/bgAVBar.gif) no-repeat right bottom;
	text-indent: 260px;
	height: 35px;
	margin-top: 22px;

	margin-bottom: 22px;
	line-height: 35px;

}

.avBody #header #searchBar p {
	color: #FFFFFF;
	font-style: italic;
	font-size: 1.2em;
}
.avBody   #header   #bar  {
	color: #98a5cd;
	font-style: italic;
	font-size: 1.2em;
	background: url(Images/bar_bg.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: #98a5cd;
	font-style: italic;
	font-size: 1.2em;
}


.avBody #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 50px;
}

.miniPanel h3 {
	font-size: 1.2em;
	color: #333333;
	font-weight: normal;
	border-top: 6px solid #dedede;
	position: relative;
	left: -50px;
	padding-left: 50px;
	line-height: 1.6em;
	margin-top: 1em;
}

.avBody #mainContent {
	margin: 0 0 0 240px; /* 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.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;
	clear: both;
} 

.avBody #footer a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
}

.avBody #mainContent h1 {
	font-weight: normal;
	color: #563969;
	font-size: 2.1em;
	padding-bottom: 5px;
}

.avBody #mainContent h2 {
	color: #b2b2b2;
	font-weight: normal;
	font-size: 1.6em;
}
.avBody #mainContent h3 {
	color: #3D1755;
	font-weight: bold;
	font-size: 1.3em;
	border-bottom: 1px solid #3D1755;
}

.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: #3D1755;
	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: #563969;
	text-decoration: none;
	font-weight: bold;
}

.avBody #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.floatRight {
	float: right;
	margin-left: 8px;
}

.floatLeft { 
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.avBody #mainContent .hdrAlerts {
	background: url(imgs/icon_alerts_s.gif) no-repeat left center;
	padding-left: 1.6em;
	line-height: 1.2em;
}

.avBody #mainContent .hdrProperties {
	background: url(imgs/icon_properties_s.gif) no-repeat left center;
	padding-left: 1.6em;
	line-height: 1.2em;
}

.avBody #mainContent .hdrRequirements {
	background: url(imgs/icon_requirements_s.gif) no-repeat left center;
	padding-left: 1.6em;
	line-height: 1.2em;
}

.avBody #mainContent .hdrMates {
	background: url(imgs/icon_mates_s.gif) no-repeat left center;
	padding-left: 1.6em;
	line-height: 1.2em;
}

.avBody #mainContent .hdrPreferences {
	background: url(imgs/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 #3D1755;
	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 .backgroundalert {
	background-color: #EFF1F1;
	display: block;
	text-align: right;
	border: 1px solid #CCCCCC;
	background-image: url(imgs/requirements_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.tableMates {
	background: #FFFFFF;
	border-bottom: solid 1px  #3D1755;
}
.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;
}

.alignright {
	text-align: right;
}



.miniPanel ul li {
	list-style-type: none;
	font-size: 1.1em;
}
.miniPanel ul li a {
	color: #563969;
	text-decoration: none;
	font-weight: bold;
}
/*--------------*/

#menu {	margin-left: 250px; display: block; width: 560px; height: 80px; list-style-type:none;  padding:0; }
#menu li { float:left; position:relative; z-index:100; margin-right:1px; vertical-align: bottom; list-style-type: none; float: left; font-size: 1.1em;}
#menu li span {	display: block; vertical-align: bottom; list-style-type: none; border-left: 1px solid #CCC; padding-left: 0.8em; 	padding-right: 0.8em; padding-top: 4em; font-size: 1.2em; color: #563969; font-weight: bold; text-decoration: none;	 }
#menu li a, #menu li a:visited {display:block; padding:0;}
#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background:#fff; vertical-align: bottom; list-style-type: none;border-left: 1px solid #CCC;  padding-top: 4em; font-weight: bold; text-decoration: none;}
#menu dt {background: #FFFFFF; margin:0; font-size: 1.1em; border-bottom:1px solid #fff; border-right:1px solid #fff; width:100%;}
#menu dd {display:none; background: transparent;  clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;}
#menu dt a, #menu dt a:visited { display:block; color:#563969; padding: 5px 10px; text-decoration:none;}
#menu dd a, #menu dd a:visited { color:#563969; background-color: #f0f0f0;text-decoration:none; display:block; padding: 5px 10px; }
#menu li a:hover {border:0; }
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu dd a:hover {background: #e2e2e2; color:#534;}



