﻿/* DEFAULTS
----------------------------------------------------------
Colors Used
#E99619 Orange 	
#C0C0C0 Silver (grey)
Black 
White
*/


/*  added by Jameson  begins*/
html,form
{
    font-family:Verdana, Arial;
    font-size:11px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    height:100%;
  


}
/*added this for the login control*/

table {
	border-width: 1px;
	border-style: none;
    }
th {
	border-width: 0px;
	padding: 1px;
	border-style: none;
}


td
{
    font-family:Verdana, Arial;
    font-size:11px;
    border-width: 0px;
	padding: 1px;
	border-style: none;
}
/* added by jameson ends*/
/*body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
*/
a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

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;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #E99619; /*background:#FBA117;*/
    width: 100%;
    top: 0px;
    left: 0px;
}

.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:#E99619;
    width:100%;
    height: 70px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
.ima
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: 320px;
    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: 600px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
/* General Styles */
.GridView 
{
    border-color:#6f2524;
    width:100%;
}

.GridView a
{
    color:#6f2524;
    text-decoration:none;
}

.GridView a:hover
{
    text-decoration:underline;
}

.GridView td
{
    padding:3px 5px 3px 5px;
     /*padding:0px 0px 0px 0px;*/
    border:1px solid #6f2524;
}

.GridView th
{
    padding:3px 5px 3px 5px;
     /*padding:0px 0px 0px 0px;*/
    Background-color:#f0e9cd;
    font-weight:bold;
    border:1px solid #6f2524;
}

.GridView tr.footer td
{
    Background-color:#f0e9cd;
    font-weight:bold;
}

.AjaxOverlay
{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:100%;
    background-color:Gray;
  
    /* filter:alpha(opacity=25);
   -moz-opacity:0.25; 
     -khtml-opacity: 0.25; 
    opacity: 0.25; */
        
    text-align:center;
    vertical-align:middle;
    display:none;
}


.AjaxWindow
{
    background:#FFFFFF;
    border:1px solid #000000;
    padding:10px 10px 10px 10px;   
   /* filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;*/
    position:absolute;
    top:100px;
    display:none;
}

td.columnSpace
{
    width:25px;
}

.ErrorMessage
{
    color:Red;
    font-weight:bold;
    margin-bottom:20px;
}

div.tabs a
{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    vertical-align:middle;
    height:35px;
    width:135px;
    display:table-cell;
    display:inline-block;
    margin:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    line-height:35px;
}

div.tabs a.tab_on
{
    background-image:url(../Images/tabon.gif);
}

div.tabs a.tab_off
{
    background-image:url(../Images/tab.gif);
}

.tab_display
{
    display:block;
    
}

.tab_hide
{
    display:none;
}

.tabBackground
{
 border:1px solid #8f5251;
 padding:10px 10px 10px 10px;   
 background-color:#f8f6ed;
}


/* MasterPage Styles  added by jameson begins*/
div.Container
{
    padding:10px 20px 10px 20px;
    margin:0px 0px 0px 0px;
}


div#PageContainer
{
    width:100%;
    height:100%;
}

table#PageContainer
{
    width:100%;
    height:100%;
}

div#PageBanner
{
	background-image: url("../Images/body_bg.jpg");
    height:100px;
}

td#PageHeader
{
    height: 180px;
}

td#LeftNav
{
    width:170px;
    padding:10px 20px 10px 20px;
    margin:0px 0px 0px 0px;
    background-color:#f0e9cd;
    border-right:1px solid #6f2524;
    height:100%;
}

td#LeftNav h3
{
    color:#3da3b8;
    font-weight:bold;
    font-size:14px;
    
    Margin:0px 0px 5px 0px;
}

td#LeftNav a
{
    display:block;
    margin-left:10px;
    margin-bottom:10px;
    color:#872623;
    text-decoration:none;
}

td#LeftNav a:hover
{
    text-decoration:underline;
}

div#mainNav
{
    background-color:#000000;
    font-family:Arial, Verdana;
    font-size:12px;
    font-weight:bold;
    color:#d4d5d7;
    height:20px;
}

div#mainNav a
{
    font-family:Arial, Verdana;
    color:#d4d5d7;
    font-size:12px;
    font-weight:bold;
}

div#pageTitle
{
    font-size:large;
    font-weight:bold;
}
divimgprop 
{
   height:20px;
   width: 50px;
   
}
/*login control jameson begin*/
.Login 
{
  border-color:#6f2524;
  background-image: url('MR_Logo5.png');
}
.Login  td
{
    padding:3px 5px 3px 5px;
    border:1px solid #6f2524;
}

