﻿body 
{
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 11px;
  background-color: #999999;
  color: #666666;
  text-align: center;
}

A:link 
{
	color: #0063b0;
	text-decoration: none;
}
A:active 
{
	color: #0063b0;
	text-decoration: none;
}
A:visited 
{
	color: #0063b0;
	text-decoration: none;
}
A:hover 
{
	color: Black;
	text-decoration: underline;
}

.RadGrid A:hover 
{ 
    color: #0063b0;
    text-decoration: underline;
}

h1
{
	margin: 0px 0px 10px 10px;
	font-size: 24px;
	font-weight: normal;
	color: #0063b0;
}

h2
{
    margin: 5px 0px 5px 10px;
	font-size: 16px;
	font-weight: normal;
	color: #0063b0;
}

h3
{
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #0063b0;
}

h4
{
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: Black;
}

#middle_div
{
	width: 100%;
}

.side_column
{
	width: 5%; 
	height:100%;
}


#middle_column
{
	background-color: white;
	padding:10px 10px 10px 10px;
	border-color: Black;
	border-width: 1px;
	border-style:solid;
	width: 90%;
	height:100%;
	
}

#header 
{
	height: 65px;
	vertical-align: top;
	text-align: left;
	border-bottom: dotted 2px #c6c9cd;
}

#logo_div
{
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
	
}

.LoginBox 
{
	border: solid 1px #acacac;
	padding: 40px 20px 40px 20px;
	width: 340px;
	height:90px;
	
}

.CenteredBox
{
    border: solid 1px #acacac;
	padding: 40px 20px 40px 20px;
}

#advert_div
{
	text-align: right;
	vertical-align: bottom;
	margin-bottom: 5px;
	width: 280px;
    white-space: nowrap;
}

#meat
{
	
	margin-top: 5px;
	text-align:left;
	vertical-align: top;
	width: 100%;
	
	
}

#rightcolumn
{
	width:280px;
	vertical-align: top;
	
	
}

#leftcolumn
{
	width: 100%;
	vertical-align: top;
	padding-right: 15px;
}

/* Popup Window */

.PopupWindow
{
	padding: 10px 10px 15px 10px;
	background-color: White;
    width: 100%;
    border: solid 1px Black;
}

.PopupWindow_Layout
{
	padding-bottom: 20px;
}

.PopupWindow_Body
{
	padding-top: 5px;
}

.PopupWindow_DialogCaptionBar
{
	height: 22px; 
	line-height: 20px;
	width: 100%;
	vertical-align: bottom; 
	border-bottom: dotted 2px #c6c9cd;
	cursor: pointer;
}

.PopupWindow_DialogCaptionBarText
{
	font-size: 14px;
	color: Black;
	padding-left: 5px;
	display: inline;
	float:left;
}

.PopupWindow_CloseIcon
{
	display: inline;
	float: right;
}


.PopupWindow_ButtonGroup
{
	padding: 0px 2px 5px 0px;
	text-align: right;
    width: 100%;
}

/* Buttons */

a.side_smallbutton
{
	color: #414141;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	vertical-align: middle;
}

.side_smallbutton_image
{
	vertical-align:middle;
}

.side_smallbutton_wrapper 
{
	padding-top:3px;
	padding-bottom:5px;
}

a.side_button
{
	color: #414141;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	vertical-align: middle;
}

.side_button_wrapper 
{
	padding-bottom:5px;
}

.ImgButton
{
	vertical-align:middle;
	display: inline;
}

.ButtonGroup
{
	margin-top: 20px;
	text-align: right;
}

.Button
{
	margin: 3px;
	display: inline;
}

/* Fields */

.Field
{
	width: 100%;
	padding-top: 7px;
}


.Field_Label
{
	width: 120px;
	color: #0063b0;
	font-size: 11px;
	vertical-align: top;
	padding-top: 3px;
	
}

.Field_Value
{
	vertical-align: top;
}

.Field_Radio
{
	color: Black;
}

.side_radio
{
	font-size: 11px;
}

.error
{
	color: Red;
}

.info
{
	font-size: 12px;
}

/* Pager */

.Pager
{
	margin-top: 20px;
	margin-bottom: 10px;
	
}

a.Pager_Button
{
	margin: 3px 1px 3px 1px;
	padding: 3px 1px 3px 1px;
	font-size: 12px;
	border: solid 1px #acacac;
	background-color: #ebe9e9;
	color: Black;
	text-decoration: none;
	line-height: 27px;
}

a.Pager_Button:hover
{
	background-color: White;
}

a.Pager_SelectedButton
{
	margin: 3px 1px 3px 1px;
	padding: 3px 1px 3px 1px;
	font-size: 12px;
	border: solid 1px #acacac;
	background-color: White;
	color: Black;
	text-decoration: none;
	line-height: 27px;
}

.Pager_Summary
{
	padding: 5px 0px 0px 5px;
	white-space:nowrap;
}

/* Filter Criteria */

.FilterCriteria
{
	border: solid 1px #acacac;
	background-color: #ebe9e9;
	padding: 10px 10px 10px 10px;
}

/* Filter Prompt */

