﻿
body, html
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #4e4e4e;
}

h1, h2, h3, h4, h5, h6
{
	color: #0061a3;
}
h1
{
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px;
}
h2
{
	font-size: 15px;
}
h3
{
	font-size: 14px;
	color: #4e4e4e;
}

a:link, a:visited
{
	text-decoration: none;
	color: #0061a3;
}

a:hover, a:active, a.active
{
	color: #248AC8;
}

a img
{
	border: none;
}

#page
{
	width: 1005px;
	margin: 0 auto;
}

#header
{
	height: 190px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
    border-bottom: 1px solid #d1d1d1;
}

#header #logo
{
	float: left;
}

#header #menus
{

	float: right;
	width:830px;
}

/* for IE 6 and below */
* html #header #menus
{
	margin-top: 53px;
	float: right;
	width: 73%;
}

ul.inline
{
	float: right;
	clear: right;
	margin: 0;
	padding: 0 20px;
	list-style: none;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
}

ul.inline li
{
	margin: 0;
	padding: 5px 20px;
	display: block;
	float: left;
}


ul#main
{
	margin-top: 14px;
	width: 100%;
}

ul#main li
{
	width: 80px;
	font-weight: bold;
	background: transparent url(themes/base/images/Main_Nav_Divider.png) no-repeat 0 50%;
	padding-left: 22px;
}

ul#main li a
{
	word-wrap: break-word;
}

ul#main li:first-child
{
	background: none;
}

#divSubMenu
{
	margin:  39px 10px 5px;
	float: right;
}

#tabSubMenu
{
	clear:both;
	color: #0b4282;
	font-weight: bold;
	font-size: 11px;
	height: 33px;
}

#tabSubMenu td
{
	padding-left: 4px;
	padding-right: 5px;
	text-align: center;
	vertical-align:middle;
}

#divMainMenu
{
	margin-top: 5px;
	float: right;
	width: 820px;
}

#tabMainMenu
{
	clear:both;
	width: 100%;
	color: #0b4282;
	font-weight: bold;
	font-size: 11px;
	height: 33px;
}

#tabMainMenu td
{
	background: url("themes/base/images/Main_Nav_Divider.png") no-repeat scroll right center transparent;
	padding-left: 4px;
	padding-right: 5px;
	text-align: center;
	vertical-align:middle;
}

#tabMainMenu td.last
{
	padding-left: 4px;
	padding-right: 5px;
	text-align: center;
	vertical-align:middle;
}

#content-area > *:first-child, div.module > *:first-child
{
	margin-top: 0;
	padding-top: 0;
	line-height: 1em;
}

div.form
{
	position: relative;
	width:380px;
}

