﻿Body
{
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: white;
	color: black;
}
td
{
    font-family: Arial;
    font-size: 10pt;
    color: #222222;
}

.ConfirmBox li
{
	list-style-type: none;
}
.ErrorBox li
{
	list-style-type: none;
}


.GridStyle
{
    color: #CCCCCC;
    background-color: White;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: Solid;
    width: 100%;
    border-collapse: collapse;
}
.GridStyle .Date
{
	text-align: right;
	width: 85px;
}
.GridStyle .Id
{
	color:silver;
	width: 30px;
}
.GridStyle .Edit, .GridStyle .Delete, .GridStyle .Copy
{
    text-align:center;
	width: 30px;
}
.GridStyle a.DeleteButton
{
    background: url("../../images/Delete.gif") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 15px;
    width: 15px;
}
.GridStyle a.EditButton
{
    background: url("../../images/Edit.gif") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 15px;
    width: 15px;
}
.GridHeaderStyle
{
    color: Black;
    background-color: LightGrey;
    font-weight: normal;
    text-align: left;
    border-color: #CCCCCC;
}
.GridHeaderStyle a
{
    font-weight: normal;
    color: Black;
}
.GridFooterHeaderStyle
{
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}
.GridAlternatingItemStyle
{
    background-color: #F7F7F7;
}
.GridRowStyle
{
    height: 25px;
    border-color: #CCCCCC;
    vertical-align: middle;
    font-family: Arial;
    font-size: 8pt;
    text-align: left;
}
.GridSelectedRowStyle
{
    border-color: #CCCCCC;
}
.GridAlternatingRowStyle
{
    height: 25px;
    background-color: whitesmoke;
    border-color: #CCCCCC;
    vertical-align: middle;
    font-family: Arial;
    font-size: 8pt;
    text-align: left;
}

.GridPagerStyle
{
    color: Black;
    background-color: #999999;
}
.Pager
{
    color: Black;
    background-color: #999999;
}

