﻿body {
    font-family:Verdana;
    font-size:11px;
    padding:10px;
}

h1, h2, h3, h4, h5 {
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight:normal;
	letter-spacing:.005em;
	color:#41627E;
}
h1 {
	font-size:2.7em;
	font-weight:normal;
	margin:-1px 0 10px 0;
	letter-spacing:-.015em;
	border-bottom:1px solid #95B9C7;
	background:#fff;
}
h1, h2{
	padding-left:3px;
    height: 34px;
}
h2 {
	font-size:1.85em;
	padding:.5em 0 .2em 0;
	margin:.5em 0 .5em 0;
	border-bottom:2px solid #95B9C7;
}
a, a:link {
	color:#00e;
	text-decoration:underline;
}
a:visited {
	color:#00e;
	text-decoration:underline;
}
a:hover, a:active {
	color:red;
	text-decoration:underline;
}

#UserTypes{
    margin-top:0px;
    padding-top:0px;
    list-style-type:circle;
}

#UserTypes li{
    margin-top:5px;
} 

.WizardBody{
    padding:10px;
}

.WizardSidebar{
    padding:10px;
}

.goalsTable td{
    text-align:center;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#UserManageBottom{
    width:800px;
    padding:20px 0 0 0;
    margin:0;
}

#AddUserDiv{
    float:left;
    width:320px;
}

#EditUserDiv{
    float:left;
    width:350px;
}

.NormalButton{
    background-color:#FFFBFF;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
    font-family:Verdana;
    color:#284775;
}


/*Reorder List*/
.dragHandle {
	width:15px;
	height:16px;
	background-color:Blue;
	background-image:url(images/HandleHand.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}

.reorderList{
    width:800px;
}

.reorderList li {
	list-style:none;
	margin:2px;
}

.reorderList li a {font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

.section1{
    margin-left:20px;
}
.gvGoals{
    margin-left:45px;
}

.ErrorMessage{
    color:Red;
}
.ClusterConfirmPanel{
    border:solid 2px #5D7B9D;
    background:#BDEDFF;
    padding:10px;
    text-align:center;
}
