﻿

html, body, form {
    margin:0;
    padding:0;
    height:100%;    
    font-family:Arial;
    font-size:12px;
}
table td {padding:2px;}
hr {border:0; border-bottom:1px dotted #9EBFDB; margin:10px 0 10px 0;}
.PageTitleArea {
    background-image:url('/images/title.png');
    background-repeat: no-repeat;
    background-position:left top;
    padding:2px 0 0 27px;
    min-height:20px;
    text-align:left;
    padding-bottom:8px;
    margin-bottom:10px;
    border-bottom:1px dashed #b7cfee;
}
.PageTitle {
    font-weight:500;
	font-size: 14pt;
    color: #2F6F92; 
    line-height: 27px !important; 
}
.PageSubTitle {
    font-weight: 500;	
    color: #2F6F92;
    font-size: 11pt;
    line-height: 15px !important;      
}

.iconimclass{
    background-size:cover !important;
}

.RadPanelBar_Office2007 .rpGroup a.rpLink, .RadPanelBar_Office2007 .rpGroup div.rpHeaderTemplate, .RadPanelBar_Office2007 .rpGroup a.rpLink .rpOut {
    border: 1px solid transparent;
}
a
{
    color:#2F6F92;
}
#loading{
    position:absolute;
    left:45%;
    right:55%;
    bottom:50%;
    
    border:1px solid #567A9D;
    background-color:#FFFFFF;
    color:#688CAF;
    font-size:18px;
    width:250px;
    height:60px;
    padding-top:28px;
    margin:0px auto;
    font-family:Tahoma, Geneva, sans-serif;
    z-index:5000;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
     border-radius: 5px;
	
    -webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow:3px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
} 
#HeaderBar {
    height:57px; 
    background: url('/images/topleft_curve.gif') no-repeat right #E9F0FF;
    text-align:left;
    padding-left:5px;
}
.navitabs {   
    width:100%; 
    height: 35px;
    background: url("/images/bg_navi.gif") repeat-x scroll 0 -41px transparent;    
    margin: 0;
    padding: 0;
    z-index: 500;  
}
.navitabs ul.nav {
    display: block;
    height: 36px;
    list-style: none outside none;
    border-right: 1px solid #F2F2F2;
    padding: 0;  
    margin: 0;  
    float:left;
}
.navitabs ul.nav li {
    display: block;
    float: left;
    height: 36px;
    position: relative;
}
.navitabs ul.nav li a {
    background: url("/images/bg_navi.gif") repeat-x scroll 0 -41px transparent;
    border-color: #FFFFFF #ACC5E2 #FFFFFF #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #ACC5E2;    
    color: #333333;
    display: block;
    font-weight: bold;
    height: 36px;
    line-height: 35px;
    padding: 0 8px 0 9px;
    text-decoration: none !important;
    vertical-align:middle;
}
.navitabs ul.nav li a:hover {
    background: url("/images/bg_navi.gif") repeat-x scroll 0 -81px transparent;    
    border-color: #FFFFFF #ACC5E2 #FFFFFF #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #ACC5E2;    
    color: #000000;    
    font-weight: bold;
    text-decoration: none !important;
}
.navitabs ul.nav li.selected img, .navitabs ul.nav li img {
    vertical-align: middle;
}
.navitabs ul.nav li.label {
    color: #333333;
    display: block;
    font-weight: bold;
    height: 36px;
    line-height: 35px;
    padding: 0 8px 0 9px;
    text-decoration: none !important;
    vertical-align:middle;
}
.navitabs ul.nav ul{
	z-index:9999;
	position:absolute;
	left:0;
}
.navitabs ul.nav li li{
	margin-left:0;
    height: 35px;
    background: url("/images/bg_navi.gif") repeat-x scroll 0 -41px transparent;
}
.navitabs ul.nav ul li a:link, .navitabs ul.nav ul li a:visited{
	border:none;
}
.navitabs ul.nav li li a:link, .navitabs ul.nav li li a:visited{
    width:130px;
    float:none;
    margin:0;
}
.navitabs ul.nav li li a:hover{
	background: url("/images/bg_navi.gif") repeat-x scroll 0 -81px transparent;     
    text-decoration: none !important;
}
.navitabs ul.nav li:hover ul{left:auto;}
.navitabs ul.nav li:hover{position:static;}
.Logo {    
    margin-top:0;
    margin-right:5px;
    height:50px; 
   
}

