@charset "UTF-8";

body {
    font-family: Verdana, Arial, Geneva, Lucida, Helvetica, sans-serif;
    font-size: 11px;
    color: #737373;
    background-image: url('../images/Background.png');
    background-repeat: repeat;
    margin: 10px;
}

.Purple {
    color: #7D3FAC;
}

.Bold {
    font-weight: bold;
}

.TextCenter {
    text-align: center;
}

table {
    font-size: 11px;
    width: 100%;
    border: 0px;
    border-spacing: 0px;
}
table tr:hover {
    background-color: #f6eaff;
}

table tr td {
    padding: 5px 2px;
}

.EvenRow {
    background-color: #FFFFFF;
}

.OddRow {
    background-color: #F7F7F7;
}

/* HEADERS START */
h1, h2, h3, h4 ,h5, h6 {
    color: #7D3FAC;
    margin: 0px;
    padding: 5px 0px;
}
/*  HEADERS END  */

/* START LINKS */
a {
    text-decoration: none;
    color: #7D3FAC;
    cursor: pointer;
}

a:link {
    text-decoration: none;
    color: #7D3FAC;
    cursor: pointer;
}

a:visited {
    text-decoration: none;
    color: #7D3FAC;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #7D3FAC;
    border-bottom: 1px solid #7D3FAC;
    cursor: pointer;
}

a:active {
    text-decoration: none;
    color: #7D3FAC;
    cursor: pointer;
}

a.Selected {
    font-weight: bold;
}

a.SiteStatusLink {
    width: 100%;
    height: 35px;
    background-color: #FFFFFF;
    display: block;
    text-transform: uppercase;
    text-align: center;
    border: none;
    padding-top: 15px;
}

/*  END LINKS  */

/* PAGE START */
#page {
    width: 600px;
    margin: 0px auto;
    background-color: #FEFEFE;
    padding: 20px;
    border-top: 4px solid #7D3FAC;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

#Footer {
    border-top: 2px solid #7D3FAC;
    height: 50px;
    margin-top: 15px;
    padding-top: 10px;
}

#Footer p {
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
}
/*  PAGE END  */

/* START SEARCHBOX */
input#SearchString {
    width: 500px;
    padding: 7px;
    border: 1px solid silver;
    color: #737373;
    font-size: 18px;
    margin-left: 50px;
}

div.search_wrapper {
	position: relative;
	width: auto;
    top: 5px;
    margin-bottom: 30px;
}

img.search_button {
	position: absolute;
	right: 45px;
	top: 10px;
	cursor: pointer;
}
/*  END SEARCHBOX  */

/* NAVIGATION START */
#Navigation {
    display: none;
}

#Navigation ul#HeadNavigation {
    padding: 10px;
    margin: 20px 0px 20px 0px;
    border-top: 1px solid #E0E0D9;
    border-bottom: 1px solid #E0E0D9;
    text-align: center;
}

#Navigation ul#HeadNavigation li.NavigationDropDownList {
    display: inline;
    padding: 5px 30px 5px 30px;
    border-left: 1px solid #E0E0D9;
}

#Navigation ul#HeadNavigation li.First {
    border: none;
}

#Navigation ul#HeadNavigation li.Selected {
    font-weight: bold;
}

/*  NAVIGATION END  */

.Clear {
    clear: both;
}

/* LOADER START */
#Loader
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3499998;
}

#LoaderInfo
{
	position: relative;
	background-color: #ffffff;
	border: #7A489C solid 2px;
	margin: auto;
	width: 160px;
	height: 100px;
	z-index: 3499999;
	color: #B2B2B2;
	top: 40%;
}
/* LOADER END */