﻿body
{   
    color: Black;
    height: 100%;
    margin: 0px;
    font-family: tahoma, Arial;
    font-size: 10px;
    padding-top: 15px;
    /*width:1700px;*/
}

.body_main
{
    background: #3295fb url(../images/bg.gif) repeat-x fixed top left;
    color: #fafafa;
     width:1700px;
}

.body_background
{
    background: transparent url(../images/border_middle1.gif) repeat-y bottom left;
    height: 100%;
    min-height: 600px;
    padding-bottom: 10px;
    width:1700px;
}

.body_footer
{
    background: transparent url(../images/border_bottom1.gif) no-repeat;
    height: 6px;
    padding-bottom: 10px;
     width:1700px;
}

.body_content
{
    margin-left: 40px;
    background-color: #fafafa;
    width: 1621px !important;
}

.menu_background
{
    background: #000 url(../images/header1.png) no-repeat;
    height: 111px;
    width: 1700px !important;
}

.menu
{
    position: absolute;
    left: 0px;
    top: 15px;
}

.page_title
{
    color: steelblue;
    font-family: tahoma, Arial;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.global_button
{ 
	background: white;
 	border: 1px solid #4682b4;
	color: #3c6f9a;
	height: 21px;
	width: auto;
    font-family: tahoma, Arial;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
    margin-right: 3px;
}

.global_link_button
{
	background: white;
 	border: 1px solid #4682b4;
	color: #3c6f9a;
	width: auto;
    font-family: tahoma, Arial;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
    padding: 3px 5px 3px 5px;
}

.image_button
{
    border: 1px solid #3c6f9a;
    margin-right: 5px;
    cursor: pointer;
}

.image_button_container
{
    padding-bottom: 7px;
}

.reset_password_button
{
    vertical-align: middle;
    margin-left: 5px;
}

.footer_button_container
{
    padding-top: 3px;
}

.textbox
{
    border: 1px solid lightsteelblue;
}


/* Login */

.login_body
{
	background: #3295fb url(../images/bg.gif) repeat-x fixed top left;
}

.login_panel
{
    position: absolute;
    left: 314px; 
    top: 200px;
    border: 6px solid #376bb6;
    padding: 20px;
    background-color: White;
    color: #000;
}

.login_label
{
    font-family: Arial;
    font-size: 12px;
    color: #000;
}

.login_info, .login_actionrequired, .login_error
{
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    padding-bottom: 1px;
	font-size: 12px;
    width: 290px;
    line-height: 1.5em;
}

.login_info
{
    color: steelblue;
    font-size: 12px;
}

.login_actionrequired
{
    color: red;
}

.login_error 
{
    color: red;
}

.logout
{
    position: absolute;
    left: 1450px;
    top: 77px;
    width: 125px;
}

.logged_in_user
{
    color: #3366cc;
    float: left;
}

.logged_in_user_label
{
    color: black;
    font-weight: bold;
}

.login_button
{
    width: 75px;
}

.logout_button
{
    float: right;
}

.client_logo
{
    background: #000 url('../images/gnglogo.png') no-repeat;
    position: absolute;
    left: 17px;
    top: 7px;
    height: 41px;
    width: 230px;
}

.app_title
{
    background: #000 url('../images/odm.png') no-repeat;
    position: absolute;
    left: 750px;
    top: 22px;
    height: 21px;
    width: 248px;
}

/*** Dialog Styles ***/
.dialogHeaderLabel
{
    float:left;
    font-size:large;
    font-weight:bold;     
}

.dialogLabel
{
    float:left;
    font-weight:bold;      
    font-size:1.2em;
}

.dialogText
{
    float:left;
    font-size:1.2em;
}

.dialogErrorText
{
    float:left;
    font-size:1.2em;
    font-weight:bold;
    color:Red;
}

/*** Approvals ***/
.filterRadioButtonContainer
{
    color: Black;
    font-family: tahoma, Arial;
    font-size: 10px;
    width: 340px;
    height: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12px;
}

.filterRadioButton
{
    float:left;
    padding: 3px 1px 0px 0px;
}

.filterRadioButtonLabel
{    
    width: auto;
    float:left;
    padding: 7px 10px 5px 3px;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
    background: #900;
    display: none;
}