.Hide
{
    display: none;
}
.ConfirmBox
{
    background: #fffee4 url(/Images/icon_confirm.gif) no-repeat scroll 10px 10px;
    border-style: solid;
    padding: 10px 10px 10px 30px;
    border-color: black;
    border-collapse: collapse;
    border-width: 1px;
    color: black;
    max-height: 150px;
    overflow: auto;
	z-index: 99999;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.ErrorBox
{
    background: #fffee4 url(/Images/icon_warning.gif) no-repeat scroll 10px 10px;
    border-style: solid;
    padding: 10px 10px 10px 30px;
    border-color: black;
    border-collapse: collapse;
    border-width: 1px;
    color: Red;
    max-height: 150px;
    overflow: auto;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.InputTable
{
    border-style: none;
    background-color: white;
}
.InputTable tr
{
    height: 23px;
}
.InputTable td
{
    /* 	padding: 2px 2px 2px 2px;	 */
    /*text-align: left;*/
}

.InputTable .InputLabel
{
    background-color: whitesmoke;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px color: black;
}
.InputTable .InputLabel .Required, .InputTable .Required
{
    color: red;
}
.InputTable .InputLabelLeft
{
    background-color: whitesmoke;
    text-align: left;
    padding-right: 5px;
    padding-left: 5px color: black;
}
.InputTable .Header
{
    background-color: silver;
    text-align: center;
    color: black;
}
.InputTable .ButtonPanel
{
    text-align: center;
    height: 50px;
    vertical-align: middle;
    background-color: whitesmoke;
}
.Error
{
    color: red;
}
.Info
{
    color: red;
}

/************************************************************************************************************/
.floatLeft, .FloatLeft
{
    float: left;
}

.floatRight, .FloatRight
{
    float: right;
}

.alignRight, .AlignRight
{
    text-align: right;
}

.alignLeft, .AlignLeft
{
    text-align: left;
}

.alignCenter, .AlignCenter
{
    text-align: center;
}
.bold, .Bold
{
    font-weight: bold;
}
.clearBoth
{
	clear:both;
}
.ClearBoth
{
	clear:both;
}

.Indent
{
	margin-left: 20px;
}
.Indent2
{
	margin-left: 40px;
}
.Indent3
{
	margin-left: 60px;
}

/*Modal Popup*/

.modalBackground
{
    background-color: gray;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalPopup
{
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: black; /*	margin-left: 400px; 	margin-top: 400px; */
    width: 600px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
}
.modalPopup .popupHeader
{
    background-color: gray;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    height: 14px;
	cursor:move;
}
.modalPopup .popupHeader a
{
    text-decoration: none;
}

.modalPopup .popupHeader a:active
{
    color: white;
    font-weight: normal;
}
.modalPopup .popupHeader img
{
    border: 0px;
}
.modalPopup .popupHeader img:hover
{
    /*	border: solid 1px white; */
}

.modalPopup .popupHeader a
{
    color: white;
    font-weight: normal;
}

.modalPopup .popupContent
{
/*    padding: 30px; */
    text-align: left;
}
.modalPopup .popupContent h1
{
    color: black;
    font-weight: bold;
    font-size: 15px;
    padding-top: 0px;
}
.modalPopup .popupContent .GridRowStyle, .modalPopup .popupContent .GridAlternatingRowStyle
{
    border-width: 0px;
    font-family: Arial;
    font-size: 8pt;
    text-align: left;
    background-color: white;
}
.modalPopup .popupContent .GridRowStyle .programName, .modalPopup .popupContent .GridAlternatingRowStyle .programName
{
    background-color: silver;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}

.modalPopup .popupContent .ConfirmBox
{
	width: 92%;
}
.modalPopup .popupContent .ErrorBox
{
	width: 100%;
}
.PopupConfirmBox
{	
	width: inherit;
}
.PopupErrorBox
{	
	width: inherit;
}
.ajax__tab_panel
{
    min-height: 350px;
}
/*****************************************************************/
.ToggleImage
{
	position: relative;
	float:right; 
	right:4px
}

.Attachment
{
	display: inline;
}
.Attachment a.FileLink
{
	text-decoration: none;
	color: black;
}
.Attachment a.FileLink:hover
{
	text-decoration: underline;
	color: black;
}

.Attachment .RemoveLink
{
	vertical-align: middle;
}
.Attachment .FileSize
{
	color: silver
}

.NoRecordFound
{
	font-weight: bold;
	color: silver;
	padding: 10px;
	text-align: center;
}
div.Tooltip
{
    position: absolute;
    border: solid 1px black;
    min-width: 100px;
    max-width: 400px;
    min-height: 50px;
    padding: 5px;
    display: none;
    z-index: 999999;
    background-color: White;
    background-color: #FFFFE1;
	color:black;
}
div.Tooltip .TooltipHeader
{
    font-weight: bold;
    padding-bottom: 0px;
	color:black;
}

/***************************************************************/
div.ControlBodyContent
{
    display: block;
    clear: both;
    margin-bottom: 10px;
    padding: 1px 10px 1px 10px;
}
div.ControlBodyContent img
{
    padding-right: 10px;
    padding-bottom: 10px;
}

/*****************************************************************/
ul.hozTabs, ul.HozTabs
{
    border-color: #d3d3d3;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    bottom: -1px;
    float: left;
    line-height: 1;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
ul.hozTabs li, ul.HozTabs li
{
    /*resets*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    list-style: none;
    float: left;
    border: 1px solid #d3d3d3;
    border-right: none;
    border-bottom: none;
}
ul.hozTabs li a.hozTab div, ul.HozTabs li a.HozTab div
{
    display: inline;
    color: #555555;
}
ul.hozTabs li a.hozTab:hover div, ul.HozTabs li a.HozTab:hover div
{
    color: #212121;
}
ul.hozTabs li a.hozTab, ul.HozTabs li a.HozTab
{
    float: left;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 7px;
    background: #e6e6e6 url(/images/tabBackground.png) 0 50% repeat-x;
}
ul.hozTabs li a.hozTab:hover, ul.HozTabs li a.HozTab:hover
{
    background: #dadada url(/images/tabBackground.png) 0 50% repeat-x;
    color: red;
}
ul.hozTabs li a.hozTab.selected, ul.HozTabs li a.HozTab.Selected
{
    background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
    color: #555555;
    border-bottom: solid 1px white;
	padding-bottom: 1px;
}
ul.hozTabs li a.hozTab.first, ul.HozTabs li a.HozTab.First
{
}
.tabContainer, .TabContainer
{
    /*	border-bottom: solid 1px #577CBB;  */
    width: 100%;
}
.tabBody, .TabBody
{
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #D3D3D3;
    clear: left;
    color: #222222;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 10px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    overflow: auto;
    padding: 5px;
    text-decoration: none;
}

.ExportToExcel
{
	background: url(/images/excelIcon.gif) no-repeat 2px 2px;
	padding-left: 22px;	
}
.PreviewEmailPopup
{
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: black; /*	margin-left: 400px; 	margin-top: 400px; */
    width: 900px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
}

/****************************ADMIN AREA******************************/
.AdminArea .ConfirmBox
{
    width: 97%;
}

.ColorSilver
{
 color: silver;
}

.GroupTree .SelectedNode
{
	background-color: #005EBD;
	color: White;	
}

.MoveToGroupDropDown
{
	display: inline-block;
	padding:0px;
}
.MoveToGroupDropDown .Button
{
	background:url("/images/dropdownButton.gif") no-repeat scroll 65px 6px silver;
	padding-right:17px;

}
.MoveToGroupDropDown .MenuPanel
{
	max-height: 400px;
	overflow: auto;
	border: outset 1px black;
}


.GroupPath
{
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}
/*******************************************************************/
.MultiColumnsDropDown
{
	display: inline-block;
	padding:0px;

}

.MultiColumnsDropDown .SelectedText
{
	display:block;
    min-width: 100px; 
    padding: 2px; 
    padding-right: 15px; 
    font-family: Tahoma; 
    font-size: 11px;
    text-align: left; 
    border: solid 1px silver;	     
	background:white url(../../images/dropdownButton.gif) no-repeat scroll 99% 5px;    
	height:100%;
	cursor: default;
}
.MultiColumnsDropDown .SelectedText .Spacer
{
	min-width: 218px;
}

.MultiColumnsDropDown .MenuPanel
{
	max-height: 400px;
	overflow: auto;
	border: outset 1px black;
	background-color: white;
	min-width: 235px;
}
.MultiColumnsDropDown .ClearSelection
{
	background-color:whitesmoke;
	display:block;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	width:100%;
}
.MultiColumnsDropDown .ClearSelection:hover
{	
	text-decoration:underline;
}

.icolor{position:absolute;}
.icolor_flat,.icolor_ft{position:relative;}
.icolor td{width: 15px;height: 15px;border: solid 1px #000000;	cursor:pointer;}
.icolor table{background-color: #FFFFFF;border: solid 1px #ccc;}
.icolor .icolor_tbx{width:170px;border-top:1px solid #999;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
.icolor_ok img{border:none;}

.icolorC{width:500px;margin:80px auto;}

.PickColorButton
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/cp_button.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:inline-block;
	height:16px;
	width:16px;
}
.Help
{
	padding-right: 5px;
}
.ajax__colorPicker_container table  tr
{
	height: 10px;
}
.MoveUp
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background:transparent url(../../images/MoveUp.gif) no-repeat scroll 0 0;

}
.MoveDown
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background:transparent url(../../images/MoveDown.gif) no-repeat scroll 0 0;

}
.ItemAssignment
{
	clear: both;
	min-width: 500px;
}
.ItemAssignment .AvailableItems
{
    float: left;
    width: 42%;
}
.ItemAssignment .MiddlePanel
{
    text-align: center;
    width: 16%;
	margin-top: 40px;
    float: left;
}
.ItemAssignment .MiddlePanel input
{
   width: 80px;
}
.ItemAssignment .SelectedItems
{
    float: right;
    width: 42%;
}
.ItemAssignment label
{

}
.ItemAssignment select
{
   height: 100px;
    width: 100%;
}
input[type=text].Date
{
	width: 70px;
}
input[type=text].LongDate
{
	width: 120px;
}
.RecordList div.ButtonPanel
{
	padding: 10px;
	text-align: center;
}
.RecordList .RecordCountPanel .RecordCount 
{
	font-weight: bold;
}
