 /* ------------------WIKI STUFF------------------------ */
.title { color: #fff;}

.buttonbar, .buttonbar a, .buttonbar li {padding:0px;margin:0px;}

/* search form
#search { 
	float: right;
	clear: left;	
	width: 8px;	
	font-variant: small-caps;
	padding: 2px;	
}
#search a {
	margin-top:10px;
	color: #FAFAFA;
	background-color: #CE5118;
	border: 1px outset #A9BAC3;
	width: 2px;
	font-size: 1.2em;
	float:left; 
	white-space: nowrap; 
	padding: 1px 2px;
}

#search a:hover {
	border-style: inset;
	background-color: #A9BAC3;
	color:#CE5118;
	padding: 2px 1px 0 3px;
}
#search input {
	position: absolute;
	top: 0; right: -12px;	
} 

*/
/* search form */



#search {
	margin: 0 0 0 auto;
	
	font-family: Helvetica, Arial, sans-serif;
	/*
	width: 8px;
	background: #E77118;
	height:15px;
	*/
	
	border: none;
	padding: 0px;s
	font:1.1em bolder;
	color:white;
	text-align:right;
	background-color:#CD511D;
	white-space:nowrap;
}
#search form {
margin-right:40px;
padding-top:2px;
padding-bottom:2px;
}
#searchinput { 
	width: 200px;
	border: 1px solid #CE5118; 
	background: #FFF;
	color: #CE5118; 
	margin: 0 0 0 auto; 
	padding: 0 2px;
}
/*
#searchbutton { 
	margin: 0 0 0 auto; 
	padding: 0 2px; 
	font: normal 12px Arial, Sans-serif; 
	background: #CE5118;
	border: 1px solid #CE5118;
	color: #fff;	
}
*/
.alterrow {background-color: #F0F8F9;}
.titlerow {background-color: #AD0020;}
.toolbar {background-color: #A9BAC3;}
.toolbar ul, .toolbar li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

#filebox {
padding-top: 10px;
border-bottom: 1px solid #000;
}

#filebox ul{
	list-style:none;
	margin:0px;
	padding:0 5px;	
}
#filebox  ul li {
	margin: 0px;
	
}

#filebox input { 
	margin: 0; 
	border: 1px solid #CD511D; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
#filebox input[type="submit"] { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 10px Arial, Sans-serif; 
	background: #CD511D;
	border: 1px solid #CD511D;
	color: #fff;	
	vertical-align: top;
}

#pagesbox {
padding-top: 10px;
border-bottom: 1px solid #000;
}

#pagesbox ul {
	list-style:none;
	margin:0px;
	padding:0 5px;	
}
#pagesbox  ul li {
	margin: 0px;	
}

#pagesbox input { 
	margin: 0; 
	border: 1px solid #CD511D; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
#pagesbox input[type="submit"] { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 10px Arial, Sans-serif; 
	background: #CD511D;
	border: 1px solid #CD511D;
	color: #fff;	
	vertical-align: top;
}
ul.formbuttons,
.formbuttons ul{
margin: 0;
padding: 0 0 5px 0;
}
.formbuttons li{			
	list-style: none;
	display: inline;
	padding:5px;
}
/*
.formbuttons a {
	display:inline;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:0px;
	background: #f2f2f2;
	border-left:0px;	
	min-height:0px;
}
*/
.sidebar table {
	margin: 0 5px;
}

.sidebar hr {
border: 1px dashed;
}

/*
#save {white-space: nowrap;}
#cancel a {font-family: Helvetica, Arial, sans-serif;border:1px solid white;background: #CD511D; padding: 1px 12px 5px 12px; color: #fff; text-decoration: none; }
#save a {font-family: Helvetica, Arial, sans-serif;border:1px solid white;background: #CD511D; padding: 1px 12px 5px 12px; color: #fff; text-decoration: none; }
#save input {width: 50px;}
*/

a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
/* border:1px solid #000; add a border */
left:0; /* position:the image */
top:-100px;
max-width:280px; 
max-height:210px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;

}
a.screen:hover b {
visibility:visible; /* make the image visible */
/*height:150px; now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
margin-left: 300px;
top:0px;

}
a.screen:hover b img {
border: 1px solid #000000; /* remove the link border */
background-color: #fff;
padding: 15px;
max-width:280px; 
max-height:210px;
}

a.leftscreen, a.leftscreen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.leftscreen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
/* border:1px solid #000; add a border */
left:-400px; /* position:the image */
top:-100px;
max-width:280px; 
max-height:210px;
}
a.leftscreen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;

}
a.leftscreen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
top:-100px;
}
a.leftscreen:hover b img {
border: 1px solid #000000; /* remove the link border */
background-color: #fff;
padding: 15px;
max-width:280px; 
max-height:210px;
}

.note {
padding: 0 5px;
margin: 0;
}
.tiny {
display:block;
font-size: .7em}

.newpagelink {
border-bottom: 1px dashed #000;
}

