body
{
    margin: 0px;
}

td, p
{
    font-family: Tahoma;
    font-size: 11px;
}
a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.capitalise
{
    font-size: 11px;
    color: #16387C;
    text-transform: capitalize;
}
.description
{
    color: #2E2D2D;
    background-color: #F7F7F7;
    padding: 10px;
    border: 1px solid #C8C6C6;
}
.tip
{
    color: #6B6B6B;
    background-color: #FEFEEE;
    padding: 10px;
    border: 1px solid #C8C6C6;
}
.alert
{
    color: #CC0000;
}
.rightSideBox
{
    border: solid 1px #eee;
    padding: 10px;
}
/* form table */

/*shadowed rounded corner box*/
.t
{
    background: url(images/table_t.gif) 0 0 repeat-x;
    width: 100%;
}
.b
{
    background: url(images/table_b.gif) 0 100% repeat-x;
}
.l
{
    background: url(images/table_l.gif) 0 0 repeat-y;
}
.r
{
    background: url(images/table_r.gif) 100% 0 repeat-y;
}
.bl
{
    background: url(images/table_bl.gif) 0 100% no-repeat;
}
.br
{
    background: url(images/table_br.gif) 100% 100% no-repeat;
}
.tl
{
    background: url(images/table_tl.gif) 0 0 no-repeat;
}
.tr
{
    background: url(images/table_tr.gif) 100% 0 no-repeat;
    padding: 10px;
}

.pageHeader
{
    background-image: url(images/form-ttl-bg.gif);
    background-repeat: repeat-x;
    padding: 0px 7px 0px 7px;
    font-family: "Trebuchet MS" , Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #0B3B7E;
    height: 29px;
    text-align: left;
}
/**/


.gvTable
{
    border-left: 1px solid #7B95AB;
    border-right: 1px solid #7B95AB;
    border-bottom: 1px solid #7B95AB;
}
.gvTable .tdHead
{
    background-image: url(images/form-ttl-bg.gif);
    background-repeat: repeat-x;
    padding: 0px 7px 0px 7px;
    font-family: "Trebuchet MS" , Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #0B3B7E;
    height: 29px;
    text-align: left;
}

.tdLined
{
    background-image: url(images/win_lines_bg.gif);
}

.gvTable .tdFooter
{
    padding: 10px;
    text-align: right;
    border-top: solid 1px #AFC2E2;
    background-color: #EBF3FA;
}

.gvHeader
{
    background-image: url(images/pm_top_bg.gif);
    font-weight: bold;
    color: #000;
    height: 26px;
}
.gvRowSelected
{
    background-image: url(images/pm_select_bg.gif);
    color: #fff;
}
.dlSelected
{
    background-color: #D4D0C8;
    font-weight: bold;
    color: #0B3B7E;
}
.workTable
{
    border-left: 1px solid #7B95AB;
    border-right: 1px solid #7B95AB;
    border-bottom: 1px solid #7B95AB;
}
.workTable th
{
    background-image: url(images/form-ttl-bg.gif);
    background-repeat: repeat-x;
    padding: 0px 7px 0px 7px;
    font-family: "Trebuchet MS" , Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #0B3B7E;
    height: 29px;
    text-align: left;
}

.workTable .subHead
{
    background-image: url(images/form_subHead_bg.gif);
    font-weight: bold;
    color: #0B3B7E;
    border-bottom: solid 1px #E0E0E0;
    border-top: solid 1px #E0E0E0;
    height: 26px;
}
.workTable .tdBody
{
    background-image: url(images/win_lines_bg.gif);
    padding: 5px;
}

.workTable .tdFooter
{
    padding: 10px;
    text-align: right;
    border-top: solid 1px #AFC2E2;
    background-color: #EBF3FA;
}
/*WIZRD STYLE*/
.wizardTable
{
    border-left: 1px solid #7B95AB;
    border-right: 1px solid #7B95AB;
    border-bottom: 1px solid #7B95AB;
}
.wizardTable .mainHeader
{
    background-image: url(images/form-ttl-bg.gif);
    background-repeat: repeat-x;
    padding: 0px 7px 0px 7px;
    font-family: "Trebuchet MS" , Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #0B3B7E;
    height: 29px;
    text-align: left;
}

.wizardTable .subHead
{
    background-image: url(images/form_subHead_bg.gif);
    font-weight: bold;
    color: #0B3B7E;
    border-bottom: solid 1px #E0E0E0;
    border-top: solid 1px #E0E0E0;
    height: 26px;
}
.wizardTable .tdBody
{
    background-image: url(images/win_lines_bg.gif);
    padding: 5px;
}