.RadPanelBar .rpRootGroup,    
.RadPanelBar .rpRootGroup .rpLink  
{    
        border: none !important;            
        text-decoration: none;  
        border-bottom-width: 1px !important;  
}  
.RadPanelBar .rpOut  
{  
    border-bottom-width: 0px !important;  
}
html .RadGrid{
    
}
html .RadGrid .rgRow td, 
html .RadGrid .rgAltRow td, 
html .RadGrid .rgEditRow td, 
html .RadGrid .rgFooter td, 
html .RadGrid .rgFilterRow td, 
html .RadGrid .rgResizeCol td, 
html .RadGrid .rgGroupHeader td 
{
    padding-left:3px;
    padding-right:3px;
}
html .RadGrid .rgAltRow td
{
    
}
.RadListBox div.rlbGroup ul.rlbList .rlbDisabled {
     background-color: #DBE6F4 !important;    
}
div.radEditorLabel
{
    background-color:transparent;
    border:1px solid #CCDBED;
    width:99%;
    height:170px !important;
    padding:1%;
    overflow:auto;
    display:normal; 
    color:#8D8D8D;    
    white-space:normal;
    margin:0;
}
div.radEditor
{   border:1px solid #CCDBED;
    margin-bottom:5px;
}
.reContentArea h1, .reContentArea h2, .reContentArea h3, .reContentArea h4,
.reContentArea h5, .reContentArea h6, .reContentArea p, .reContentArea pre,
.reContentArea blockquote
{
     margin: 0px;
     padding: 0px;
     font-size: 11px !important;   
} 
.reContentArea 
{
     font-size: 11px !important;    
     text-align: left !important;
     word-wrap: break-word !important;
     padding: 5px !important;
}
 

div.RadListBoxDisabled .rlbGroup  
{  
    background-color:#DBE6F4;  
}

html .RadOrgChart .rocItem {
    width: 150px;
    height: 60px;
}
html .RadOrgChart .rocItemContent,
html .RadOrgChart .rocItemTemplate {
    height: 40px;
}

 
html .RadOrgChart .rocItemContent .rocImageWrap {     
     width: 28px;
     
}
html .RadOrgChart .rocItemContent .rocImageWrap img {     
     width: 28px;
     height: 28px;     
}

html .RadOrgChart .rocItemContent .rocItemField
{
     margin-left: -28px;
     margin-top: -5px;
}

.LeftMenu{
    white-space:nowrap;
    vertical-align:middle;
}
.ContentPane {    
    background: url('/images/bg.gif') repeat-x #FBFBFB;        
    text-align:left;
    vertical-align:top;    
    height:100%;
}

.ContentPaneSub {    
    padding:10px;
    min-width:1000px;
}

.ContentPaneSubScheduler {    
    padding:10px;    
}


.FieldLabel
{
    font-weight:450;
    min-width:50px;
    margin-left:5px;
    margin-right:2px;
    text-align:right;
    padding:4px 3px 4px 6px;      
    vertical-align:middle;
    white-space:nowrap;
}

.ActionButton
{
    margin-right:3px;
    margin-bottom:5px;    
}
.PageActionArea {    
    position:absolute; 
    top:4px;
    right:20px; 
    padding: 6px 12px 1px 12px;
    background-color:#B9CCE2;
    white-space:nowrap;

    border:1px solid #7488B5;
    border-top-left-radius:15px;
    border-bottom-right-radius:15px;
    -moz-border-radius-topleft:15px;
    -moz-border-radius-bottomright:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;

     -webkit-box-shadow: 0 8px 6px -6px #ACC5E2;
	    -moz-box-shadow: 0 8px 6px -6px #ACC5E2;
	         box-shadow: 0 8px 6px -6px #ACC5E2;
    
    min-width:80px;
    text-align:center;
}
.LeftMenuActionArea {        
    padding: 15px 12px 10px 12px;
    background-color:#B9CCE2;     
    text-align:left;    
    border-bottom:1px solid #ACC5E2;
}
.LeftMenuActionArea .ActionButton {
    width: 89%;
}

.LoginArea {
    position:relative; 
    top:100px; 
    width:400px; 
    padding:35px; 
    border:1px solid #8DB2E3;    
    background-color:#DBE6F4;

    border-radius:10px;   
    -moz-border-radius:10px;   
    -webkit-border-radius:10px;   

    -webkit-box-shadow: 0 8px 6px -6px #cddaea;
	-moz-box-shadow: 0 8px 6px -6px #cddaea;
	box-shadow: 0 8px 6px -6px #cddaea;
    margin: 0 auto;
}
.LoginArea table
{
    width:100%;
    text-align:left;
    border:0;
}
.LoginArea table td
{
    padding:2px;
    text-align:left;
}

.SearchArea
 {
     background-color:#DBE6F4;
     border:1px solid #8DB2E3;         
     padding:20px;
     border-radius:8px;        
    -moz-border-radius:8px;       
    -webkit-border-radius:8px;   
    -webkit-box-shadow: 0 8px 6px -6px #cddaea;
	-moz-box-shadow: 0 8px 6px -6px #cddaea;
	box-shadow: 0 8px 6px -6px #cddaea;     
    display:block;
    margin-bottom:20px;
 }
.tabPageView
 {
     background-color:#DBE6F4;
     border-left:1px solid #8DB2E3;     
     border-right:1px solid #8DB2E3; 
     border-bottom:1px solid #8DB2E3;        
     padding:20px;
     border-bottom-left-radius:8px;   
     border-bottom-right-radius:8px;   
    -moz-border-radius-bottomleft:8px;   
    -moz-border-radius-bottomright:8px;  
    -webkit-border-bottom-left-radius:8px;   
    -webkit-border-bottom-right-radius:8px;  

    -webkit-box-shadow: 0 8px 6px -6px #cddaea;
	-moz-box-shadow: 0 8px 6px -6px #cddaea;
	box-shadow: 0 8px 6px -6px #cddaea;    
    min-height:40%;
    display:block;
 }

