﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana;
	font-size: 12px;
	color: #6d6e71;
}

h1, h2, h3, h4, h5, h6
{
    line-height: normal;
}

h1, h1 a
{
    font-size: 28px;
}

h2, h2 a
{
    font-size: 18px;
}

h3, h3 a
{
    font-size: 16px;
}

ul
{
    list-style: none;
}

fieldset
{
    background-color: rgb(238, 238, 238);
    padding: 10px 10px 10px 10px;
    border: 1px solid #fff;
    border-color: #AAA #AAA #AAA #AAA;
	display: block;
}

legend
{
    background: #6f7072;
    color: White;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    border: 1px solid #fff;
    border-color: #e5e5c3 #505014 #505014 #e5e5c3;
	font: bold 1.2em Arial;
}

.labelTextBox
{
    padding: 10px 0px 0px 0px;
}

.validationSummary
{
    display: inline-block;
}

.validationSummary ul
{
    list-style: disc none inside;
    padding-top: 5px;
}

.validationSummary li
{
    color: Red;
}

.centered
{
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
    margin: auto;
}

.redBorder
{
    border: 1px solid red;
}

.disabledRow div
{
    color: #9d9eA1;
}

#main
{
	text-align: left;
	width: 1024px;
	background-color: #fff;
	margin: auto;
}

#main .ajax__tab_xp .ajax__tab_active .ajax__tab_outer
{
    background-image: url("/Images/customTab_right.png");
}

#main .ajax__tab_xp .ajax__tab_active .ajax__tab_inner
{
    background-image: url("/Images/customTab_left.png");
}

#main .ajax__tab_xp .ajax__tab_active .ajax__tab_tab
{
    background-image: url("/Images/customTab_center.png");
}

#main .ajax__tab_xp .ajax__tab_body
{
    background-color: rgb(238, 238, 238);
}

#tabStrip
{
	width: 100%;
	height: 48px;
	background-color: #4c4c4c;
}

#tabStrip .menu
{
    width: 1024px;
    margin: auto;
}

#tabStrip .menu .logo
{
    width: 55px;
    height: 18px;
    background: transparent url("../Images/logo-small.png") left center no-repeat;
    float: left;
    margin: 16px 20px 0 0;
}

#tabStrip .menu .tab
{
    float: left;
    margin: 18px 20px 0;
    position: relative;
}

#tabStrip .menu .tab a, #tabStrip .menu .logOut a
{
    font-size: 15px;
    color: #dcd9d9;
    text-decoration: none;
    text-transform: uppercase;
}

#tabStrip .menu .tab a:hover, #tabStrip .menu .logOut a:hover
{
    text-decoration: underline;
}

#tabStrip .menu .sel a, #tabStrip .menu .sel a:hover
{
    font-weight: bold;
}

#tabStrip .menu .logOut
{
    float: right;
    margin: 18px 0 0 0;
    position: relative;
}

.button-link {
    padding: 1px 2px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}