.FilterPrompts
{
	border: solid 1px #acacac;
	padding: 10px 10px 10px 10px;
}

.FilterPrompts_Prompt
{
	padding: 5px 0px 5px 0px;
}
.FilterPrompts_PromptValue
{
	padding-top: 3px;
}

/* Control Panel */

.ControlPanel
{
	
}

/* Grid */

.GridManager_LeftCol
{
	width:100%;
	vertical-align: top; 
	text-align:left;
}

.GridManager_RightCol
{
	width:150px;
	vertical-align: top; 
	text-align:right;
}

.Grid_CommandItem
{
    background-color: White;
}

/* Side Panel */
.SidePanel_Header
{
	margin-bottom: 5px;
	padding-left: 5px; 
	cursor: pointer; 
	vertical-align: bottom; 
	border-bottom: dotted 2px #c6c9cd;
	font-size: 14px;
	color: Black;
	width: 280px;
	background-image: url(../Images/collapsed_sidepanel.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 20px;
}

.SidePanel_SelectedHeader
{
	padding-left: 5px; 
	cursor: pointer; 
	vertical-align: bottom; 
	border-bottom: dotted 2px #c6c9cd;
	font-size: 14px;
	color: Black;
	width: 280px;
	background-image: url(../Images/expanded_sidepanel.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 20px;
}

.SidePanel_Content
{
	padding-top:5px;
	margin-bottom: 5px;
	padding-bottom:10px;
	border-bottom: dotted 2px #c6c9cd;
}

.SidePanel_Body
{
	padding: 0px 0px 10px 15px;
}

.SidePanel_Item
{
	padding-top: 5px;
}

.SidePanel_ItemHeader
{
	color: Black;
	font-size: 12px;
	line-height: 12px;
	vertical-align:text-bottom;
	cursor: hand;
}

.SidePanel_ItemBody
{
	padding-left: 15px;
}

.QueryBuilderSidePanel 
{
	padding: 0px 0px 10px 0px;
}

.GreenSidePanel_Item
{
	background-color:#ebfcd6;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left:15px;
}

.OrangeSidePanel_Item
{
	background-color:#ffffcc;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left:15px;
}

.BlueGreySidePanel_Item
{
	background-color:#e2f3fd;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left:15px;
}

.RedSidePanel_Item 
{
	background-color:#fae2fd;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left:15px;
}
.WhiteSidePanel_Item
{
    padding-top: 5px;
	padding-bottom: 7px;
	padding-left:15px;
}

/* List */

.List
{
	padding-top: 5px;
}

a.List_Link
{
	color: #0063b0;
	font-size: 12px;
	text-decoration: none;
}

.List_Text
{
	font-size: 12px;
	white-space: nowrap;
}

.List_Item
{
	padding-top:2px;
	padding-bottom:2px;
}

.ListAlt_Item
{
	padding-top:2px;
	padding-bottom:2px;
	background-color:#f6f6f6;
}


/* Notification */

.Notification_Success
{
	text-align:right;
	color: Green; 
	width: 260px; 
	padding: 5px 5px 5px 5px;
	font-weight:bold;
	vertical-align:middle;
}

.Config_Notification_Success
{
	color: Green; 
	width: 100%; 
	padding: 10px 0px 10px 10px;
	margin-top:10px;
	font-weight:bold;
	vertical-align:middle;
}

/* Detail Table */

.Detail_Header
{
    padding-left: 10px;
    border-bottom: solid 1px #3c7fb1;
    border-top: solid 1px #8cbddd;
    border-left: solid 1px #8cbddd;
    background-image: url(../images/detail_header.gif);
    background-repeat: repeat-x;
    font-weight: normal;
    text-align: left;
    
     
}
/* Control Panel */

.ControlPanel_Button
{
    padding-left: 5px;
}

/* Modal dialog */

.ModalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* Visibility */

.visible
{
	display: inherit;
}

.hidden
{
	display: none;
}

#WaitDiv
{
	width:100%;
	text-align: center;
	height: 500px;
	margin-top: 200px;
}

a.LogoutButton
{
	text-decoration: none;
	font-size: 10pt;
}

#formatter_content
{
	margin:5px 10px 20px 10px;
	color: Black;
	font-size:10pt;
}


.BarIndicator_Weak
{
	 color:Red;
	 background-color:Red;
}

.BarIndicator_Average
{
	 color:Blue;
	 background-color:Blue;
}

.BarIndicator_Good
{
	 color:Green;
	 background-color:Green;
}

.BarIndicator_Border
{
	 border-style:solid;
	 border-width:1px;
	 padding:2px 2px 2px 2px;
	 width:200px;
	 vertical-align:middle;
}

.List_Image
{
	border-width:0px;
	padding-right:3px;
}

.combo-item-template input,
.combo-item-template label
{
	vertical-align:middle;
}

.combo-item-template img
{
	vertical-align:top;
}

.configuration_label 
{
	vertical-align:middle;
	text-align: right;
	padding-right: 5px;
	color: Black;
}

.wait_text
{
    font-size: 14px;
	color: Black;
}

.watermark
{
	color: #949494;
	font-size: 12px;
}

textarea
{
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}