﻿/* 
   element name - just use name
   class - use "." eg: .dataentrytable
   ElementID - use "#" - eg: #StudentID
*/

body
{
    margin: 0;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 12px; /* color: #555555; */
    color: #660000;
    background-color: #FFFFFF;
    text-align: left;
    height: 100%;
    width: 100%;
}

p
{
    margin-top: -2px;
    margin-bottom: -2px; /* border: 1px solid black; */
}

a
{
    color: #4D87CE;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #2a65ad;
}

ol, ul
{
}

li
{
    list-style-image: url(../images/backgrounds/li.gif);
    line-height: 20px;
    text-align: left;
}

#menu
{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    margin-bottom: 50px;
    color: #FFFFFF;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-variant: small-caps;
    background-image: url(../images/backgrounds/back.png);
}
#menu a
{
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu a:hover
{
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #243482;
    border-right: 1px solid #243482;
    padding-left: 9px;
    padding-right: 9px;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url(../images/backgrounds/hover.jpg);
}


#cssheader
{
    width: 99%;
    height: 99px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2px;
    padding-right: 2px;
    background-image: url(cssimages/MasterPageBar.jpg);
    background-repeat: repeat-x;
}

#cssheadercenter
{
    width: 740px;
    height: 99px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(cssimages/RequisiteLogo.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

#cssheadernavigate
{
    width: 98%;
    height: 19px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 8pt;
    margin-left: 8px;
    margin-right: 10px;
    background-image: url(cssimages/cssheadernavigation.jpg);
    background-repeat: repeat-x;
}

#cssheadernavigate a
{
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-right: gray 1px dotted;
    color: gray;
    font-weight: normal;
}

.cssheaderLoginName
{
    color: gray;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    border-left: gray 1px dotted;
}

#cssheaderlogoupperright
{
    float: right;
    margin-top: 30px;
    height: 21px;
    width: 155px;
    background-image: url(cssimages/poweredbyparamed.jpg);
    background-position: right;
    background-repeat: no-repeat;
}


#csscontent
{
    width: 760px;
    /* min-height: 100%; */
    height: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#csscontentwide
{
    width: 90%;
    /* min-height: 100%; */
    height: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#wrapcontent
{
    height: 640px;
}

#footer
{
    font-family: "Trebuchet MS" , Arial, sans-serif;
    font-size: 8pt;
    padding-top: 3px;
    padding-bottom: 3px;
    color: slateblue;
    width: 90%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#footer a
{
    color: #81C0FF;
}

#footer a:hover
{
    color: #AFD7FF;
}

#csssitetitle h1
{
    font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 22pt;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-top: 2px; /* old color: #253183; */ /* color: #999966; */
    color: #CC6633;
    margin-bottom: 2px;
    text-align: left;
}

#csssitetitle h2
{
    font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
    font-weight: normal;
    margin-top: 2px;
    margin-bottom: 10px;
    padding: 0;
    color: #000000;
    border-bottom: 1px solid #eeeeee;
}

#content p
{
    padding: 1px;
}

#introduction
{
    font-family: Trebuchet MS, Arial, Verdana; /* font-family: Helvetica, Arial, sans-serif; */
    font-size: 12px; /* color: #555555; */
    color: #660000;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px; /* line-height: 18px; */
    background-repeat: no-repeat;
}

#pageintroduction
{
    font-family: Helvetica, Arial, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: dimgray;
    text-indent: 25px;
    background-image: url(cssimages/pageintro.jpg);
    background-position: bottom left;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 35px;
    background-repeat: repeat-x;
}

#cssbottominstructions
{
    background-image: url(cssimages/pageintro.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 5px;
    text-align: left;
}

#cssbottominstructions h1
{
    font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 1px;
    color: #CC6633;
    margin-bottom: 4px;
    text-align: left;
}

#tblValidate, #tblValidate2, #tblValidate3, #tblValidate4
{
    font-family: Helvetica, Arial, sans-serif;
    border: 0px;
    padding: 3px;
    width: 100%;
    background-color: #F7F6F3;
    border-bottom: #f5deb3 1px solid;
    border-left: #f5deb3 1px solid;
    border-top: #f5deb3 1px solid;
    border-right: #f5deb3 1px solid;
}


.dataentrytable
{
    font-family: Helvetica, Arial, sans-serif;
    background-color: #F7F6F3;
    border-bottom: #f5deb3 1px solid;
    border-left: #f5deb3 1px solid;
    border-top: #f5deb3 1px solid;
    border-right: #f5deb3 1px solid;
    margin: 0px auto 1px;
}



.logo
{
    float: left; /* margin-right:20px; */
    padding-right: 17px; /* padding-bottom: 17px; */
}

.clearer
{
    clear: both;
}

#sidebar
{
    width: 160px;
    float: right;
    font-size: 95%;
    color: #CC6633;
    text-align: left;
}
#sidebar h1
{
    font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    color: #CC6633;
    text-align: right;
}

.submenu
{
}

.submenu a
{
    display: block;
    width: 100%;
    background-image: url(cssimages/SubMenu_FlagUnSelect.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 5px;
}

.submenu a:hover
{
    display: block;
    background-color: #eeeeee;
    width: 100%;
    background-image: url(cssimages/SubMenu_FlagSelect.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding: 5px; /* background-image: url(cssimages/submenua_hover.jpg);     background-repeat: repeat-x;     background-position: left; */
}

#mainbar
{
    margin-right: 185px;
    padding-right: 35px;
    background-image: url(cssimages/mainbar.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

#mainbar h1
{
    font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    color: #CC6633;
    background-image: url(cssimages/pageintro.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    padding-left: 4px;
}

#mainbar h2
{
    font-family: "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    color: #CC6633;
    background-image: url(cssimages/pageintro.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    padding-left: 6px;
}

#mainbar p
{
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 17px;
}

#mainbar li
{
    line-height: 15px;
}

#mainbar .articleimg
{
    float: right;
    padding: 5px;
    border: 1px solid #eeeeee;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#mainbar .articleimg2
{
    padding: 5px;
    border: 1px solid #eeeeee;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
}


.signintextbox
{
    font-family: "Trebuchet MS" , Arial, Verdana; /* color: black; */
    color: #660000;
}

.signinerrormsg
{
    font-size: 7.5pt;
    color: red;
    width: 100%;
    text-align: right;
}

.centerbuttons
{
    text-align: center;
    vertical-align: bottom;
}

#cssrightinstructions h1
{
    font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: 200;
    padding-top: 1px;
    color: #CC6633;
    margin-bottom: 4px;
    text-align: left;
}

.signupleftcol
{
    width: 190px;
    text-align: right;
    padding-right: 3px;
    font-size: 8pt;
}

.signuprightcol
{
    width: 300px;
    padding-left: 5px;
    text-align: left;
}

.submit, .reset, .delete, .create, .add, .copy
{
    border-width: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 10pt;
    height: 28px;
    color: Black;
    font-family: Arial;
}

.submit:hover
{
    border-style: solid;
}

.defaultbtn
{
    border-width: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 10pt;
    font-family: Arial;
    height: 26px;
    color: Black;
}

.defaultbtn:hover
{
    border-style: solid;
}


/* make submit button larger */
.submitwide
{
    width: 508px;
    font-weight: bold;
    font-size: 1.1em;
    color: #284775;
}

.infotextbox
{
    /* background-color: #EFF3FB;*/
    background-color: #F7F6F3; /*#EFF3FB;*/
}

/* create section heading container to separate long forms */
.formsection
{
    font-family: "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #CC6633;
    padding: 1px;
    margin-top: 1px;
    background-image: url(cssimages/pageintro.jpg);
    background-repeat: repeat-x;
    text-align: left;
}

.formsection h1
{
    font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 18pt;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
}

.formsection h2
{
    font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0px;
}

fieldset
{
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
}

.formsectiontype2
{
    font-family: "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 25px;
    text-transform: none;
    font-weight: normal;
    margin-top: 0px;
    color: #CC6633;
    background-image: url(cssimages/pageintro.jpg);
    background-repeat: repeat-x;
    font-variant: small-caps;
    padding-bottom: 6px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
}

.formsectiontype2 h3
{
    font-size: 20px;
    font-weight: normal;
}

.formsectiontype2 h4
{
    font-size: 18px;
}

.DefaultView
{
    font-family: Arial, sans-serif, 'Microsoft Sans Serif';
    font-size: 8pt;
    font-weight: normal;
    height: 600px;
}


.DefaultView h1
{
    font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 17pt;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0px;
}

.DefaultView h2
{
    font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 15pt;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0px;
}

.gridtitle
{
    font-family: "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    padding: 1px;
    text-align: left;
}

.pagelastupdate
{
    font-family: Arial, sans-serif, 'Microsoft Sans Serif';
    font-size: 8pt;
    text-align: center;
    color: gray;
    height: 20px;
}

.sitehelp
{
    font-family: 'Times New Roman' , 'Microsoft Sans Serif' , Arial, sans-serif;
    font-size: 10pt;
    color: black;
    margin-right: 10px;
}

.sitehelp h4
{
    font-family: "Century Gothic" , "Trebuchet MS" , "Arial Narrow" , Arial, sans-serif;
    font-size: 18pt;
    margin-left: 14px;
    margin-top: -15px;
    color: #CC6633;
    text-transform: uppercase;
    font-weight: normal;
}

.sitehelp h3
{
    font-family: 'Times New Roman' , 'Microsoft Sans Serif' , Arial, sans-serif;
    font-size: 11pt;
    color: navy;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 0px;
}

#sitehelpbutton
{
    float: right;
    margin-right: 3px;
    margin-top: 4px;
    background-color: white;
    border-style: solid;
    border-color: Blue;
    background-image: url(RQSApp/cssimages/iconhelpsmall.gif);
    background-repeat: no-repeat;
    background-position: left center;
}


#faqtable table
{
    border: 1px;
    width: 100%;
    border: 2px solid slateblue;
    background-color: #EFEDED;
    font-family: Arial, sans-serif, 'Microsoft Sans Serif';
    font-size: 10pt;
}


#faqtable ul
{
    margin: 0;
    padding: 0;
    list-style-type: square;
}

#faqtable li
{
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 2px;
}

#faqtable h1
{
    font-family: Arial, sans-serif, 'Microsoft Sans Serif';
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bold;
    margin: 2px;
}

#xmlinstructions table
{
    margin-top: 5px;
    border: 1px;
    width: 98%;
    border: 1px solid silver; /* background-color : #EFEDED; */
    font-family: Arial, sans-serif, 'Microsoft Sans Serif';
    font-size: 8pt;
    text-align: left; /* color: #4D87CE; */
}


#xmlinstructions ul
{
    margin: 0;
    padding: 0;
}

#xmlinstructions li
{
    margin-left: 3px;
    margin-right: 5px;
    padding: 2px 2px 3px 13px;
    background: url(cssimages/bullet.png) 1px 8px no-repeat;
    list-style-type: none;
}

#xmlinstructions h1
{
    font-family: Arial, sans-serif, 'Microsoft Sans Serif';
    font-size: 9pt;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0px;
    color: black;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    background-image: url(cssimages/pageintro.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}

.helpbutton
{
    width: 24px;
    height: 24px;
    padding-top: 4px;
    padding-left: 5px;
    background-image: none;
    background-color: transparent;
}

.helpbuttonsmall
{
    width: 18px;
    height: 18px;
    padding-top: 1px;
    background-image: none;
    background-color: transparent;
}


.standardgridview
{
    font-family: Arial;
    border-bottom: #e6e6e6 3px solid;
    border-left: #e6e6e6 3px solid;
    border-top: #e6e6e6 3px solid;
    border-right: #e6e6e6 3px solid;
}

.standardgridview td
{
    border: solid 1px #e6e6e6;
    margin: 1px 1px 1px 1px;
    padding: 2px 2px 3px 3px;
    text-align: left;
}

.standardgridHeader
{
    background-color: #8b8dbb;
    color: darkgray;
}

.standardgridPager
{
    background-color: #e6e6e6;
    color: black;
    text-align: left;
}

.standardgridviewItem
{
    background-color: white;
}

.standardgridviewAltItem
{
    background-color: #faf0e6;
}

/* default Grids */
.mGrid
{
    /* general settings */
    width: 98%;
    background-color: #fff;
    margin: 5px 1px 0 1px;
    border: solid 1px #dddddd;
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: 'Trebuchet MS';
}

.mGrid a
{
    /* text in grid that are links */
    color: #5c46a3;
}

.mGrid td
{
    /* individual cells */
    padding: 3px;
    color: Black;
    border: #dddddd 1px solid;
}

.mGrid th
{
    /* heading row */
    padding: 4px 2px;
    color: black;
    background: gainsboro url(cssimages/grid_header.png) repeat-x top;
    border-right: #dddddd 1px inset;
    line-height: 20px;
    text-transform: uppercase;
}

.mGrid th a
{
    /* heading row - sort*/
    font-family: 'Trebuchet MS';
    color: black;
    font-size: 11px;
    text-transform: uppercase;
}


.mGrid .alt
{
    /* alternate rows */
    background-color: #ebfcfc;
}

.mGrid .sel
{
    /* selected rows */
    background-color: #bac3d0;
}

.mGrid .pgr
{
    /* bottom row - page selection area*/
    background: gainsboro url(cssimages/grid_header.png) repeat-x top;
}


.mGrid .pgr table
{
    /* bottom row - page selection */
    margin: 3px 0;
}

.mGrid .pgr td
{
    /* bottom row - page selection */
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}

.mGrid .pgr a
{
    /* bottom row - page selection */
    color: #666;
    text-decoration: none;
}

.mGrid .pgr a:hover
{
    /* bottom row - page selection */
    color: #000;
    text-decoration: none;
}


/* data grid */
.mDataGridHeader
{
    /* heading row */
    padding: 4px 2px;
    color: black;
    background: gainsboro url(cssimages/grid_header.png) repeat-x top;
    border-right: #dddddd 1px inset;
    line-height: 20px;
    text-transform: uppercase;
}

.mDataGridFooter
{
    /* footer row */
    background: gainsboro url(cssimages/grid_header.png) repeat-x top;
    line-height: 12px;
    color: black;
}




/* testing area */
.dialogfieldset
{
    padding-left: 10px;
    padding-right: 10px;
}

.dialogtable
{
    font-family: Arial, 'Trebuchet MS';
    table-layout: fixed;
    margin-top: 2px;
    font-size: 8pt;
    text-align: left;
}

.dialogtable td
{
    line-height: 20px;
    vertical-align: middle;
    padding-right: 3px;
    border-bottom: whitesmoke 1px solid;
}

.dialogtableinstructions
{
    font-family: Arial, 'Trebuchet MS';
    color: gray;
    font-size: 7pt;
    line-height: 8pt;
    border: solid 1px darkgray;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
}

legend
{
    font-family: 'Trebuchet MS';
    padding: 0px 7px;
    margin: 0px 0px 0px 0px;
    color: #660000;
    font-weight: bold;
    font-size: 110%;
    vertical-align: middle;
    border-bottom: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    border-right: lightgrey 1px solid;
    margin-bottom: 7px;
}
