﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #FFFFFF; /* background Changed By Ravee*/
    font-size: .80em;
    font-family: "Arial,Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* RESET
----------------------------------------------------------*/
.white-bg{background: #fff !important;}
.dark-grey{color: #7b7b7c !important;}
.red{color: #b9222d;}

.nopadding{padding: 0 !important;}
.nomargin{margin: 0 !important;}
.noborder{border: none;}
.noborder-radius{-webkit-border-radius: 0px !important;-moz-border-radius: 0px !important;border-radius: 0px !important;}
.border-1px{border: 1px solid #b4b4b2;}
.nobackground{background: none !important;}
.noboxshadow{-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);box-shadow: 0 0px 0px rgba(0, 0, 0, 0);}
.topborder{border-top: 10px solid #d4d4d4 !important;}
.margin-top-10px{margin-top: 10px;}
.margin-top-20px{margin-top: 20px;}
.margin-top-40px{margin-top: 40px;}
.padding-10px{padding: 10px;}

.border-left-1px{border-left: 1px solid #ececec;}
.line-height-10px{line-height: 40px !important;}

.standard {color: #7b7b7c; font-family: Arial, Sans-Serif; font-weight: bold; font-size: 13px; line-height: 30px}
.standard_small {color: #7b7b7c; font-family: Arial, Sans-Serif; font-weight: bold; font-size: 10px; }


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 80%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;
    text-align:left;
    float:left;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#818285;
    width:100%;
}

.menu
{
    padding: 4px 0px 4px 8px;
}

.menu 
{
    list-style: none;
    margin: 0px;
    padding: 5px 0;
    width: auto;
}

.menu  li
{ 
    display: inline-block !important;
    list-style: none !important; 
    padding: 3px 0 !important;
    
 } 

.menu  li a{
    color: #fff; font-weight:bold; padding: 9px 20px 9px;padding: 9px 20px\9; 
    border-right: 2px solid #fff;
    }

.menu  li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}



.menu  li a.current{
color: #C02627 !important;
text-decoration: underline !important;
}

.menu  li:last-child, .menu  li:first-child {border: none;}

li.current
{
  text-decoration: underline;
}

.divider-vertical {
  height: 12px;
margin: 0;
border-right: 1px solid white;
border-left: 1px solid #F2F2F2;
position: relative;
top: 4px;
}

.radSelected .rtsOut .rtsIn .rtsTxt
{
 color: #C33235;
}
.hideSkiplink a #NavigationMenu_SkipLink {display: none !important;}
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 220px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #4b6c9e; 
}

.loginDisplay a:link
{
    color: black;
}

.loginDisplay a:visited
{
    color: black;
}

.loginDisplay a:hover
{
    color: black;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.sucessmsg
{
    font-family:Arial;
    font-size:12px;
    color:Green;
}
.errormsg
{
    font-family:Arial;
    font-size:12px;
    color:Red;
}
.content_header { background :#4c4b49 url(Images/Icon.jpg) 0px top no-repeat;padding:0px 0px 0px 35px; color:#FFFFFF; height:30px;font-weight:bold;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;}
.bordertable{border:1px solid #4c4b49;}
.button{ background: url(Images/buttonbg.jpg) left top repeat-x; padding: 4px 15px; font-size: 12px;font-weight:bold;cursor:pointer;}
.gridbutton{ background: url(Images/buttonbg.jpg) left top repeat-x; height:24px;font-weight:bold;color:White;cursor:pointer;padding-top:3px;}
.mainpagebutton {background: url(Images/green_box.jpg) no-repeat;color:White;font-weight:bold;cursor:pointer;}
.mainpagebuttonadmin {background :url(Images/green_box.jpg);color:White;font-weight:bold;cursor:pointer;}
.mainpagebutton_pink {background :url(Images/pink_box.jpg);color:White;font-weight:bold;cursor:pointer;}
.mainpagebutton_grey {background :url(Images/grey_box.jpg);color:White;font-weight:bold;cursor:pointer;}
.company{font-family:Arial;font-size:12px;}

.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1 !important;
	zoom:1;
}
/*dropdown export*/
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
        .dropdown dd { position:relative; }
        .dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;}
        .dropdown a:hover { color:#5d4617;}
        .dropdown dt a:hover { color:#5d4617; border: 1px solid #d0c9af;}
        .dropdown dt a {background:#e4dfcb url(Images/arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
                        border:1px solid #d4ca9a; width:100px;}
        .dropdown dt a span {cursor:pointer; display:block; padding:5px;border-right:1px solid #d4ca9a;}
        .dropdown dt a span img{ padding-right:5px;}
        .dropdown dd ul { background:#e4dfcb none repeat scroll 0 0; border:1px solid #d4ca9a; color:#C5C0B0; display:none;
                          left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:120px; list-style:none;}
        .dropdown span.value { display:none;}
        .dropdown dd ul li a { padding:5px; display:block;}
        .dropdown dd ul li a img { padding-right:5px;}
        .dropdown dd ul li a:hover { background-color:#d0c9af;}
        
/*dropdown export*/
/*popupfor stocks page weight*/
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(Images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
#outerdiv2,#outerdiv1 {background-color: white;border-radius: 10px 10px 10px 10px;box-shadow: 0 0 25px 5px #999;}
.buttonpop {background-color: #2B91AF;border-radius: 10px;box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);color: white;cursor: pointer;display: inline-block;padding: 10px 20px;text-align: center;text-decoration: none;}
.buttonpop.Close {border-radius: 7px 7px 7px 7px;box-shadow: none;font: bold 131% sans-serif;padding: 0 6px 2px;position: absolute;right: -7px;top: -7px;}
.buttonpop:hover{background-color:#1e1e1e}
#outerdiv2 table {font-size:13px;}
.wttextbox{text-align:center;}
.yes{cursor:pointer;height: 2em;width: 5em;-moz-border-radius: 1em 4em 1em 4em;border-radius: 1em 4em 1em 4em;background: url(Images/buttonbg.jpg);font-weight:bold; border:1px solid #fff;}
.cncel{cursor:pointer;height: 2em;width: 6em;-moz-border-radius: 1em 4em 1em 4em;border-radius: 1em 4em 1em 4em;background: url(Images/buttonbg.jpg); border:1px solid #fff;}
.normaltext{font-size:1em!important;color:Black!important;}
.subheading{color:#2C2C2C;}
i.error{background: url("images/unchecked.gif") no-repeat 0px 0px;padding-left: 16px;padding-bottom: 2px;font-weight: bold;color: #FD1C02; font-family:aria}
j.error{background: url("images/unchecked.gif") no-repeat 0px 8px;padding-left: 10px;padding-bottom: 8px;color: #fff;}
j.checked {background: url("images/checked.gif") no-repeat 0px 8px;padding-bottom: 8px;}
span j.checked,span j.error.checked {background: url("images/checked.gif") no-repeat 0px 3px;padding-bottom: 8px;}
span j.error{background: url("images/unchecked.gif") no-repeat 0px 3px;padding-left: 10px;padding-bottom: 8px;color: #fff;}
i.checked {background: url("images/checked.gif") no-repeat 0px 0px;}
.cancel{ background: url(Images/buttonbg.jpg) left top repeat-x; height:24px;font-weight:bold;cursor:pointer;}

/* Telercic styles */
.RadGrid_Default .rgCommandRow {background: none !important;}
.RadGrid_Default .rgCommandRow a{font-weight: bold!important;}
.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol{background: #86903a !important;}
.RadGrid_Default .rgHeader, .RadGrid_Default .rgHeader a{color:#fff!important; font-weight: bold!important;}
.RadGrid_Default .rgEditForm{padding: 10px !important;}


.verticalslider{border-bottom: 1px solid #ccc;}
.verticalslider_tabs{width: auto !important;}
.verticalslider_tabs a:link, .verticalslider_tabs a:visited{width: auto!important; height: auto!important; background: none!important; border-right: 0!important; border-top:0!important;}
.verticalslider_tabs li{display: inline-block!important;}
.verticalslider .arrow{background: none !important; display: none;}

.radiobtn tr td label{display: inline-block !important; position: relative;top: 2px;padding-left: 6px;}

.PageTabs{background: none !important; margin-top: 0!important; border-bottom:1px solid  #231f20!important;}
.ui-tabsWhite .ui-tabs-navWhite{margin: 0 !important; }
.rtsUL{margin: 0 !important; padding: 4px 0 !important;}
.ui-tabsWhite .ui-tabs-navWhite li{border-right: 1px solid #585755!important;padding: 0 14px!important; float: none !important; display: inline!important;}
.ui-tabsWhite .ui-tabs-navWhite li:last-child{border-right: 0!important;}
.ui-tabsWhite .ui-tabs-navWhite li a{color: #000!important;float: none !important; padding: 0 !important;font-weight: bold !important;}
.pageView{border: none !important;}
 
.ui-tabs-navWhite li{left: 0;}