/*
**********************
****GENERIC STYLES****
**********************
*/

*  {
margin:0;
padding:0;
}

body {
color:#000;
text-align:center;
background:#333;
font-family:Verdana,Arial,Helvetica, sans-serif;
font-size:75%;
line-height:1.3;
margin:1em 0;
}

#wm_wrap {
min-width:750px;
max-width:903px;
width:903px;
margin:0 auto;
text-align:left;
color:#000;
background:#fff;
}

.inside {
padding:10px;
}

/*
*******************
****TOP SECTION****
*******************
*/


/*
**The "slide-rule" creates the extending gray box on the right corner.
**There can be an issue with this if your content is too short. I am
**working on a fix for this.
*/

#wm_slide-rule {
width:100%;
float:left; /*Don't change this or it will go beserk*/
background:url(../images/slide_column.png) repeat-y #fff;
}

#wm_logo {
width:904px;
height:260px;
float:left;
background:url(../images/logo.png) no-repeat;
}

/*
********************
****MAIN SECTION****
********************
*/

#wm_content {
width:70%;
float:left;
overflow:hidden;
background:#fff;
}

/*
*********************
****RIGHT SECTION****
*********************
*/

#wm_bar-right {
float:left;
width:30%;
overflow:hidden;
}

/*
**********************
****BOTTOM SECTION****
**********************
*/
#wm_copyright {
clear:both;
width:100%;
margin:0;
padding:0;
color:#ccc;
text-align:left;
background:#333;
}

/*
*******************
****FORM STYLES****
*******************
*/

form {
margin:0;
padding:0;
}

input, select, textarea, .inputbox {
padding:3px 5px;
font-size:100%;
}

.button {
padding:3px 5px;
border:1px solid #333333;
background:#333333;
color:#cccccc;
font-size:85%;
text-transform:uppercase;
}

.button:hover, .button:focus {
border:1px solid #999999;
background:#333333;
color:#ffffff;
}

* html .button {
padding:2px 0 !important; /*IE 6*/
}

*+html .button {
padding:2px 0 !important; /*IE 7*/
}

.inputbox {
border:1px solid #dedede;
background:#ffffff;
width:200px;
margin:0 2.5em 0 0;
}

.inputbox:hover, .inputbox:focus {
border:1px solid #ececec;
}

.paramlist_value {
float:left;
}

/*
**************************
****TEMPLATE OVERRIDES****
**************************
*/

/***BEGIN SEARCH FORM STYLES***/

div.search-phrase input label {
display:block;
}

div.result_page_box {
width:100%;
border:1px solid #dedede;
padding:15px 5px 15px 0;
margin:0 0 2px 0;
background:#fff;
}

div.result_page_box:hover {
border:1px solid #ececec;
}

div.result_title {
font-size:150%;
}

/***END SEARCH FORM STYLES***/

/*
*******************
****TYPOGRAPHY*****
*******************
*/

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
margin:0.5em 0;
}

li, dd {
margin-left:1em;
}

fieldset {
padding:0.5em;
}

.small, .createdate, .modifydate {
font-size:0.9em;
color:#676767;
}

p.buttonheading img {
padding:0 3px 0 0;
}

/*
********************
****LINK STYLES*****
********************
*/

/***BEGIN MASTER LINK SET***/

a:link, a:visited {
color:#58a;
text-decoration:none;
}

a:hover {
color:#666;
border-bottom:1px solid #666;
text-decoration:none;
}

/***END MASTER LINK SET***/

/***BEGIN READMORE LINK STYLES***/

a.readon {
float:left;
margin-top:10px;
padding:1px 5px 1px 14px;
border:1px solid #f6f6f6;
display:block;
background:url(../images/arrow.png) no-repeat 5px 48%;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
border:1px solid #ececec;
background:url(../images/arrow.png) no-repeat 5px 48% #ffffff;
}

/***END READMORE LINK STYLES***/

.pagination li {
display:block;
float:left;
}

.pagination li a {
display:block;
}

/*
***********************
****HEADING STYLES*****
***********************
*/

h1, .componentheading {
color:#333;
font-size:1.9em;
}

h2 {
color:#cb3c04;
font-size:1.7em;
} 

.contentheading {
color:#666;
font-size:250%;
font-weight:lighter;
padding:0;
text-indent:0.1em;
letter-spacing:0.1em;
}

.contentheading a {
background:none;
border:none;
}

.contentheading a:link, .contentheading a:visited {
color:#cb3c04;
border:none;
text-decoration:none;
border-bottom:none;
}

.contentheading a:hover {
color:#666;
text-decoration:none;
border-bottom:none;
}

h3 {
color:#58a;
font-size:1.5em;
}

h4 {
font-size:1.3em;
}

h5 {
font-size:1.1em;
}

h6 {
font-size:0.9em;
font-weight:bold;
}