div.form label
{
	display: inline-block;

	padding-right: 4%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

input.textBox
{
	width:90%;
	height: 20px;
	border: 1px solid #aabfd3;
	border-radius: 3px;
	margin: 13px -1px 0;
	padding: 0 2px;
	font-size: 13px;
	line-height: 18px;
}

.select
{
	width: 93%;
	height: 22px;
	border: 1px solid #aabfd3;
	border-radius: 3px;
	margin: 13px -1px 0;
	padding: 0 2px;
	font-size: 13px;
	line-height: 18px;
}

input.button
{
	clear: both;
	background-color: rgb(20, 140, 204);
	color: #ffffff;
}


#footer
{
	border-top: 1px solid #cee0ef;
	margin-bottom: 20px;
	color: #9d9d9d;
	font-size: 11px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	padding-left: 5px;
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
	font-size: 13px;
	border: 0;
	float: left;
	width: 100%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for error/no permission page */
#errorPlaceHolder
{
	height: 300px;
}
#errorBox
{
	display: block;
	margin: 30px 100px 30px 100px;
	border: 1px solid #c8dbec;
}
#errMsgFrame
{
	padding: 10px;
	font-size: large;
}
#back
{
	font-size: small;
	text-align: right;
}
#back p
{
	margin-right: 20px;
}

/* Logged user frame*/
#logindisplay
{
	font-size: 1.1em;
	display: block;
	float: right;
	text-align: right;
	color: #248ac8;
	margin: 10px;
}

#logindisplay a:link
{
	color: Blue;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: #0061a3;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: Blue;
	text-decoration: none;
}

.lf{float:left;}
.rf{float:right;}

/* for Web download */

 .powered-by{display:block;font-size:24px;color:#000;height:50px;line-height:50px;margin-right:20px;float:right}

.sub-form{width:90%}
.sub-form td:first-of-type{width: 35%;}
 #content{margin:20px 0 0}

.download_link a, .download_link span{color:#9d9d9d; font-size:14px}

.loginLabel
{
   width: 35%
}

.logOutClose
{
    padding:5px;
    margin:5px;
    text-align:right;
}

.logOutClose .logOutB
{
    border-radius: 4px;
    width: 80px;
    text-align: center;
    border: 1px solid #ccc;
    background: #F4F4F4;
}
.ui-dialog-title
{
    font-weight:normal;
    color:#fff;
}
.progressGif
{
    width: 290px;
    margin-top: 5px;
    height: 25px;
    margin-left: -6px;
}
.selectHours
{
    width:130px;
    background:url(themes/base/images/dropdown.png) no-repeat;
    background-position:110px 0;
}
.currentUser
{
    width: 70px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}
.checkInfo
{
    color:#CD0000;
}
.dataDetail
{
    margin-left: 26px;
    width: 300px;
}
.dataDetail dt
{
    height: 22px;
    background: #BCD2EE;
    padding-left: 10px;
    line-height: 22px;
    margin: 5px 0;
}
.dataDetail dd
{
    padding-left:30px;
}

.allDownloaded
{
    color:#248ac8;
    font-size:15px;
}

.msgBox
{
    display: none;
}

/*multi-download css*/
.multi-upload 
{
   min-height: 30px;
   height: auto;
   margin: 5px 0 12px 2px;
   padding: 0 8px;
}
.multi-upload .cancel-all
{
   float: right;
   color: #248ac8; 
   cursor: pointer;
   line-height: 27px;
   display: none;
}
.upload-div .cancel-btn
{
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
    vertical-align: top;
}
.download-result-area 
{
    display: none;
}
.download-result-area .result-title
{
    font-size: 14px;
    margin: 5px 0 5px 15px;
}
.download-result-area .result-content
{
    margin-left: 40px;
}

.download-result-area .result-content p
{
    margin: 5px 0;
}

.download-input-file
{
    display: none;
}
.input-file-wrapper
{
    display: inline-block;
    width: 100%;
    height: 25px;
    border: 1px solid #3bafda;
    border-radius: 3px;
    cursor: pointer;
}
.input-file-single-wrapper
{
    width: 300px;
    height: 25px;
    margin: 5px 0 0 10px;
    border: 1px solid #3bafda;
    border-radius: 3px;
    cursor: pointer;
}
.input-file-wrapper .wrapper-button, .input-file-single-wrapper .wrapper-button
{
    float: right;
    color: #f1f1f1;
    line-height: 25px;
    padding: 0 15px;
    background-color: #3bafda;
    /*border-left: 1px solid #248ac8;*/
    border-left: 1px solid #c8dbec;
}
.input-file-wrapper .wrapper-button:hover, .input-file-single-wrapper .wrapper-button:hover
{
    background-color: rgb(20, 140, 204);
}
.input-file-single-wrapper .file-single-name
{
    position: relative;
    display: inline-block;
    width: 185px;
    height: 25px;
    line-height: 25px;
    padding: 0 2px;
    border: none;
    background: #fff;
    border-radius: 3px;
}

.download-monitor-success-message {
   color:forestgreen;
}

.download-Monitor-error-message {
  color:red;
}

#preloader { /* Images you want to preload*/ background-image: url(themes/base/images/Cross.png); width: 0px; height: 0px; display: inline; }