@charset "utf-8";
/* CSS Document */

a {
	color:					#333;	
}

a.hover {
	color:					#000;
}	

td {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;	
	font-size:				12px;
}

.MessageBox {
	background-color: #666;
}

#BarGraph {
	border-color:			#333;
	border-width:			1px;
	border-style:			solid;
	padding:			 	1px;
	height:					5px;
	width:					100%;
}

#BarGraph .Filled {
	background-color:		#C97D0D;
	height:					5px;
}

.Title {
	font-size:				18px;
	color:					#333;
	font-weight:			bold;
	border-bottom:			#333;
	border-bottom-width:	1px;
	border-bottom-style:	solid;
}

.PagingPages {
	text-align:				right;	
}

.TdTitle {
	color:					#333;
	font-weight:			bold;
	border-bottom:			#333;
	border-bottom-width:	1px;
	border-bottom-style:	solid;
	border-left:			#333;
	border-left-width:		1px;
	border-left-style:		solid;
}

.SuggestMenu {
	z-index:				1; 
	float:					left; 
	position:				relative;
	border-width:			1px;
	border-color:			#333;
	border-style:			solid;
	background-color:		#E5E5E5;
}

.TdRow {
	background-color:		#FFFFFF;	
}

.TdAlternateRow {
	background-color:		#F2F5F7;	
}

.Error {
	font-size:				18px;
	color:					#F00;
	font-weight:			bold;
}

.FakeLink {
	color:					#000;
	font-weight:			bold;
	text-decoration:		underline;
	cursor:					pointer;
}

.FakeLinkOver {
	color:					#333;
	font-weight:			bold;
	text-decoration:		underline;
	cursor:					pointer;
}

.Label {
	color:					#000;
	font-weight:			bold;
	text-align:				right;
	vertical-align:			top;
}

.SubLabel {
	color:					#000;
	font-style:				italic;
	text-align:				right;
	vertical-align:			top;
}

.LabelHeader {
	color:					#000;
	font-weight:			bold;
	font-size:				14px;
}

.Note {
	font-size:				10px;
	color:					#333;
	font-style:				italic;
}

.FormFields {
	border-width:			1px;
	border-color:			#333;
	border-style:			solid;
	background-color:		#E5E5E5;
}

.HiddenFields {
	display:				none;	
}

.Tag {
	background-image:		url(../Images/Skins/Generic/Tag_Bg.png);
	background-repeat:		repeat-x;
	height:					22px;
	font-size:				10px;
	float:					left;
}

.FakeButton {
	cursor:					pointer;	
}

#Search .FormFields_Search {
	border-width:			1px;
	border-color:			#333;
	border-style:			solid;
	background-color:		#E5E5E5;
	width:					300px;
}

#Search .SearchButtonUp {
	cursor:					pointer;
	padding-left:			5px;
	padding-right:			5px;
	border-width:			1px;
	color:					#000;
	border-color:			#333;
	border-style:			solid;
	background-color:		#E5E5E5;
}

#Search .SearchButtonOver {
	cursor:					pointer;
	padding-left:			5px;
	padding-right:			5px;
	border-width:			1px;
	color:					#CA7F0D;
	border-color:			#CA7F0D;
	border-style:			solid;
	background-color:		#E5E5E5;
}

#Search .SearchButtonDown {
	cursor:					pointer;
	padding-left:			5px;
	padding-right:			5px;
	border-width:			1px;
	color:					#FFF;
	border-color:			#FFF;
	border-style:			solid;
	background-color:		#E5E5E5;
}

#HeaderNavigation {
	color:					#FFF;
	font-weight:			normal;
}

#HeaderNavigation a {
	color:					#FFF;
	font-weight:			bold;
	text-decoration:		none;
}

#HeaderNavigation a.hover {
	color:					#CA7F0D;
	font-weight:			bold;
	text-decoration:		none;
}

#UserInfo a {
	color:					#FFF;
	font-weight:			bold;
	text-decoration:		none;
}

#UserInfo a.hover {
	color:					#CA7F0D;
	font-weight:			bold;
	text-decoration:		none;
}

#FooterNavigation {
	color:					#FFF;
	font-weight:			normal;
	font-size:				10px;
}

#FooterNavigation a {
	color:					#FFF;
	font-weight:			bold;
}

#FooterNavigation a.hover {
	color:					#CA7F0D;
	font-weight:			bold;
}

.ButtonUp {
	background-image:		url(../Images/Skins/Generic/Button_Up.png);
	width:					97px;
	height:					33px;
	font-size:				10px;
	color:					#333;
	text-align:				center;
	padding-top:			4px;
	position:				relative;
	float:					right;
	cursor:					pointer;
	background-repeat:		no-repeat;
}

.ButtonOver {
	background-image:		url(../Images/Skins/Generic/Button_Down.png);
	width:					97px;
	height:					33px;
	font-size:				10px;
	color:					#000;
	text-align:				center;
	padding-top:			4px;
	cursor:					pointer;
	position:				relative;
	float:					right;
	background-repeat:		no-repeat;
}

.ButtonDown {
	background-image:		url(../Images/Skins/Generic/Button_Down.png);
	width:					97px;
	height:					33px;
	font-size:				10px;
	color:					#000;
	text-align:				center;
	padding-top:			4px;
	cursor:					pointer;
	position:				relative;
	float:					right;
	background-repeat:		no-repeat;
}

#DragBox {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#DragBox li {
	cursor: move;
	position: relative;
	margin: 3px;
	float: left;
	width: 110px;
	height: 110px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	text-align: center;
	background-color:		#E5E5E5;
}

#SortBox {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#SortBox li {
	cursor: move;
	position: relative;
	margin: 3px;
	width: 					100%;
	border-width: 			1px;
	border-style: 			solid;
	border-color: 			#000;
	background-color:		#E5E5E5;
	overflow:				show;
	padding:				5px;
}