.gridRowNoWrap
{   
    white-space: nowrap !important;      /* css-3 */ 
    vertical-align: middle !important;
}
.linkImage
{
    vertical-align:bottom;
    cursor:pointer;
    margin:0 0 0 1px;
} 
.imgTransparent {	
	filter: alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity: 0.2
}

div.ActionPanel
{
    padding:5px; 
    border:1px solid #CCCCCC;
    background-color:#D6E8FF;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    -khtml-border-radius:5px;
    border-radius:5px;
    
}
div.UserStatusBox
{
    padding:5px 2px 3px 2px;
    border:1px solid #666;
    border-radius:8px;       
    -moz-border-radius:8px;       
    -webkit-border-radius:8px;
    display:block; 
}

div.labelBox
{
    padding:2px 2px 3px 2px;
    border:1px solid #CCDBED;
    border-radius:3px;       
    -moz-border-radius:3px;       
    -webkit-border-radius:3px;
    display:block; 
}

div.divBox {
    background-color:#cddaea;    
    display:block;
    margin-bottom:15px;
    color:#333;
}
div.divBox h1 {
    text-align:left;
    font-size:12px;   
    padding:4px;
    background-color:#B9CCE2;
    margin-bottom:10px;
}

img
{
    vertical-align:middle;
}

.RadComboBox_Office2007 .rcbInput {
    color: #000;    
    font-family: Arial;
    line-height: 16px;
}
.RadInput .riDisabled
{
      -webkit-text-fill-color: #262626;
}

.RadComboBox .rcbDisabled,
.RadComboBox .rcbDisabled .rcbInputCell .rcbInput
{   
    color: #333;    
    -webkit-text-fill-color: #262626;
    font-family:Arial;
    font-weight:500;
    background-image: none;
}

.ddl
{
    margin-top:6px;
    border:1px solid #8DB2E3;
    border-radius:4px;       
    -moz-border-radius:4px;       
    -webkit-border-radius:4px;
    padding:1px;
    -webkit-appearance: none; 
    background-image:url('/images/Nggfj.png');
    background-position: 58px;
    background-repeat:no-repeat;
    background-color:#DBE6F4;
    text-indent: 0.01px;/*In Firefox*/
    text-overflow: '';/*In Firefox*/

    color:#5F89B9;
    font-family:Arial;
    font-size:14px;
}

.ProperCase { text-transform: capitalize;}
.UpperCase { text-transform: uppercase;}
.LowerCase { text-transform: uppercase;}

.margin5 {margin:5px;}


.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.alert {
  padding: 10px 35px 10px 14px;  
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #F6F0CD;
  border: 1px solid #E9E0AB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853 !important;
  margin:10px;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847 !important;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48 !important;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad !important;
}
.alert-block {
  
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.noti_bubble {
    float:right; /* This breaks the div from the normal HTML document. */    
    background-color:red; /* you could use a background image if you'd like as well */
    color:white;
    font-weight:bold;
    font-size:0.55em;
    height:10px;
    /* The following is CSS3, but isn't crucial for this technique to work. */
    /* Keep in mind that if a browser doesn't support CSS3, it's fine! They just won't have rounded borders and won't have a box shadow effect. */
    /* You can always use a background image to produce the same effect if you want to, and you can use both together so browsers without CSS3 still have the rounded/shadow look. */
    border-radius:1px;
    box-shadow:1px 1px 1px gray;
    overflow:hidden;
    display:block;
    padding:0
}

.tblItemDesc {
    font-size:9px !important;
    border:0 !important;
    padding:0 !important;
    margin:0 !important;
    border-spacing: 0;
    border-collapse: collapse;
}
.tblItemDesc td {
    font-size:9px !important;
    border:0 !important;
    padding:0 !important;
    margin:1px !important;
}

.RefreshErrArea {
    position:relative; 
    top:230px; 
    width:400px; 
    padding:35px; 
    border:2px solid #e87474;    
    background-color:#ffe8e8;

    border-radius:10px;   
    -moz-border-radius:10px;   
    -webkit-border-radius:10px;   
    margin: 0 auto;
}
.RefreshErrArea table td
{
    padding:5px;
    text-align:left;
    font-size:13px;
}

.PageHeaderStatus {
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    padding:0 5px 0 5px;    
    margin: -1px 10px 5px 0;
    opacity:0.7;
    border-radius:5px;       
    -moz-border-radius:5px;       
    -webkit-border-radius:5px;
    font-size:12px;
}

.PageStatus {
    text-align:right;
    padding:5px;
    background-color:#D3DEED;
    margin: 0 0 5px 10px;
   
    border-radius:5px;       
    -moz-border-radius:5px;       
    -webkit-border-radius:5px;
}
