﻿/*****************************************************
General
*****************************************************/
body
{
    margin-top: 0pt;
    margin-left: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;

    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt; 
   
}

a
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
}

td
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
}

table
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    /*color: #b5b5b5;*/
    color: #000000;
}

/*****************************************************
TextBox
*****************************************************/
.TextBox
{
   
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
    color: #000000; 

    text-decoration: none;
    text-align: left;
	/*border: 1px #000000 solid;*/
}

/*****************************************************
TextBox with Multiline
*****************************************************/

.TextBoxMulti
{
   font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
    color: #000000; 

    text-decoration: none;
    text-align: left;
    overflow:hidden;
   }
/*****************************************************
Dropdownlist
*****************************************************/
.Dropdownlist
{
   
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
    color: #000000;

    text-decoration: none;
    text-align: left;
}

/*****************************************************
Copyright
*****************************************************/
.Copyright
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    color: #ffffff;
    text-decoration: none;
}

/*****************************************************
Button
*****************************************************/
.Button
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
    color: #000000;
    text-decoration: none;
    text-align: center;
    /*border: 1px #000000 solid;*/
}

/*****************************************************
GridView
*****************************************************/
.GridViewStyle
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    color:#000000;
    text-decoration: none;
    /*background: url(images/table/table_10.gif);*/
    width:100%;
}

.HeaderStyle
{
	background-color:#387da4;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    color:#ffffff;
    text-decoration:none;
    
}

.RowStyle
{
    background-color:#e4ece4;
}

.AlternatingStyle
{
    background-color:#ffffff;
}

/*****************************************************
Text Count
*****************************************************/
.CountTextBox
{
	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
    color: #FC0707;
    font-weight:bold;
    background-color:Transparent ;
    text-decoration:none;
    text-align: left;
    border:0;
    width:25%;
}

/*****************************************************
Validator
*****************************************************/
.Validator
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    color:Red;
}

/*****************************************************
Accordion
*****************************************************/
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #BF1D1B;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #F38689;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

/*****************************************************
Table Styles
*****************************************************/

.CellTopLeft
{
    background: url(images/Table/Center_01.gif);
    width:37px;
    height:53px;
}

.CellTopCenter
{
    background: url(images/Table/Center_03.gif);
    height:53px;
   
}

.CellTopRight
{
    background: url(images/Table/Center_05.gif);
    width:52px;
    height:53px;
}

.CellMidLeft
{
    background: url(images/Table/Center_11.gif);
    width:37px;
}

.CellMidCenter
{
    background-color:White;
}

.CellMidRight
{
    background: url(images/Table/Center_12.gif);
    width:52px;
}

.CellBottomLeft
{
    background: url(images/Table/Center_13.gif);
    width:37px;
    height:53px;
}

.CellBottomCenter
{
    background: url(images/Table/Center_14.gif);
    height:12px;
}

.CellBottomRight
{
    background: url(images/Table/Center_15.gif);
    width:52px;
    height:53px;
}

/*****************************************************
Left Table Styles
*****************************************************/
.LeftTableTop
{
    background: url(images/Layout/left_01.gif);
    height:5px;
    width:250px;
}

.LeftTableSpacer
{
    background: url(images/Layout/spacer.gif);
    height:5px;
    width:1px;
}

.LeftTableTopCenter
{
    background: url(images/Layout/left_03.gif);
    height:36px;
    width:237px;
}

.LeftTableMid
{
    background: url(images/Layout/left_05.gif);
    width:13px;
}

.LeftTableMidLeft
{
    background: url(images/Layout/left_05.gif);
    width:13px;
}

.LeftTableMidRight
{
    background: url(images/Layout/left_04.gif);
    width:8px;
}

.LeftTableMidCenter
{
    background-color:White;
}

.LeftTableMidMid
{
   background: url(images/Layout/left_07.gif);
   width:43px;
   height:270px;
}

.LeftTableMidBotRight
{
    background: url(images/Layout/left_08.gif);
    width:13px;
}

.LeftTableMidBotLeft
{
    background: url(images/Layout/left_09.gif);
    width:43px;
}

.LeftTableBottomCenter
{
    background: url(images/Layout/left_10.gif);
    height:34px;
    width:237px;
}
