﻿/* BASE TAGS */


/* HTML */
html
{
    padding: 0;
    margin: 0;
    height: 100%;
    max-height:100%;
}

/* BODY */
body
{
    height: 100%;
    max-height:100%;
    padding: 0;
    margin: 0;
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #000000;
}

/* FORM */
form
{
    height: 100%;
    max-height:100%;
    padding: 0;
    margin: 0;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;

}

/* Layout classes */
#pagewidth
{
    max-width: 100%;
    min-width: 960px;
    height: 100%;
    /*background: gray;*/
}

#header
{
    position: relative;
    height: 30px;
    /*height:3%;*/
    /*background-color: Red;*/
    width: 100%;        
}

#menu
{
    position: relative;
    height: 30px;
    /*height:3%;*/
    /*background-color: Red;*/
    width: 100%;    
    z-index:1000;
}

#maincontent
{
    /*background-color: Gray;*/
    float: right;
    display: inline;
    position: relative;
    width: 100%;  
    /*height:100%;      */
}

#leftcol
{
    width: 10%;
    float: left;
    position: relative;
    /*background-color: Lime;*/
    height:100%;
}

#maincol2
{
    /*background-color: Gray;*/
    float: right;
    /*display: inline;*/
    position: relative;
    width: 90%;
    height:100%;
}

#twocols
{
    width: 90%;
    float: right;
    position: relative;
    height:100%;
}

#rightcol
{
    width: 25%;
    float: right;
    position: relative;
}

#maincol3
{
    /*background-color: Gray;*/
    float: left;
    display: inline;
    position: relative;
    width: 75%;
}

#footer
{
    min-height: 25px; /*height: 3%;*/
    background-color: Window;
    clear: both;
    vertical-align: bottom;
}

#wrapper
{
    min-height:540px;
    height:90%;       
}



/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.clearfix
{
    display: block;
}
/* End hide from IE-mac */



/*printer styles*/
@media print
{
    /*hide the left column when printing*/
    #leftcol
    {
        display: none;
    }

    /*hide the right column when printing*/
    #rightcol
    {
        display: none;
    }
    #twocols, #maincol2, #maincol3
    {
        width: 100%;
        float: none;
    }
}




/* UTILITIES */

.Clear
{
    clear: both;
}

div.Spacer
{
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.think
{
    font-weight: normal;
}
.Cursor
{
    cursor: pointer;
}
.NoWrap
{
    white-space: nowrap;
}
.NoLeftIndent
{
    padding-left: 0px;
}
.Show
{
    display: block;
}
.ShowInline
{
    display: inline;
}
.Hide
{
    display: none;
}
.Bold
{
    font-weight: bold;
}
.FontNormal
{
    font-weight: normal !important;
}
.FontSmall, .FontSmall *
{
    font-size: 11px !important;
}
.ClearIndent
{
    margin: 0px;
    padding: 0px;
}
.NoTopIndent
{
    margin: 0px;
}
.Gray
{
    color: #333333;
}
.centeredContentContainer
{
    text-align: center;
}
.UserHelpTopic
{
    width: 100%;
    font-size: 11px;
}

/* PAGE STYLES */
hr {
	border: 0;
	border-top: 2px solid #8C8EAA;
	height: 2px;
}

img
{
	border-width: 0;
}

/* Headings                    */
/*-----------------------------*/
h1
{
    color: #000000;
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #A7A9BE;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #A7A9BE;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#D2D5DE;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #8C8EAA;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#8C8EAA;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #8C8EAA;
	text-align: right;
}

hr {
	border: 0;
	border-top: 2px solid #8C8EAA;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}