#feed {
	height:25px;
	width:126px;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("/files/Wiki_64964/LiveFeedCombined.png") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.feed-button {
	background-position:0 -25px;
}

/* Ratings and Reviews */
#rate {
overflow:hidden;
}
ul#starlist,
#starlist ul {
display: inline;
padding:0;
margin:0;
behavior: url('/applications/CMSIncludes/IEFixes.htc');
}
#starlist:hover, #starlist.hover {
cursor: pointer;
}
#starlist li {
display: inline;
list-style-type: none;
padding:0;
margin:0;
}
#startext {
margin: 0 auto;
font-weight:bold;
}
#startitle {
margin: 0 auto;
font-weight:bold;
}
#ratingtitle {
margin: 0 auto;
font-weight:bold;
}

#commentsubmit {
margin: 0; 
padding: 2px 3px; 
font: bold 10px Arial, Sans-serif; 
background: #CE5118;
border: 1px solid #AD0028;
color: #fff;	
vertical-align: top;
}

.reviewitem { 
border: 1px solid #ddd;
width: 99%;
}

ul#ratinglist,
#ratinglist ul{
margin: 0;
padding: 0;
display: inline;
}
#ratinglist li {
display: inline;
list-style-type: none;
padding: 0;
margin:0;
}
#ratinglabel {
font-size:smaller;
}
#ratings {
margin-top: 100px;
width: 99%;
}
#commentbox {
width: 99%;
}
#ratings h2, #commentbox h2 {
border: 1px solid #ddd;
background-color: #fafafa;
width: 99%;
}
#reviewlist sub {
padding-right:11px;
font-style:italic;
font-size:0.5em;

}

.tabtable {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
.tabtable td, .tabtable tr {
padding:0;
margin:0;
}
.activetab {
	cursor: pointer;
	color: #000;
	background-color: #fff;
	line-height:2.1em;
	white-space: nowrap;
	font-weight:bolder;
	color: #AD0020;
	/*border-bottom: #ffffff solid 1px;*/
	padding:0;
}
.inactivetab {
	cursor: pointer;
	background-color: #E7F3F7;
	line-height:2em;
	/*border-bottom: #8CBEBD solid 1px;*/
	white-space: nowrap;
	font-weight: normal;
	behavior: url('/applications/CMSIncludes/IEFixes.htc');
	color: #AD0020;
	background: url('/files/style/wiki/asaegradient.png') repeat-x 0 0;
	padding:0;
}
.inactivetab div:hover, div.hover { 
	/*;
	font-weight: bold;
	*/
	background: #AD0029;
	color: #fff;
}
#sidebar {
	margin: 0;	
	padding: 0; 
	display: inline;		
}


td#wikirightcolumn {
padding-top:0px;
}
ul#wikirightcolumn,
#wikirightcolumn ul{
margin: 0;
padding: 0;
margin-left: 40px;
}
#wikirightcolumn li {
border-bottom:1px dashed #efefef;
list-style-type: none;
padding:0;
margin:0 0 0 4px;
}
#wikirightcolumn a:link {font-size:small;text-decoration:none;}
#wikirightcolumn a:visited {font-size:small;text-decoration:none;}
#wikirightcolumn a:active {font-size:small;text-decoration:none;}
#wikirightcolumn a:hover {font-size:small;text-decoration:none;}
#wikirightcolumn a {font-size:small;text-decoration:none;}

div#content-wrap {
border-top:0px;
border-left:1px solid #8CBEBD;
border-bottom:1px solid #8CBEBD;
border-right:1px solid #8CBEBD;
padding:0;
margin:0;
}
div#lowercontrols {
border-top:1px solid #8CBEBD;
background-color:#E7F3F7;
padding:10px 5px;
background: url('/files/style/wiki/asaegradient.png') repeat-x 0 0;
}

div#lowercontrols img {
padding:0px;
margin:0;
vertical-align: baseline;
}
div#main, div#wide {
padding:5px;
}

#wikirightcolumn h2, #wikirightcolumn h3 {
padding-bottom:0;margin-bottom:0;
border-top: 1px dashed #efefef;
border-bottom: 1px dashed #efefef;
}

div#shadowbox {
padding:0;
margin:0;
background: #ffffff;
}
div#shadowbox table {
padding:0;
margin:0;
}

img {
	behavior: url("/applications/cmsincludes/iepngfix.htc");
}

.wrapper .titlerow {
/*display:none;*/
}

.floatright {
position:relative;
float:right;
}

.floatleft {
position:relative;
float:left;
}

.revisionhistory {
width:100%;
}


#WikiSidebar_RecentlyUpdated a:link {font-size:small;text-decoration:none;}
#WikiSidebar_RecentlyUpdated a:visited {font-size:small;text-decoration:none;}
#WikiSidebar_RecentlyUpdated a:active {font-size:small;text-decoration:none;}
#WikiSidebar_RecentlyUpdated a:hover {font-size:small;text-decoration:none;}
#WikiSidebar_RecentlyUpdated a {font-size:small;text-decoration:none;}

