body
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}
[disabled]
{
	color: darkgrey;
	background-color: whitesmoke;
}
input[type=text], textarea
{
	FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}
td
{
    font-family: Arial;
    font-size: 12px;
    color: #222222;
	text-align: left;  
}
.NotesSmall
{
    font-size: 10px;
}
.GridStyle
{
    color: Black;
    background-color: White;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: Solid;
    width: 100%;
    border-collapse: collapse;
}

.GridHeaderStyle
{
    color: Black;
    background-color: LightGrey;
    font-weight: normal;
    text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.GridHeaderStyle a
{
    font-weight: normal;
    color: Black;
}
.GridFooterHeaderStyle
{
    background-color: #CCCCCC;
}
.GridAlternatingItemStyle
{
    background-color: #F7F7F7;
}
.GridRowStyle
{
    height: 25px;
    border-color: #CCCCCC;
    vertical-align: middle;
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
}
.GridAlternatingRowStyle
{
    height: 25px;
    background-color: whitesmoke;
    border-color: #CCCCCC;
    vertical-align: middle;
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
}

.GridPagerStyle
{
    color: Black;
    background-color: #999999;
}
.Pager
{
    color: Black;
    background-color: #999999;
}
/***************************************************************/

.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 .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;
	padding-left: 5px;
	padding-right: 5px;

}
.InputTable .ButtonPanel
{
    text-align: center;
    height: 50px;
    vertical-align: middle;
    background-color: whitesmoke;
}
.Error
{
    color: red;
}
.Info
{
    color: red;
}

/************************************************************************************************************/
.FloatLeft
{
    float: left;
}

.FloatRight
{
    float: right;
}

.AlignRight
{
    text-align: right;
}

.AlignLeft
{
    text-align: left;
}

.AlignCenter
{
    text-align: center;
}
.Bold
{
    font-weight: bold;
}
.ClearBoth
{
	clear:both;
}
.ClearLeft
{
	clear:left;
}
.ClearRight
{
	clear:right;
}
.Indent
{
	margin-left: 20px;
}
.Indent2
{
	margin-left: 40px;
}
.Indent3
{
	margin-left: 60px;
}


[disabled]
{
	color: darkgrey;
}
.NoRecordFound
{
	font-weight: bold;
	color: silver;
	padding: 10px;
	text-align: center;	
}

/**************************************************************************/
.ConfirmBox
{
	background: #fffee4 url(/Images/icon_confirm.gif) no-repeat scroll 10px 10px;
	border-style: solid;
	padding: 10px 10px 10px 30px;
	border-color: Silver;
	border-collapse: collapse;
	border-width: 1px;
	color: black;
}

.ErrorBox
{
	background: #fffee4 url(/Images/icon_warning.gif) no-repeat scroll 10px 10px;
	border-style: solid;
	padding: 10px 10px 10px 30px;
	border-color: Silver;
	border-collapse: collapse;
	border-width: 1px;
	color: Red;
}
.ErrorMessage
{
	color: red;		
	font-size: 12px;
}

.ConfirmMessage
{
	font-weight: bold;
	color: #C00000;
}

/*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: 700px;
    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;
}


.ajax__tab_panel
{
    min-height: 350px;
}
.SearchFilter .InputLabel
{
	text-align: left;

}
.SearchResultCount
{
	font-weight: bold;
	padding-left: 5px;
}
.Date
{
	width: 80px;	
}
/*****************************************************************/
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;
}
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 30px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    overflow: auto;
    padding: 10px;
    text-decoration: none;
}
.CollapsibleBox
{

}
.CollapsibleBoxHeader
{
	background-color:silver;
	text-align: center;
	cursor:pointer;
	font-weight:bold;
	padding:5px;

}
.CollapsibleBoxBody
{

}