/* CSS Document */
body
{
	margin: 0px;
	padding:0px;
	background-color:#E1E3E4;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 0.8em;
}

h1, h2, h3, h4, h5
{
	margin-bottom: 0.0em;
}

table tr td
{
   padding: 4px;
}

table caption
{
   font-weight: bold
}

#container
{
	width: 750px;
	margin: 2px auto 0px auto;
}

#top
{
	background-color: #C7D0DA;
	border:1px solid #BBBFC3;
    padding-top: 3px;
}

#logo
{
	margin: 3px 0px 2px 5px;
}

#main
{
	background-color: #C7D0DA;
	border:1px solid #BCBFC3;	
	/*background-image:url(../images/blue_tone_bg.gif);*/
}

.content
{

	background-color: #FFFFFF;
	margin: 5px 5px 5px 5px;
	width: 580px;
	border:1px solid #A7A5A5;
	padding-bottom: 0.5em;
	height: auto;
    line-height: 1.35em;
}

.content ul li, .content ol li, .content h4, .content h5, .content p, .content>a
{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

/* IE 5, 5.5, 6 fix */
* html .content p,ul li, ol li, h4, h5
{
	margin-left: 0.5em;
	margin-right: 0.5em;
}



.header
{
	background-color: #626262;
	color: white;
	font-weight:bold;
	padding: 0.1em 0em 0.1em 0.5em;
    margin-bottom: 0.5em;
}

.side
{
	position:relative;
	width: 150px;
	float:right;
	height: auto;
	background-color: #F3F1F1;
	margin: 5px 5px 0.25em auto;
	border:1px solid #A7A5A5;
	padding-bottom: 0.5em;
	z-index: 1;
}

* html .side
{
	display: inline;
}

.side p
{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.menu
{
	padding-left: 0.5em;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color:#4886C2;
	color: #ffffff;
	clear:both;
	font-weight:bold;
}

.copyright
{
	text-align:center;
	color: #898C95;
	font-size:smaller;
}
.bold
{
	font-weight:bold;
}
.login
{
    float:right;
	text-align:left;
	margin: 3px 5px 2px 0px;
}

a:link
{
	color: #000000;
	font-decoration: none;
}

a:visited
{
	color: #626262;
}

#breadcrumbs
{	
	
	background-color: #eeeeee;
	padding-left: 0.75em;
	padding-bottom: 0.25em;
	font-size: smaller;
}

.menu a
{
	text-decoration: none;
	
}
.menu a:link
{
	color: #ffffff;	
}
.menu a:visited
{
	color: #ffffff;
}
.center
{
	text-align:center;
}
.banner
{
	border:1px solid #A7A5A5;
}

img
{
	border: none;
}

.small
{
	font-size:small;
}
.tabularData
{
	background-color: #dddddd;
	border:1px solid #999999;
}
.row1
{
	background-color: #BCBFC3;
	background-image:url(../images/blue_tone_bg.gif);
	
}

.row2
{
	background-color: #F3F1F1;
	
}
.error, .messageFailed
{
	
	background-color: #FF9988;
	border: 1px solid #FF0000;
	padding: 0.25em;
	display: block;
	text-align: center;
	margin: 0.5em 0.25em 0 0.25em;
}

.error_login
{
	color: red;
}

.success, .messagePassed
{
	background-color: #33FF33;
	border: 1px solid #006600;
	padding: 0.25em;
	display: block;
	text-align: center;
	margin: 0.5em 0.25em 0 0.25em;
}

.critical_error
{
	border: 1px solid red;
	padding: 10px;
	text-align:center;
	height: 50px;
}

/*Schedule formatting*/
.schedule_table
{

	border:1px solid #DCE6F0;	
	/*background-color: #BCBFC3;*/
	width: 95%;
	margin: 0em 1em 1em 1em;
}

.schedule_row2
{
	/*background-color:#F3F1F1;*/
}
.schedule_row1
{
	background-color:#DCE6F0;
}

.report_width
{
	width: 200px;
}

.width_95
{
	width: 95%;
}

.info, .messageInfo
{
	background-color: #FFFF99;
	border: 1px solid #FFFF00;
	padding: 0.25em;
	display: block;
	text-align: center;
	margin: 0.5em 0.25em 0 0.25em;
}

.infoRow
{
	background-color: #FFFF99;
	border: 1px solid #FFFF00;
}

.youAreHere
{

}


.width_150{
    width: 150px;
}

/*http://www.bloggerswatch.com/internet/css-trick-submit-button-should-look-same-everywhere/*/

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