#WikiSidebar_PopularEntries a:link {font-size:small;text-decoration:none;}
#WikiSidebar_PopularEntries a:visited {font-size:small;text-decoration:none;}
#WikiSidebar_PopularEntries a:active {font-size:small;text-decoration:none;}
#WikiSidebar_PopularEntries a:hover {font-size:small;text-decoration:none;}
#WikiSidebar_PopularEntries a {font-size:small;text-decoration:none;}

/*
ul.authorslist {
list-style-image: url(/files/style/wiki/icon_view.gif);
}
ul.authorslist li {
list-style-image: url(/files/style/wiki/icon_view.gif);
}
*/
ul#Homepage_RecentContributors, ul#Homepage_RecentlyUpdated, ul#Homepage_PopularEntries, ul#Homepage_NewAdditions, ul#Homepage_RecentContributors li, ul#Homepage_RecentlyUpdated li, ul#Homepage_PopularEntries li, ul#Homepage_NewAdditions li
{
	padding:3px 2px;
	margin:0px;
	list-style-type: none;
	white-space: nowrap;
	color:#AD0028;
	font-size: 0.9em;
	line-height:1.5em;
}
ul.NewAdditions, ul.NewAdditions li {
	list-style-type: none;
	white-space: nowrap;
	color:#AD0028;
	line-height:1.5em;
}

#wikifooter {
background-color: #fff;
position:relative;
z-index:100;
}
#wikifooter table {
background-color: #fff;
}

#categorize
{
	margin-left: 10px;
}


table#homepagefeaturelists h2 {
	font-size: 1.1em;
}
table#homepagefeaturelists
{
	margin:0 auto;
	padding:0px;
	width: 100%;
}
table#homepagefeaturelists td
{
	vertical-align:top;
	width: 33%;
}

td#Homepage_RecentlyUpdated_TD, td#Homepage_RecentContributors_TD {
border-right: 1px dashed #AD0028;
}

#WikiTagCloud 
{
	/*background: url('/files/Wiki_165981/clouds.png ') no-repeat top center;*/
	width: 450px;
	margin:auto auto;
	text-align: center;
	vertical-align:baseline;
	padding: 20px;
	margin-bottom:20px;
	position:relative;
	border:1px dashed #AD0028;
}


#WikiTagCloud a:link {white-space: nowrap;text-decoration:none;}
#WikiTagCloud a:visited {white-space: nowrap;text-decoration:none;}
#WikiTagCloud a:active {white-space: nowrap;text-decoration:none;}
#WikiTagCloud a:hover {white-space: nowrap;text-decoration:none;}
#WikiTagCloud a {white-space: nowrap;text-decoration:none;}

div.WikiTagCloudContainer {
	display:inline;
	height:20px;
	padding-left:5px;
	padding-right:5px;
	letter-spacing: -0.05ex;
}


.veryhighfrequency 
{
	position:relative;
	padding: 5px 5px 1px 5px;
	margin: 20px;
	font-size: 1.6em;
}
.highfrequency 
{
	position:relative;
	padding: 4px 0px 5px 2px;
	margin-bottom:9px;
	font-size: 1.2em;
}
.moderate 
{
	position:relative;
	padding: 3px 1px 2px 0px;
	margin-bottom:6px;
	font-size: 1em;
}
.seldomused {
	position:relative;
	padding: 2px auto;
	font-size: 0.8em;
	margin-bottom:3px;
}
	

table#myWorkSpacetable td {
	vertical-align:top;
	width:50%;
}
#myWorkSpacerecentpositings 
{

}
#myWorkSpacemodifications 
{
}
#myWorkSpacequestions 
{
}
#myWorkSpaceresponses 
{
}
#myWorkSpacefavorites 
{
}
#recommendations 
{
}

ul#respondlist, ul#respondlist li {
	list-style-type: none;
	line-height:1.5em;
	list-style-image: url(/files/style/wiki/icon_discuss.gif);
}

ul#WikiSidebar_Contribute li, ul#WikiSidebar_MyWikiTools li, ul#WikiSidebar_QuickLinks li,
ul#WikiSidebar_RecentlyUpdated li, ul#WikiSidebar_PopularEntries li {
	padding-left:16px;
}

li#addanentry {
	padding-left:0px !important;
}

/* Table of Contents <toc> */
.tableofcontents { 
	white-space: nowrap;
}
.tableofcontents h2 {
	padding-top:0px;
}
.toc_h1 {
	padding-left:0px;
}
.toc_h2 {
	padding-left:10px;
}
.toc_h3 {
	padding-left:20px;
}
.toc_h4 {
	padding-left:30px;
}
.toc_h5 {
	padding-left:40px;
}
.toc_h6 {
	padding-left:50px;
}

/*avoid pics from breaking site */
div#content-wrap img {
	max-width:590px;
}


