﻿body
{
    margin: 0 auto 0 auto;
    background: #75B1E7;
    height: 100%;
    font: normal normal normal 11px normal Verdana;
}

p, div, table, td, span
{
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	line-height: normal;
	font-family: Verdana;
	font-weight: 700;
}

input.submit
{
	border:1px #666666 solid;
	background-color:#C8DEE8;
	font-size:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#000032;
	margin:0px 2px 0px 2px;
	}

.container
{
    width: 1024px;
    height: 1000px;
    display: block;
    position: absolute;
    left: 30px;
    border-right: 1px #185D9C solid;
    border-left: 1px #185D9C solid;
    background: #fff;
    padding: 0px;
    margin: auto;
    vertical-align: top;
}

.formLabel
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.FormField
{
	font-family: Verdana;
	font-size: 13px;
}

/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}
.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black; }
	
	
.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}
.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

/*#container*/
.header
{
    background: #fff url(images/back_short.jpg) top left no-repeat;
    height: 170px;
    width: 1024px;
    display: block;
    padding: 0px;
    margin: 0 auto 0 auto;
}

/* menu */
#navlist ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    border-bottom: 0;
    text-align: left;
    top: 76px;
    position: absolute;
}

/* menu list items */
#navlist ul li
{
    position: relative;
    display: inline;
    list-style-type: none;
}

/* this is for shifting the menu items beyond the sphere */
/* apply css class to first menu item beyond the sphere */
.shiftMenuItems
{
    display: inline;
    padding-left: 145px;
}

#navlist ul li a
{
    color: #114270;
    font: bold 11px Verdana;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 10px;
    width: 100%;
    height: 27px;
}

#navlist ul li a:hover
{
    color: #E2144A;
}

#profile
{
    margin-top: 110px;
    float: right;
    clear: both;
    margin-right: 10px;
}

/* menu */
#profile ul
{
    list-style: none;
    display: inline;
    border-bottom: 0;
}

/* menu list items */
#profile ul li
{
    position: relative;
    display: inline;
    list-style-type: none;
}

#profile ul li a
{
	color: #114270;
	font: bold 11px Verdana;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 12px;
	width: 100%;
	height: 27px;
}

#profile ul li a:hover
{
    color: #E2144A;
}

.hyperlink a
{
    color: #114270;
    font: bold 14px Verdana;
    text-decoration: none;
    margin: 0 0 0 0;
    width: 100%;
    height: 27px;
}

.hyperlink a:hover
{
    color: #E2144A;
}

.hyperlinkSmall a
{
    color: #114270;
    font: bold 12px Verdana;
    text-decoration: none;
    margin: 0 0 0 0;
    width: 100%;
    height: 27px;
}

.hyperlinkSmall a:hover
{
    color: #E2144A;
}

.footer
{
	background: #fff url('images/footer_back.jpg') repeat-x left top;
	width: 1024px;
	display: block;
	position: absolute;
	left: 15%;
	bottom: 15px;
	border-right: 1px #185D9C solid;
	border-left: 1px #185D9C solid;
	text-align: center;
	vertical-align: bottom;
	font: bold 12px Verdana;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : #ffffff;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left;
    list-style-type : none;
    position: absolute !important;
    left: 150px !important;
    z-index: 10000000 !important;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

