﻿body 
{
    font-family:Arial;
    background: #01508b url('../Images/pixelBG.jpg') repeat-x;
}
img
{
    border:none;
}
h1
{
    font-size:16px;
    font-weight:bold;
}
h2 {
    font-size: 14px;
    font-weight: bold;
}
.align
{
    text-align:right;
}
.label
{
    font-size:12px;
    color:#000000;
}
.button
{
    display: inline-block;
    background: #ba0100;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px;
}
div.bad
{
    border: solid 1px red;
    background: #fcc9c9;
    color: red;
}
div.good
{
    border: solid 1px green;
    background: #9dfbbf;
    color: green;
}
.greenmessage
{
    color: Green;
    font-weight: bold;
    font-size: 12px;
}
.bold
{
    font-size:12px;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}
.clearboth
{
    clear:both;
}
.spacer
{
    clear:both;
    height:5px;
}
.center
{
    text-align:center;
    margin:0 auto;
}
.middle
{
    vertical-align:middle;
}
.relative
{
    position:relative;
}
.icon
{
    width:16px;
}
.ui-dialog
{
	z-index:999;
}
.searchbox
{
    width:500px;
    float:right;
}
.pagetitle
{
    width:400px;
    margin:20px auto 20px auto;
    font-size:40px;
    text-align:right;
}
.topbanner
{
    width:1122px;
    margin:0 auto;
    background:url('../Images/mainBG.jpg') no-repeat;
}

.topbanner .inner
{
    padding:170px 0 0 0;
}
.submenu
{
    height:18px;
    color:#727272;
    font-size:12px;
}
.submenu a
{
    color:#727272;
    text-decoration:none;
}    
.submenu .tl
{
    background:url('../Images/whiteCornerTL.png') no-repeat top left;
}
.submenu .tr
{
    background:url('../Images/whiteCornerTR.png') no-repeat top right;
}
.submenu .inner
{
    background:#ffffff;
    margin:0 19px;
    padding:3px 0 0 0;
    height:15px;
}
.active
{
    color:#01508c !important;
    font-weight:bold;
}
.main
{
   padding:5px;
    background:#ffffff;
}
.category
{
    height:20px;
    background:#E6E6E6;
    margin:0px 2px 0px 2px;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
    color:#000000;
    padding:2px 10px 2px 10px;
    display:block;
    float:right;
}
.categorySelected
{
    height:20px;
    background:#FF199F;
    margin:0px 2px 0px 2px;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
    padding:2px 10px 2px 10px;
}
.seperator
{
    margin:0 auto;
    background:#ff9000;
    height:4px;
    width:1100px;
    clear:both;
}
.magentaBold
{
    color:#FF199F;
    font-weight:bold;
    font-size:12px;
}
.pagePropertiesArea
{
    padding:0px 0px 0px 0px;
}
input
{
    border:solid 1px #E8E8E8;
}
table td.bold
{
    padding:10px 0px 0px 0px;
}
.red
{
    color:Red;
}
.redBold
{
    font-size:12px;
    font-weight:bold;
    color:#ff0000;
}
.displayNone
{
    display:none;
}
.changePassword
{
    width:100px;
}
.filter
{
    height:42px;
    font-weight:bold;
    font-size:12px;
    color:#000000;
    padding:10px 10px 0px 10px;
    background:url('../images/filterBG.gif');
    background-repeat:repeat-x;
}
.filter span label
{
    padding:0px 20px 0px 0px;
}
.pagePropertiesTitle
{
    color:#BBD400;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
}
.zebraOdd
{
    font-size:12px;
}
.zebraEven
{
    background-color:#effdfd;
    font-size:12px;
}
.grid
{
    width:100%;
    border:1px solid #000000;
    border-collapse:collapse;
}
.grid td
{
    border:1px solid #000000;
}
a
{
    color:#000000;
}
.error
{
    color:#ff0000;
    font-weight:bold;
    font-size:12px;
}
.adminTextBox
{
    width:250px;
}
#contentArea
{
    margin:10px 30px 30px 30px;
}
.textField
{
    width:300px;
}
table.loginBox
{
    margin:auto;
    background:url('../Images/loginBG.jpg') no-repeat;
    background-position:0 99%;
    width:766px;
    height:630px;
}
div.loginBox {
    margin: auto;
    background: url('../Images/loginBG.jpg') no-repeat;
    background-position: 0 0;
    width: 766px;
    height: 415px;
    margin: 216px auto 0 auto;
}
div.loginBox .inner {
    padding:100px 0 0 0;
}
table.loginBox table
{
    margin:260px 200px 0 0;
    text-align:center;
    vertical-align:top;
}
table.loginBox table td
{
    padding:15px;
}
table div.logintitle
{
    margin:270px 0 0 0;
    font-size:16px;
    font-weight:bold;
}
div.loginBox .logintitle {
    margin: 40px 0 0 0;
    font-size: 16px;
    font-weight: bold;
}
.loginlabel
{
    display:inline-block;
    width:150px;
    text-align:right;
    font-size:14px;
}
.loginbutton
{
    display:block;
    margin:20px auto 0 auto;
}
.logininput
{
    border:2px solid #fabe3c;
    width:200px;
}
.loginrow
{
    margin:25px 0 0 0;
}
.captcharow
{
    display:inline-block;
    width:318px;
}
#searchDiv
{
    background:url('../Images/searchBG.jpg') no-repeat;
    width:926px;
    height:56px;
    clear:both;
    color:#ffffff;
    font-size:12px;
    margin:0 auto;
}
#searchDiv .inner
{
    padding:10px 70px 0 8px;
}
.floatRight
{
    float:right;
}
.floatLeft
{
    float:left;
}
.tooltip
{
    background:#ffffff;
    border:solid 1px #000000;
    width:200px;
    padding:10px;
    position:absolute;
}
.padding30
{
    padding:30px;
}
.graphouter
{
    width:300px;
}
.graphinner
{
    float:right;
}
.excel
{
    width:250px;
    float:left;
    font-size:12px;
    color:#000000;
}
ul.menu
{
    width:1100px;
    margin:0 auto;
    text-align:center;
}
ul.menu li
{
    list-style:none;
    display:inline-block;
}
ul.menu li a
{
    display:inline-block;
    width:122px;
    height:26px;
    font-size:12px;
    text-decoration:none;
    text-align:center;
}
ul.menu li a span
{
    display:inline-block;
    padding:5px 0 0 0;
    text-align:center;
}
.tab
{
    background:url('../Images/tab.png') no-repeat;
}
.tabactive
{
    background:url('../Images/tabactive.png') no-repeat;
}
.distribution
{
    border-collapse:collapse;
    width:400px;
    margin:50px auto;
    font-size:14px;
}
.distribution td
{
    padding:10px;
}
.prevqueries
{
    width:200px;
    float:left;
}
.popup
{
    position:absolute;
    left:170px;
    top:20px;
    border:1px solid #000000;
    background:#ffffff;
}
.warning
{
    color:Red;
    font-size:13px;
    font-weight:bold;
}
.currentuser
{
    text-align:center;
    width:157px;
    float:left;
    margin:0 0 0 -10px;
}
.selectinstitute
{
    height:400px;
    overflow:auto;
    width:300px;
}