.Login  th
{
    padding:3px 5px 3px 5px;
    Background-color:#f0e9cd;
    font-weight:bold;
    border:1px solid #6f2524;
}
.Login  table
{
    padding:3px 5px 3px 5px;
    Background-color:#f0e9cd;
    font-weight:bold;
    border:1px solid #6f2524;
}
.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-bottom:10px;
	width:300px;
	height:150px;
    background-image: url('../Images/MR_Logo5.png');
}
/*password recovery section*/
.PassWordRecovery
{
    
     background-color:#FFFBD6 ;
     border-color:#FFDFAD;
     border-style:Solid ;
     border-width:1px ;
     font-family:Verdana ;
     Font-Size:0.8em; 
     Width: 391px;
}
 .PassWordRecovery sb
     {

        background-color:White;
        border-color:#CC9966;
        border-style:Solid ;
       border-width:1px ;
       font-family:Verdana ;
        Font-Size: 0.8em;
      
    }
 .BackgroundCSS {
    /*background-color: Gray;*/
    background-image: url('../Images/MR_Logo.png'); /*filter: alpha(opacity=70);*/ /* opacity: 0.7;*/
 
}
.Body {
    background-image: url('../Images/MR_Logo.png');
 
  
}
/*footer section*/
.Footer1 {
    background-color: #E99619;
}

.Footer2
{
    background-color: #C0C0C0;
    text-align:right
}
/*Left navigation bar*/
.LeftNavBar
 {
    text-align: left; 
    background-image: url('../Images/Mr_Logo_bar2.png');
    vertical-align:top ;
    width:10%;
}
/*Export Textbox section*/
.ExportToExcel
 {
    font-family:Verdana, Arial;
    font-size:11px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    vertical-align:top ;
    width:75%;
    text-align:center;
    
}
/*Export Textbox section*/
.ExportToExcelBtn {
    background-color: #009900;
    background-position: left;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: white;
    height: 35px;
    background: url('../Images/Excel.jpg');
    background-repeat: no-repeat;
    border-color: #009900;
    border-style: Solid;
   
}
/*Search button properties*/
.SearchButton 
{
  height:90%;
  width:25%;
}
/*login control jameson end*/
/* End MasterPage Styles added by jameson ends */
/*Menu bar section    jameson begins*/
/* add from here  */
.MenuBar { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

.StaticMenuItem {
    background-color: #E99619;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font: 14pt calibri;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    margin: auto;
    vertical-align: middle;
    background-repeat: repeat-x;
    height: 50px;
    text-align: center;
    color: white;
    padding: 5px;
}

.StaticMenuItemStyle { color: #ffffff; padding: 20px; }

 
.StaticHoverStyle { background-color: #b6e390; color: #5f5f5f; }

.StaticSelectedStyle { background-color: #ffe99f; color: #5f5f5f; }

.DynamicMenuItemStyle 
{ 
    background-color: #bdeafe; border-width: 1px; border-style: solid;
    border-color: #000000; -moz-border-radius: 1px; -webkit-border-radius: 1px;
    font: 13pt calibri; margin: auto;border-left: 0px solid #c1c1c1; 
    border-right: 0px solid #c1c1c1; border-top: 0px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1; border-spacing: 0px;
    vertical-align: middle; background-repeat: repeat-x;
    height: 20px; text-align: left; color: #5f5f5f; padding: 5px;
}

.DynamicHoverStyle { background-color: #eca74c; color: #ffffff; }

.EditAddForm {
    background-color: #C0C0C0;
   border-width: thin;
   border-collapse: collapse;
    width:100%;
    border-color:#6f2524;
    padding:3px 5px 3px 5px;
    border:1px solid #6f2524;
}
.tdLeft{
    text-align: left;
    width:30%;
}
.tdRight{
     text-align: right;

}
.accordion {  
    width: 400px;  
}  
          
.accordionHeader {  
    border: 1px solid #2F4F4F;  
    color: white;  
    background-color: #2E4d7B;  
    font-family: Arial, Sans-Serif;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
          
.accordionHeaderSelected {  
    border: 1px solid #2F4F4F;  
    color: white;  
    background-color: #5078B3;  
    font-family: Arial, Sans-Serif;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
          
.accordionContent {  
    background-color: #D3DEEF;  
    border: 1px dashed #2F4F4F;  
    border-top: none;  
    padding: 5px;  
    padding-top: 10px;  
} 
.DeleteBtn {
    background-color: #009900;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: white;
    height: 35px;
    background: url('../Images/delete.jpg');
    background-repeat: no-repeat;
    border-color: #FF0000;
    border-style: Solid;
}