/*
***********************
****GENERIC STYLES*****
***********************
*/

li.active {
color:#eee;
}

li#current {
color:#eee;
}

li {
list-style-type:none;
}

#footer, .mosimage_caption {
font:0.8em Arial, Helvetica, sans-serif;
color:#999;
}

img {
background:none;
border:none;
}

.buttonheading a {
border:none;
background:none;
}

/*
********************
****TABLE STYLES****
********************
*/

table.contenttoc {
padding:5px;
border:1px solid #dedede;
}

table.contenttoc tr td {
padding:5px;
}

table.contenttoc tr td:hover {
background:#dfeaf1;
color:#666;
}

table.contenttoc a {
display:block;
float:left;
}

table.contenttoc a:hover {
border-bottom:none;
color:#cb3c04;
}

table.category_list {
border-spacing:1px;
}

td.sectiontableentry1, td.sectiontableentry2 {
text-align:left;
display:block;
padding:3px;
font-size:135%;
font-weight:bold;
}

td.sectiontableentry1 input, td.sectiontableentry1 label, td.sectiontableentry2 input, td.sectiontableentry2 label {
cursor:pointer;
}

td.sectiontableentry1:hover, td.sectiontableentry2:hover {
color:#888;
cursor:pointer;
}

table.category {
border-spacing:1px;
border-color:#666;
}

td.sectiontableheader {
padding:5px;
color:#eee;
background:#cb3c04;
}

td.sectiontableheader a:link, td.sectiontableheader a:visited {
color:#ccc;
}

td.sectiontableheader a:hover {
color:#eee;
border-bottom:1px solid #eee;
}

tr.sectiontableentry0, tr.sectiontableentry1 td, tr.sectiontableentry2 td {
padding:10px;
font-size:165%;
}

tr.sectiontableentry0 {
color:#eee;
background:#4892c1;
}

tr.sectiontableentry1 {
background:#333;
color:#ccc;
}

tr.sectiontableentry1 a:link, tr.sectiontableentry1 a:visited {
color:#58a;
border-bottom:1px solid #58a;
}

tr.sectiontableentry1 a:hover {
color:#eee;
border-bottom:none;
}

tr.sectiontableentry2 {
color:#ccc;
background:#4892c1;
}

tr.sectiontableentry2 a:link, tr.sectiontableentry2 a:visited {
color:#ccc;
border-bottom:1px solid #ccc;
}

tr.sectiontableentry2 a:hover {
color:#eee;
border-bottom:none;
}

/*
*********************
****MODULE STYLES****
*********************
*/

/***BEGIN MASTER MENU STYLES***/
.module {
color:#333;
text-align:right;
border-bottom:1px solid #e7e6e6;
margin-bottom:1em;
}

.module h3 {
color:#666;
font-size:120%;
font-weight:lighter;
}

.module h4 {
color:#333;
font-size:120%;
}

/***END MASTER MENU STYLES***/

/***BEGIN TOP MENU STYLES***/

.module_nav {
padding:0;
margin:0;
}

.module_nav ul {
float:left;
list-style-type:none;
margin:0;
padding:0;
width:100%;
}

.module_nav li {
float:left;
margin:0;
padding:0;
}

.module_nav li a {
display:block;
float:left;
list-style-type:none;

margin:0;
padding:20px;
}

.module_nav a {
display:block;
font-size:150%;
text-decoration:none;
border-right:3px solid #4184ae;
padding:0;
margin:0;
}

.module_nav a:link, .module_nav a:visited {
color:#f6f6f6;
border-bottom:none;
}

.module_nav a:hover {
color:#ececec;
background:#4892c1;
text-decoration:none;
border-bottom:none;
}

.module_nav li#current a {
background:#4892c1;
}

/***END TOP MENU STYLES***/

/***BEGIN MODULE_MENU STYLES***/

.module_menu {
text-align:right;
}

.module_menu h3 {
color:#666;
}

.module_menu li {
display:block;
}

.module_menu a {
display:block;
padding:10px 5px 10px 0;
margin:0 0 2px 0;
background:#fff;
font-weight:bold;
font-size:110%;
border:1px solid #dedede;
}

.module_menu li li a {
padding:5px 5px 5px 0;
font-size:80%;
}

.module_menu a:link, .module_menu a:visited {
}

.module_menu a:hover {
border:1px solid #ececec;
}

/***END MODULE_MENU STYLES***/

/***BEGIN LOGIN MODULE STYLES***/

p#form-login-username, p#form-login-password, p#form-login-remember {
text-align:left;
}

input#modlgn_remember {
width:10px;
}

/***END LOGIN MODULE STYLES***/

/***BEGIN BOTTOM MENU STYLES***/

div#wm_bottom div.module {
color:#abd1ea;
text-align:center;
font-weight:bold;
border-bottom:none;
margin:0;
padding:0;
}

/***END BOTTOM MENU STYLES***/