/* ====================================================== */
/* Main content and left menu styles                      */
/* ====================================================== */

#content
{
    padding-bottom: 54px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 50px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 716px;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
}

/* ----------------------------- */
/* require field style           */
/* ----------------------------- */
.required-field
{
    color: #FF0000;
}

/* ----------------------------- */
/* vertical align middle         */
/* ----------------------------- */
.v-align-middle
{
    vertical-align: middle;
}

/* ----------------------------- */
/* validation summary            */
/* ----------------------------- */
.validation-summary
{
    background-color: #F6F6EA;
    border: solid 1px #E7E7D5;
    color: #EF413A;
    margin: 1px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

.validation-summary ul
{
    list-style-image: url(/img/bullet-orange.gif);
}

/* ----------------------------- */
/* home page styles              */
/* ----------------------------- */

.blueHeader
{
    background-color: #3692C0;
}

.blueHeader h1
{
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    line-height: 25px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
}

.purpleHeader
{
    background-color: #661759;
}

.purpleHeader h1
{
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    line-height: 25px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
}

.pinkHeader
{
    background-color: #E60F5B;
}

.pinkHeader h1
{
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    line-height: 25px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
}

.imageBox
{
    height: 198px;
    width: 300px;
}

.whiteCorner
{
    background-image: url(/img/corner.png);
    height: 75px;
    position: absolute;
    width: 76px;
}

.greyBox
{
    background-color: #F5F5F5;
    border: solid 1px #F5F5F5;
    padding: 10px;
    width: 278px;
}

#popup1, #popup2, #popup3, #popup4, #popup5, #popup6, #popup7, #popup8, #popup9, #popup10, #popup11, #popup12, #popup13, #popup14, #popup15, #popup16, #popup17, #popup18
{
	left: 42%;
	margin-left: -225px;
	position: absolute;
	top: 100px;
	width: 550px;
}

/* UserControls\SystemDownTime.ascx control */
.systemDownTimeBox
{
    width: 355px;
}

.systemDownTimeBox h1
{
    color: #FFFFFF;
	background-color: inherit;
    font-size: 100%;
    padding: 4px 0px 0px 10px;
    margin: 0px;
}

.systemDownTimeHeader
{
    background-color: #3692C0;
    height: 25px;
	width: 100%;
}

.systemDownTimeContent
{ 
    background-color: #D5EAF3;
    border: solid 1px #3692C0;
    margin: 0px;
    padding: 10px;
}