@CHARSET "ISO-8859-1";
 
/*********/
/*General*/
/*********/

html
{
	width: 100%;
	height: 100%;
/*	overflow: auto;*/
}
	
body
{
/*	width: 100%;*/
	height: 100%;
	overflow: auto;
	scroll: no;
}
input[type=text]:disabled, input[type=password]:disabled
{
	background-color: #FFFFFF;
	color: gray;
}
select[disabled]
{
	border-color: #DDDDDD;
	background-color: #FFFFFF;
	color: gray;
}

html,body,div
{
	margin: 0;
	padding: 0;	
}
	
body
{
	background-color: #E5E5E5;
}

table.main_table 
{
	width: 100%;
	height: 100%;
	overflow:hidden;
	background-color: #E5E5E5;
	border:none;
	min-width: 768px;
	table-layout: fixed;
}

td.header_row
{
	width:100%;
	height:100px;
	background-color: #FFFFFF;
}

tr#login_tr
{
	width: 100%;
	/* height: 100%; */
	background-color: #057DA9;
	background-image: url(../images/bg_gradient.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: none;
}

td.login_header_row
{
	width:100%;
	height:50px;
}
td.tabrow_sidebar
{
	width: 3px;
	background-color: #FFFFFF;
}

tr.content_row
{
	width:100%;
	height:100%;
	background-color: #FFFFFF;
}

td.sidebar {
	width: 3px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

td.sidebar_nohelp
{
	width:5px;
	height:100%;
	display:none;
}

td.footer_row
{
	height:22px;
}

#newsDiv {
	display: none;
}

#footer_logo {
	display: none;
}

td.main_content_help
{
	/*width:60%;*/
	height:100%;
}
td.main_content_nohelp
{
	/*width:100%;*/
	height:100%;
}
td.main_content_right_help
{
	/*width:40%;*/
	height:100%;
}
td.main_content_right_nohelp
{
	/*width:0%;*/
	height:100%;
	display:none;
}
/*div tag used to stop floating*/
.clear
{
	clear: both;
}

td.login_left_top
{
	background-image: url(../images/login_left-top.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 4px;
	background-position: bottom right;
}

td.login_top
{
	background-image: url(../images/login_top.png);
	background-repeat: repeat-x;
	height: 34px;
	width: 352px;
	background-position: bottom left;
	font-size: 14px;
	color: #B2E5FC;
	padding-left: 4px;
}

td.login_right_top
{
	background-image: url(../images/login_right-top.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 4px;
	background-position: bottom left;
}

td.login_left
{
	background-image: url(../images/login_left.png);
	background-repeat: repeat-y;
	background-position: top right;
}

td.login_right
{
	background-image: url(../images/login_left.png);
	background-repeat: repeat-y;
	background-position: top left;
}

td.login_left_bottom
{
	background-image: url(../images/login_left-bottom.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	background-position: top right;
}

td.login_bottom
{
	background-image: url(../images/login_bottom.png);
	background-repeat: repeat-x;
	height: 4px;
	width: 352px;
	background-position: top left;
	padding-left: 4px;
}

td.login_right_bottom
{
	background-image: url(../images/login_right-bottom.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	background-position: top left;
}

div#logo_main_menu_area {
	position: absolute;
	z-index: 10;
	top: 50px;
	height: 40px;
	width: 100%;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	
	background-image: url(../cibimages/menu_iconset/head_grad.gif);
	background-position: bottom right;
	background-repeat: repeat-x;
}

div.main_content_div {
	background-image: url(../cibimages/table/head_grad.gif);
	background-position: top right;
	background-repeat: repeat-x;
}

td.login_release_id {
	vertical-align: middle;
	width:100%;
	color:#CCCCCC;
}