.wizardTable .tdFooter
{
    padding: 2px;
    text-align: right;
    border-top: solid 1px #AFC2E2;
    background-color: #EBF3FA;
}
/*WIZARD STYLE ENDS HERE*/
.formTable
{
    border: solid 1px #E0E0E0;
}
.formTable th
{
    font-family: Tahoma;
    background-color: #EAF0F4;
    font-size: 11px;
    height: 20px;
    font-weight: bold;
    color: #2F55AD;
    text-align: left;
}

.formTable td
{
    background-color: #F4F6F6;
}

.formTable .subHead
{
    background-image: url(images/form_subHead_bg.gif);
    font-weight: bold;
    color: #0B3B7E;
    text-align: left;
    height: 26px;
}

.formTable .alternateRow
{
    background-color: #ECF0F0;
}
/* end here*/

.top-gray-bg
{
    background-image: url(images/top_gray_bg.jpg);
    height: 20px;
}
.logo-bg
{
    background-image: url(images/logo_bg.jpg);
    height: 66px;
    width: 228px;
    vertical-align: middle;
}
.top-blue-bg
{
    background-image: url(images/top_blue_bg.jpg);
    height: 66px;
    background-repeat: repeat-x;
}
.home-img
{
    background-image: url(images/top_home.gif);
    background-repeat: no-repeat;
    height: 85px;
    width: 269px;
    position: absolute;
    left: 181px;
    top: 0px;
}
.lines-bg
{
    background-image: url(images/lines_bg.gif);
    vertical-align: top;
    height: 65px;
}

.top-global-links
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-align: right;
}

.top-global-links a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}
.top-global-links a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}
.welcome-user
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #474747;
    text-align: center;
    width: 225px;
}

/* top left bar*/
.current
{
    background-image: url(images/nav_bg_left_hover.gif);
    padding: 6px 0px 6px 0px;
    width: 110px;
}
.nav-bg
{
    background-image: url(images/nav_bg.gif);
    text-align: center;
    height: 31px;
}
.nav-bg a
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

.linkleft
{
    background-image: url(images/nav_bg_left.gif);
    padding: 6px 0px 6px 0px;
    width: 110px;
}

.linkright
{
    background-image: url(images/nav_bg_right.gif);
    padding: 6px 0px 6px 0px;
    width: 110px;
}

/* top right bar ends */


/* left links styles */
#tabcontentcontainer
{
    width: 95%;
    height: 1.5em;
}
.tabcontent
{
    display: none;
    padding-left: 15px;
    
}

.tabcontent a
{
    font: 10pt arial;
    color: #16387C;
    text-decoration: none;
}

.tabcontent a:hover
{
    color: red;
}

.leftmenubckg
{
    background-color: #366AB3;
    height: 25px;
    padding-left: 25px;
    color: #fff;
    font-family: tahoma;
    font-size: 11px;
}

.leftmenubckg a
{
    color: #fff;
}

.leftmenubckg a:hover
{
    color: #000;
}
/*
.menuOut
{
	height: 25px;
	background-image: url(images/left-button.gif);
	color: #16387C;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 6px;
}

.menuOver
{
	background-image: url(images/left-tilte_over.gif);
	color: #16387C;
	vertical-align: middle;
	text-decoration: none;
	height: 25px;
	padding-left: 6px;
}*/
/* left link style ends */


#work_area
{
    padding: 10px;
}

#maintable
{
    height: 100%;
}
.sectionhead
{
    font-family: "Trebuchet MS" , Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #0B3B7E;
    height: 14px;
}
.sec_head_underline
{
    height: 12px;
    background-image: url(images/sec_head_underline.gif);
}

.sectiondotsbg
{
    background-image: url(images/sect_dots48.gif);
}

.sec-title
{
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #50679C;
}

.sec-title:hover
{
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.sec-content
{
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #737272;
    text-decoration: normal;
}
.section-linefooter
{
    background-color: #999999;
    height: 4px;
    background-image: url(images/section_linebg_ftr.gif);
}
.footer-text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
    text-decoration: none;
    height: 20px;
}

/* FORM CONTROLS */
.button
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #0B3B7E;
    background-image: url(images/button_bg.gif);
    padding: 5px;
    border: solid 1px #0B3B7E;
}
.txtBox
{
    border: 1px solid #B6C2D5;
    width: 90%;
}
.select
{
    /*width:90%;*/
}
/* web parts */
.wpCell
{
    background-color: Gray;
    color: #000;
}
.wpCell a
{
    font-weight: bold;
    color: #000;
}
