#axa_details{color:#000000; width:100%; font-family:Arial; font-size:8pt; padding:5px;}

#messenger_montage{
	border:0px solid #ff6600;
	margin:5px;
}
body{
    text-align: center;
    font-family: arial;
    }

#container{
    width: 900px;
    text-align: left;
    margin: 0 auto;
    border: 1px solid #888;
    overflow: hidden
    }
	
#pagehead{margin-bottom:10px;font-family: tahoma, Verdana, Arial, sans-serif;font-size: 14px; color: #d31088; font-weight:bold;border-bottom:1px solid #d31088;padding:10px;}

#content{font-family: tahoma, Verdana, Arial, sans-serif;font-size: 10pt;padding:0px 20px 0px 20px;}

#header{
    background: url('../images/logo.jpg') no-repeat right;
    height: 140px;
	border-bottom:solid 1px #666666;
    }

#hmenupanel{
    height: 20px;
    background: #eee
    }

#sidebar{
    float: left;
    width: 180px;
	background:url('../images/left.jpg') no-repeat #640642;
	
    }

#content_area{
    margin-left: 190px
    }

#footer{
    background: #ccc;
    text-align: center;
	height:80px
}

/*********** message box styles */
#error_message_box, .errorMessage{
    background: red;
    color: white;
    padding: 5px;
    }

#message_box{
    background: blue;
    color: white;
    padding: 5px;
    }

/*********** login form styles */
#loginform{
    width: 180px;
    float: left;
    margin: 40px 0;
    font-size: 9pt
    }

#loginform *{
    font-family: Verdana;
    font-size: 96%;
    }

#loginform label{
    width: 10em;
    }

#loginform label.error{
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
    }

#loginform p{
    clear: both;
    }

#loginform em{
    font-weight: bold;
    padding-right: 1em;
    vertical-align: top;
    }

#loginform.error{
    color: red
    }

/* FORM SNIPPET STYLES*/
#form{
	border:#FF0000 solid 0px;
	vertical-align:top;
	text-align:center;
	margin:10px;
	font-size: 11px;
}
#facts_form{
	padding-top:0px;
	border:#FF0000 solid 0px;
	vertical-align:top;
	color:#FFFFFF;
}
#form p{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-align:justify;
}

#form input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffffff;
	margin:0px 10px;
}

#form select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px 10px;
}

#form inputTextArea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#ffffff;
}

#form button{
	width:100%;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	border:solid 1px #cccccc;
	background-color:#999999;
	cursor:pointer;
}

/* END FORM SNIPPET STYLES*/
ul.newssummary
    {
    width: 200px;
    padding: 10px;
    list-style-type: square;
    list-style-position: outside;
    font-size: 80%;
    }

.newssummaryheading
    {
    color: white;
    background: green;
    width: 200px;
    }

/*************** SOW NEWS STYLES */
table#std
    {
    font-family: arial;
    font-size: 10pt;
    color: #000000;
    width: 95%;
    border: 1px dashed #333;
    }

#std tr td.listing_table
    {
    padding: 2px;
    margin: 2px;
    vertical-align: top;
    width: 220px;
    }

/* the td cell that article is displayed in */
#std tr td.article { vertical-align: top;}

#std td.listing
    {
    text-align: left;
    text-indent: 0px;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    }

/* bullet formatting for article list */
#std.sow .listing_table.archive_table .bullet
    {
    width: 8px;
    height: 8px;
    background: url( '../images/dot.gif' ) no-repeat;
    }
/* bullet formatting for article list */
#std div.bullet
    {
    width: 8px;
    height: 8px;
    background: url( '../images/dot.gif' ) no-repeat;
    }

/* styling for sow block headings */
#std .subhead0, .subhead1, #std .subhead2, .subhead3
    {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
    color: #333;
    width: 210px; /* set to at least width of .bullet and .listing*/
    }

#std .listing A:Link, .listing A:VISITED
    {
    color: #333;
    text-decoration: none;
    }

#std .listing A:Hover
    {
    color: #364b8d; /*background:#e0e0e0;*/
    text-decoration: underline;
    }

/* highlight style for terms found by sow search facility */
#std .sow .highlight
    {
    background: yellow;
    } /* Styling for sow search form */

#std .findform
    {
    padding: 4px;
    background: #cccccc;
    }

#std div.articlehead
    {
    font-size:120%;
    font-weight: bolder;
    color: #333333;
    border-bottom: 4px #333333 solid;
    }

#std .articleheaddate
    {
    text-align: left;
    text-indent: 0px;
    font-size: small;
    font-weight: normal;
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 0px;
    }

#std td.article
    {
    
    color: #333;
    }

#std div.articledescription
    {
    font-style: italic;
    color: #444;
    }

/* use this if you want to make bold listings look normal */

#std td.listing a strong
    {
    font-weight: normal;
    }

#std td.listing p
    {
    margin: 0;
    padding: 0;
    }

