/* 
    Document   : rms_main
    Created on : Jul 15, 2013, 7:53:21 AM
    Author     : terryjun
    Description:
        Purpose of the stylesheet follows.
*/

html,body{
	width:100%;
	height:100%;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
        background-color:#d8ebff;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.display-none {
	display:none;
}


#header {
	float:left;
	width:100%;
	height:120px;
	background-color:#000;
}
#header_info {
	float:right;
	color:#FFF;
	font-size:8pt;
	text-align: right;
	margin-right:10px;
	margin-top:10px;
}
#header_msg {
	float:left;
	color:#fff;
	font-size:9pt;
	text-align: left;
	margin-left:10px;
	margin-top:10px;
        width:400px;
        height:80px;
        overflow-y: auto;
}
#cf_item_msg {
	float:left;
	color:#f00;
	font-size:8pt;
	text-align: left;
	margin-left:10px;
	margin-top:10px;
        width:300px;
        height:80px;
        overflow-y: auto;
}
#dp_item_msg {
	float:left;

	color:#0674fb;
	font-size:8pt;
	text-align: left;
	margin-left:10px;
	margin-top:10px;
	width:300px;
	height:80px;
	overflow-y: auto;
}
.notice {
    clear:both;
    float:left;
}
.notice input {
    font-size: 8px;
    padding:0;
    width:none;
    height:none;
}
.notice a:link, .notice a:visited {
    color:#F60;
}
#header_info a:link, #header_info a:visited {
	color:#d8ebff;
	text-decoration: none;
	font-weight: bold;
}
#contentContainer{
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#footer {
	float:left;
	width:100%;
	margin-top:10px;
	background-color:#000;
}
#footer_info {
	color:#ccc;
	font-size:8pt;
	text-align: center;
	padding:5px;

}
a.links:link, a.links:visited {
	text-decoration:none;
	color:#666666;
}
a.links:hover {
	color:#0088cc;
}
td.error {
	color:#E13300;
	font-size: 8pt;
	font-style: italic;
}
.bg-red {
	background-color:#f00000;
	color:#ffffff;
}
.border-red {
	border:solid 2px #f000000;
}
.w-80 {
	width:80px;
}
.w-300 {
	width:300px;
}

