/* ------------------------- */
/* AUTO-THEMED HTML ELEMENTS */
/* ------------------------- */

/* -- Standard ------------------------------------------------------- */

/* body */
bODY 
{
    margin: 0;
	padding: 0;
	background: #FFFFFF !important;
	color: #393425 !important;
	
    	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    	font-size: 76% !important; /* used to set default font size to 12px then I can use em through out site */
    /* sets all to 0 only setting margins as required */
    /* sets all to 0 only setting padding as required */
    }

/* hr */
HR 
{
    background: #afa37e !important;
    background-color: #afa37e !important;
    border-color: #afa37e !important;
    border-style: none !important;
    border-width: thin !important;
    color: #afa37e;
    height: 1px !important;
}


/* -- Form ----------------------------------------------------------- */

/* button */
BUTTON
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
}

input[disabled], textarea[disabled], button[disabled], select[disabled]
{
	background-color: #FDE4D9;
}


/* fieldset */
FIELDSET
{
    padding: 1em;
	color: #393425 !important;
    	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    	font-size: 1em !important;
    }

/* form */
FORM
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 10px !important;
}

/* img */
IMG
{
   
}

/* input IE6 
INPUT
{
	padding-left: expression(this.type=="text" || this.type=="file" ? '0.2em':'') !important;
}
*/
/* input type="button" */
INPUT[type="button"]
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
   
}

/* input type="checkbox" */
INPUT[type="checkbox"]
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
}

/* input type="image" */
INPUT[type="image"]
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;   
}

/* input type="password" */
INPUT[type="password"]
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    padding-left: 0.2em !important;
}

/* input type="radio" */
INPUT[type="radio"]
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
}

/* input type="reset" */
INPUT[type="reset"]
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
}

/* input type="submit" */
INPUT[type="submit"]
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
}

/* input type="text" */
INPUT[type="text"]
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    padding-left: 0.2em !important;
}

/* label */
LABEL
{
    color: #68110A !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    line-height: 1.2em !important;
}

/* legend */
LEGEND
{
    padding: 1em;
	color: #393425 !important;
    	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    	font-size: 1em !important;
}

/* textarea */
TEXTAREA
{
    padding: 0.2em;
	color: #393425 !important;
    	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    	font-size: 1em !important;
    	line-height: 1.2em !important;
    }


/* -- Selection ----------------------------------------------------------- */

/* optiongroup */

OPTGROUP
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-style: normal !important; 
}

/* option */

OPTION
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* select */ 

SELECT
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}


/* -- List ----------------------------------------------------------- */

/* dd */
DD
{
    color: #7d745a !important;
    font-size: 0.9em !important;
    font-style: italic !important;
}

/* dir */
DIR
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    line-height: 1.2em !important;
}

DIR LI
{
    /*list-style-image: url("./images/htmldir_arrow.gif") !important;*/
}

/* dl */
DL
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    line-height: 1.2em !important;
}

/* dt */
DT
{
    font-weight: bold !important;
}

/* li */

LI
{
    /*list-style-position: inside !important;*/
    /*list-style-type: circle !important;*/
    list-style-type: none;
}

/* menu */
MENU
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 10px !important;
    text-align: left !important;
}

MENU LI
{
    /*background: url("./images/htmlmenu_liarrow.gif") !important;*/
    /*background-image: url("./images/htmlmenu_liarrow.gif") !important;*/
    background-position: left !important;
    background-repeat: no-repeat !important;
    /*list-style-image: url("") !important;*/
    /*list-style-type: none !important;*/
    /*list-style-position: outside !important;*/
    padding: 4px 4px 0px 18px !important;
    border-bottom: solid 1px #EEEEEE !important;
    vertical-align: middle !important;
    
    list-style: none;
}

/* ol */
OL
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
}

OL LI
{
    /*list-style-type: decimal !important;*/
}

/* ul */
UL
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
}

UL LI
{
    /*list-style-image: url("./images/htmlli_listcircle.gif") !important;*/
}


/* -- Font Style Color ----------------------------------------------------------- */

/* font */
FONT 
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-style: normal !important;
}

/* h1 */
H1
{
    color: #f39025 !important;
    font-size: 2.0em !important;
    font-weight: normal !important;
    margin-bottom: 0em !important;
    margin-top: 0em !important;
}

/* h2 */
H2
{
    color: #f39025 !important;
    font-size: 1.7em !important;
    font-weight: normal !important;
    margin-bottom: 1.2em !important;
    margin-left: 0em !important;
    margin-right: 0em !important;
    margin-top: 0em !important;
}

/* h3 */
H3 
{
    margin: 1.2em 0em;
	color: #7d745a !important;
    	font-size: 1.4em !important;
    	font-weight: normal !important;
    }

/* h4 */
H4
{
    margin: 1.2em 0em;
	color: #7d745a !important;
    	font-size: 1.2em !important;
    	font-weight: bold !important;
    }
    
/* h5 */
H5
{
    margin: 1.2em 0em;
	color: #7d745a !important;
    	font-size: 1.0em !important;
    	font-weight: bold !important;
    }

/* h6 */
H6
{
    color: #7d745a !important;
    font-size: 0.8em !important;
    font-weight: bold !important;
    margin-bottom: 1.2em !important;
    margin-left: 0em !important;
    margin-right: 0em !important;
}   

/* p */
P
{
    margin: 0.5em 0.8em;
	color: #393425 !important;
    	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    	font-size: 1.0em !important;
    	line-height: 1.2em !important;
    }

/* -- Font and Color ----------------------------------------------------------- */

/* abbr */
ABBR
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* acronym */
ACRONYM
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* address */
ADDRESS
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* b */
B
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* bdo */
BDO 
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* big */
BIG
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* blockquote */
BLOCKQUOTE
{
    color: #7d745a !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-style: italic !important;
}

/* cite */
CITE 
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* del */
DEL
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* em */
EM
{
    color: #f39025 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* i */
I
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* ins */
INS
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* s */
S
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* small */
SMALL
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* strike */
STRIKE
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* strong */
STRONG
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* sub */
SUB
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* sup */
SUP
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* u */
U
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}


/* -- Color Only ----------------------------------------------------------- */


/* code */
CODE
{
    color: #393425 !important;
    font-size: 1.2em;
}

/* dfn */
DFN
{
    color: #393425 !important;
    font-size: 1.2em;
}

/* kbd */
KBD
{
    color: #393425 !important;
    font-size: 1.2em;
}

/* pre */
PRE
{
    color: #393425 !important;
    font-size: 1.2em;
}

/* samp */
SAMP
{
    color: #393425 !important;
    font-size: 1.2em;
}

/* tt */
TT
{
    color: #393425 !important;
    font-size: 1.2em;
}

/* var */
VAR
{
    color: #393425 !important;
    font-size: 1.2em;
}

/* xmp */
XMP
{
    color: #393425 !important;
    font-size: 1.2em;
}


/* -- Anchors ----------------------------------------------------------- */

/* a */
A
{
    color: #68110A !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

A:link
{
    color: #68110A !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

A:visited
{
    color: #C6660F !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

A:hover
{
    color: #C6660F !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

A:active
{
    color: #68110A !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
}

/* --------------------------- */
/* MANUAL-THEMED HTML ELEMENTS */
/* --------------------------- */


/* -- Table ---------------------------------------------------------- */

/* caption */
.caption1
{
    color: #7d745a !important;
    font-family: Trebuchet, Arial, Helvetica, Sans-Serif !important;
    font-size: 0.9em !important;
    padding-bottom: 0.5em !important;
}

/* col */
.col1
{
    color: #7d745a !important;
    font-family: Trebuchet, Arial, Helvetica, Sans-Serif !important;
    font-size: 0.9em !important;
}

/* colgroup */
.colgroup1
{
    
}

/* table */
.table1
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-collapse: collapse !important;
    border-color: #e4dbc0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    color: #393425 !important;
    font-size: 1em !important;
}

.table1 tr td
{
    border-bottom-color: #e4dbc0 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    padding-bottom: 0.2em !important;
    padding-left: 1em !important;
    padding-right: 0.5em !important;
    padding-top: 0.2em !important;
    text-align: left !important;     
}

.table1 tr th
{
    background: url("./images/shared_headerbg.jpg") !important;
    background-image: url("./images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat !important;
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    height: 26px !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

/* tbody */
.tbody1
{

}

/* td */
.td1
{
    
}

/* tfoot */
.tfoot1
{
    
}

/* th */
.th1
{
    
}

/* thead */
.thead1
{
    
}

/* -- Other ----------------------------------------------------------- */

/* div */
.div1
{
    background: url("./images/shared_headerbg.jpg") !important;
    background-image: url("./images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
    border-color: #e4dbc0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    color: #393425 !important;
    font-size: 1em !important;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}

/* span */
.span1
{
	padding: 1em;
	color: #393425 !important;
		display: block !important;
		border-left-style: solid !important;
	border-left-color: #e4dbc0 !important;
	border-left-width: 1px !important;
	border-right-style: solid !important;
	border-right-color: #e4dbc0 !important;
	border-right-width: 1px !important;
	border-top-style: solid !important;
	border-top-color: #e4dbc0 !important;
	border-top-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #e4dbc0 !important;
	border-bottom-width: 1px !important;
}

/* ----------------- */
/* ASP AUTO ELEMENTS */
/* ----------------- */


/* -- STANDARD ---------------------------------------------------------- */

/* asp:BulletedList */
.aspBulletList
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1.1em !important;
    font-weight: normal !important;
    margin-bottom: 0.2em !important;
    margin-top: 0.2em !important;
    vertical-align: text-bottom !important;
}

.aspBulletList li
{
    /*list-style-image: url("./images/htmldir_arrow.gif") !important;*/
}

/* asp:Button */
.aspButton
{
	width: 103px;
	color: #68110A !important;
	background-color: #FDE4D9;
	font-family: Arial !important;
	font-size: 12px !important;
	font-weight: normal !important;
	padding-left: 0.2em !important;
	border: 1px solid #68110A;
	margin-bottom: 0px;
}

/* asp:Calendar */
.aspCalendar
{
    background: #e4dbc0 !important;
    background-color: #e4dbc0 !important;
    background-image: url("./images/aspcalendar_bg.jpg") !important;
    background-position: left !important;
    background-repeat: repeat-x !important;
    border-color: #e4dbc0 !important;
    border-spacing: 0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 10px !important;
    margin-top: 1em !important;
}

.aspCalendar_DayHeaderStyle
{
    height: 22px !important;
}

.aspCalendar_DayStyle 
{
    font-size: 11px !important;
    font-weight: bold !important;
}

.aspCalendar_DayStyle A:link
{
    color: #393425 !important;
}

.aspCalendar_DayStyle A:visited
{
    color: #393425 !important;
}

.aspCalendar_OtherMonthDayStyle A:link
{
    color: #7D745A !important;
    
}

.aspCalendar_OtherMonthDayStyle A:visited
{
    color: #7D745A !important;
}

.aspCalendar_SelectedDayStyle 
{
    background: #FFFFFF !important;
    background-color: #afa37e !important;
    color: #e4dbc0 !important;
}

.aspCalendar_SelectedDayStyle A:link
{
    color: #FFFFFF !important;
    font-weight: bold !important;
}

.aspCalendar_SelectedDayStyle A:visited
{
    color: #FFFFFF !important;
    font-weight: bold !important;
}

.aspCalendar_TitleStyle
{
    background: url("./images/shared_headerbg.jpg") !important;
    background-image: url("./images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat !important;
    background-color: #f39025 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: bold !important;
    height: 28px !important;
}

.aspCalendar_TodayDayStyle
{
    font-weight: bold !important;
}

.aspCalendar_TodayDayStyle A:link
{
    color: #FFFFFF !important;
}

.aspCalendar_TodayDayStyle A:visited
{
    color: #FFFFFF !important;
}

.aspCalendar_WeekendDayStyle
{
    color: #393425 !important;
}

.aspCalendar_WeekendDayStyle A:link
{
    color: #393425 !important;
}

.aspCalendar_WeekendDayStyle A:visited
{
    color: #393425 !important;
}

/* asp:Wizard */
.aspWizard
{
    border-right-color: #e4dbc0 !important;
    border-right-style: solid !important;
    border-right-width: 4px !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.aspWizard_HeaderStyle
{
    background: url("./images/shared_headerbg.jpg") !important;
    background-image: url("./images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
    border-left-color: #e4dbc0 !important;
    border-left-style: solid !important;
    border-left-width: 4px !important;
    border-top-color: #e4dbc0 !important;
    border-top-style: solid !important;
    border-top-width: 4px !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-size: 1.2em !important;
    height: 30px !important; 
    padding-left: 1em !important;
    text-align: left !important;
}

.aspWizard_NavigationStyle
{
    background: #e4dbc0 !important;
    background-color: #e4dbc0 !important;
    border-bottom-color: #e4dbc0 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 4px !important;
    border-left-color: #e4dbc0 !important;
    border-left-style: solid !important;
    border-left-width: 4px !important;
}

.aspWizard_NavigationStyle A
{
    font-size: 0.9em !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.aspWizard_NavigationStyle A:hover
{
    text-decoration: underline !important;
}

.aspWizard_SideBarButtonStyle
{  
    color: #7d745a !important;
    display: block !important;
    font-size: 1em !important;
    line-height: 1.2em !important;
    padding-bottom: 0.2em !important;
    padding-left: 1em !important;
    padding-right: 0.8em !important;
    padding-top: 0.2em !important;
    text-decoration: none !important;
    width: 100% !important; 
}

.aspWizard_SideBarStyle
{
    padding: 1em 0.8em;
	text-align: left !important;
}

.aspWizard_SideBarStyle A 
{
    font-size: 1em !important;
    text-decoration: underline !important;
}

.aspWizard_StepStyle
{
    padding: 1em;
	border-left-color: #e4dbc0 !important;
    	border-left-style: solid !important;
    	border-left-width: 4px !important;
    	border-right-color: #e4dbc0 !important;
    	border-right-style: solid !important;
    	border-right-width: 4px !important;
    	vertical-align: top !important;
}

/* -- DATA ---------------------------------------------------------- */

/* asp:DataGrid */
.aspDataGrid
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;   
}

.aspDataGrid_AlternatingItemStyle TD
{
    padding: 0.5em 0.8em;
	background: #e4dbc0 !important;
	height: 22px !important;
    	text-align: left !important;
}

.aspDataGrid_AlternatingItemStyle A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_AlternatingItemStyle A:visited
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_EditItemStyle TD
{
    padding: 0.5em 0.8em;
	background: #FFFFFF !important;
	height: 26px !important;
    }

.aspDataGrid_EditItemStyle A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_EditItemStyle A:visited 
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_FooterStyle TD
{
    background: url("./images/aspdatagrid_footerbg.jpg") !important;
    background-image: url("./images/aspdatagrid_footerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
    border-style: none !important;
    color: #393425 !important;
    font-size: 0.8em !important;
    height: 20px !important;
    padding-left: 0.8em !important;
    padding-right: 0.8em !important;
}

.aspDataGrid_HeaderStyle TD
{
    background: url("./images/shared_headerbg.jpg") !important;
    background-image: url("./images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat !important;
    background-color: #e4dbc0 !important;
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    height: 28px !important;     
    padding-left: 0.8em !important;
    padding-right: 0.8em !important; 
}

.aspDataGrid_HeaderStyle TD A
{
    color: #FFFFFF !important;
    text-decoration: underline !important;

}

.aspDataGrid_HeaderStyle A:link
{
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

.aspDataGrid_HeaderStyle A:visited
{
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

.aspDataGrid_HeaderStyle A:hover
{
    text-decoration: none !important;
}

.aspDataGrid_ItemStyle TD
{
    padding: 0.5em 0.8em;
	background: #f0ebdd !important;
	height: 22px !important;
    	text-align: left !important; 
}

.aspDataGrid_ItemStyle A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_ItemStyle A:visited 
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_PagerStyle TD
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-style: none !important;
    color: #7d745a !important;
    font-size: 0.8em !important;
    padding-bottom: 0.2em !important;
    padding-left: 0.2em !important;
    padding-right: 0.2em !important;
    padding-top: 0.5em !important;
    vertical-align: middle !important;
}

.aspDataGrid_PagerStyle SPAN
{
    padding: 0.2em 0.4em;
	background: #f39025 !important;
	border-style: none;
    	color: #FFFFFF !important;
    }

.aspDataGrid_SelectedItemStyle TD
{
    padding: 0.5em 0.8em;
	background: #FFFFFF !important;
	height: 24px !important;
    	text-align: left !important; 
}

.aspDataGrid_SelectedItemStyle A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspDataGrid_SelectedItemStyle A:visited
{
    color: #7d745a !important;
    font-weight: bold !important;
}

/* asp:DataList */
.aspDataList
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-color: #e4dbc0 !important;
    border-spacing: 0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;         
}

.aspDataList_EditItemStyle
{   
    padding: 0.5em 0.8em;
	border-bottom-color: #e4dbc0 !important;
    	border-bottom-style: solid !important;
    	border-bottom-width: 1px !important;
    	height: 22px !important;
    	vertical-align: middle !important;
}   

.aspDataList_FooterStyle 
{
    padding: 0.5em 0.8em;
	background: #e4dbc0 !important;
	color: #393425 !important;
    	font-size: 0.8em !important;
    }

.aspDataList_HeaderStyle
{
    background: url("./images/shared_headerbg.jpg") !important;
    background-image: url("./images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat !important;
    background-color: #f39025 !important;
    color: #FFFFFF !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    height: 28px !important;     
    padding-left: 0.8em !important;
    padding-right: 0.8em !important; 
}

.aspDataList_ItemStyle
{
    padding: 0.5em 0.8em;
	border-bottom-color: #e4dbc0 !important;
    	border-bottom-style: solid !important;
    	border-bottom-width: 1px !important;
    	height: 22px !important;
    	text-align: left !important; 
}

.aspDataList_ItemStyle a.aspLinkButton:link
{
    padding: 0;
	background: #FFFFFF !important;
	color: #7d745a !important;
    	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    	font-size: 1em !important;
    	font-weight: normal !important;
    	line-height: 1.2em !important;
    	text-decoration: underline !important;
}

.aspDataList_ItemStyle a.aspLinkButton:visited
{
    padding: 0;
	background: #FFFFFF !important;
	color: #afa37e !important;
    	text-decoration: underline !important;
}

.aspDataList_ItemStyle a.aspLinkButton:hover
{
    padding: 0;
	background: #FFFFFF !important;
	color: #393425 !important;
    }

.aspDataList_SelectedItemStyle
{
    padding: 0.5em 0.8em;
	border-bottom-color: #e4dbc0 !important;
    	border-bottom-style: solid !important;
    	border-bottom-width: 1px !important;
    	height: 22px !important;
    	text-align: left !important;  
}

/* asp:DetailsView */
.aspDetailsView
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-color: #e4dbc0 !important;
    border-spacing: 0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    border-bottom-style: none !important;
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    margin-top: 1em !important; 
}

.aspDetailsView_CommandRowStyle TD
{
    padding: 0.5em;
	font-size: 1em !important;
    }

.aspDetailsView_EditRowStyle TD
{
    padding: 0.2em 0.5em;
	background: #FFFFFF !important;
	color: #393425 !important;
    }

.aspDetailsView_FieldHeaderStyle
{
    padding: 0.2em 0.5em;
	color: #393425 !important;
    	font-weight: bold !important;
    }

.aspDetailsView_FooterStyle TD
{
    padding: 0.2em 0.8em;
	background: #e4dbc0 !important;
	color: #393425 !important;
    	font-size: 0.8em !important;
    	text-align: left !important;
}

.aspDetailsView_HeaderStyle TD
{
    background: url("./images/shared_headerbg.jpg") !important;
    background-image: url("./images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat !important;
    background-color: #f39025 !important;
    color: #FFFFFF !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    height: 28px !important;     
    padding-left: 0.8em !important;
    padding-right: 0.8em !important; 
}

.aspDetailsView_InsertRowStyle TD
{
    padding: 0.2em 0.5em;
	background: #FFFFFF !important;
	color: #393425 !important;
    }

.aspDetailsView_PagerStyle TD
{
    padding: 0.2em;
	background: #e4dbc0 !important;
	color: #393425 !important;
    	font-size: 0.9em !important;
    	vertical-align: middle !important;
}

.aspDetailsView_PagerStyle SPAN
{
    font-size: 1em !important;
    font-weight: bold !important;
}


.aspDetailsView_RowStyle TD
{
    padding: 0.2em 0.5em;
}

/* asp:FormView */
.aspFormView
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-color: #e4dbc0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    border-bottom-style: none !important;
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    margin-top: 1em !important;
}

.aspFormView_EditRowStyle TD
{
    padding: 0.2em 0.5em;
	background: #FFFFFF !important;
	color: #393425 !important;
    	font-weight: bold !important;
    	line-height: 1.2em !important;
    }

.aspFormView_EditRowStyle SPAN
{
    font-weight: normal !important;
}

.aspFormView_FooterStyle TD
{
    padding: 0.2em 0.8em;
	background: #e4dbc0 !important;
	color: #393425 !important;
    	font-size: 0.8em !important;
    	text-align: left !important;
}

.aspFormView_HeaderStyle TD
{
    background-image: url("./images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat !important;
    background-color: #f39025 !important;
    color: #FFFFFF !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    height: 28px !important;     
    padding-left: 0.8em !important;
    padding-right: 0.8em !important; 
}

.aspFormView_InsertRowStyle TD
{
    padding: 1em 0.5em;
	background: #FFFFFF !important;
	color: #393425 !important;
    	font-weight: bold !important;
    	line-height: 1.2em !important;
    }

.aspFormView_InsertRowStyle SPAN
{
    font-weight: normal !important;
}

.aspFormView_PagerStyle TD
{
    padding: 0.2em;
	background: #e4dbc0 !important;
	color: #393425 !important;
    	font-size: 0.9em !important;
    	vertical-align: middle !important;
}

.aspFormView_PagerStyle SPAN
{
    font-size: 1em !important;
    font-weight: bold !important;
}

.aspFormView_RowStyle TD
{
    padding: 0.5em;
	font-weight: bold !important;
    	line-height: 1.2em !important;
    }

.aspFormView_RowStyle SPAN
{
    font-weight: normal !important;
}

.aspFormView_RowStyle A
{
    font-size: 1em !important;
    font-weight: normal !important;
}

/* asp:GridView */
.aspGridView
{
    background: #FFFFFF !important;
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
	margin-left: 23px;
	margin-top: 1px;
}

.aspGridView_AlternatingRowStyle TD
{
    padding: 0.2em 0.8em;
	background: #e4dbc0 !important;
	height: 22px !important;
    	text-align: left !important;
}

.aspGridView_AlternatingRowStyle TD A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspGridView_AlternatingRowStyle TD A:visited
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspGridView_EditRowStyle TD
{
    padding: 0.2em 0.8em;
	background: #FFFFFF !important;
	height: 22px !important;
    }

.aspGridView_EditRowStyle A:link
{
    color: #7a745a !important;
    font-weight: bold !important;
}

.aspGridView_EditRowStyle A:visited
{
    color: #7a745a !important;
    font-weight: bold !important;
}

.aspGridView_FooterStyle TD
{
    background: url("./images/aspgridview_footerbg.jpg") !important;
    background-image: url("./images/aspgridview_footerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
    color: #393425 !important;
    font-size: 0.8em !important;
    height: 20px !important;
    padding-left: 0.8em !important;
    padding-right: 0.8em !important;
}

.aspGridView_HeaderStyle TH
{
	background-color: #F79566;
	color: #FFFFFF !important;
	font-size: 12px !important;
	font-weight: bold !important;
	height: 22px !important;
	padding-left: 0.8em !important;
	padding-right: 0.8em !important;
	
}

.aspGridView_HeaderStyle A
{
    color: #FFFFFF !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.aspGridView_HeaderStyle A:link
{
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.aspGridView_HeaderStyle A:visited
{
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.aspGridView_HeaderStyle A:hover
{
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.aspGridView_PagerStyle TD
{
    padding: 0.2em;
	background: #FFFFFF !important;
	border-bottom-style: none !important;
    	color: #7d745a !important;
    	font-size: 0.9em !important;
    	vertical-align: middle !important;
}

.aspGridView_PagerStyle SPAN
{
    padding: 0.2em 0.4em;
	background: #f39025 !important;
	color: #FFFFFF !important;
    }

.aspGridView_RowStyle TD
{
    padding: 0.2em 0.8em;
	background: #f0ebdd !important;
	height: 22px !important;
    	text-align: left !important;
}

.aspGridView_RowStyle A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspGridView_RowStyle A:visited
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspGridView_SelectedRowStyle TD
{
    padding: 0.5em 0.8em;
	background: #FFFFFF !important;
	height: 22px !important;
    	text-align: left !important; 
}

.aspGridView_SelectedItemStyle TD A:link
{
    color: #7d745a !important;
    font-weight: bold !important;
}

.aspGridView_SelectedItemStyle TD A:visited
{
    color: #7d745a !important;
    font-weight: bold !important;
}


/* -- NAVIGATION ---------------------------------------------------------- */

/* asp:Menu */
.aspMenu
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: solid 4px #e4dbc0 !important;
    color: #393425 !important;
    font-size: 1em !important;
    line-height: 1.2em !important;
    text-align: left !important;
    width: 180px !important;
}

.aspMenu_DynamicMenuItemStyle
{
    background: #afa37e !important;
    background-color: #afa37e !important;
    height: 29px !important;
    text-align: left !important;
}

.aspMenu_DynamicMenuItemStyle A:link
{
    color: #FFFFFF !important;
}

.aspMenu_DynamicMenuItemStyle A:visited
{
    color: #FFFFFF !important;
}

TABLE.aspMenu_DynamicMenuItemStyle
{
    padding: 0.4em 0.8em;
	border-top-color: #e4dbc0 !important;
    	border-top-style: solid !important;
    	border-top-width: 1px !important;
    	font-size: 1em !important;
    	font-weight: bold !important;
    }

.aspMenu_DynamicHoverStyle
{
    text-decoration: underline !important;
}

TABLE.aspMenu_DynamicHoverStyle
{
    padding-bottom: 0.4em !important;
    padding-right: 0.8em !important;
    padding-top: 0.4em !important;
}

TABLE.aspMenuItemStyle
{
    background: url("./images/aspmenu_staticbg.jpg") !important;
    background-image: url("./images/aspmenu_staticbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
    font-size: 1em !important;
    font-weight: bold !important;
    height: 29px !important;
    padding-bottom: 0.4em !important;
    padding-left: 0.8em !important;
    padding-top: 0.4em !important;
}

.aspMenuItemStyle A:link
{
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.aspMenuItemStyle A:visited
{
    color: #FFFFFF !important;
}

TABLE.aspMenu_StaticHoverStyle
{
    background: url("./images/aspmenu_statichover.jpg") !important;
    background-image: url("./images/aspmenu_statichoverbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
}

.aspMenu_StaticSelectedStyle
{
    background: url("./images/aspmenu_selectedarrow.gif") !important;
    background-image: url("./images/aspmenu_selectedarrow.gif") !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    padding-left: 14px !important;
}

TABLE.aspMenu_StaticSelectedStyle
{
    background: url("./images/aspmenu_selectedbg") !important;
    background-image: url("./images/aspmenu_statichoverbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
}

/* asp:SiteMapPath */
.aspSiteMapPath SPAN A:hover
{
    text-decoration: underline !important;
}

.aspSiteMapPath_PathSeparatorStyle
{
    background: url("./images/aspsitemappath_arrow.gif") !important;
    background-image: url("./images/aspSitemapPath_arrow.gif") !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    color: #f39025 !important;
}

/* asp:TreeView */
.aspTreeView
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.aspTreeView_HoverNodeStyle
{
    background: #F5A36B !important;
    background-color: #F5A36B !important;
    
}

.aspTreeView_LeafNodeStyle
{
    height: 20px !important;
    width: 100% !important;
}

.aspTreeView_LeafNodeStyle A:link
{
    color: #68110A !important;
}

.aspTreeView_LeafNodeStyle A:visited
{
    color: #68110A !important;
}

.aspTreeView_ParentNodeStyle
{
    color: #68110A !important;
    font-weight: bold !important;
    height: 20px !important;
    width: 100% !important;
    padding-left: 0.2em !important;
}

.aspTreeView_ParentNodeStyle A:link
{
    color: #68110A !important;
}

.aspTreeView_ParentNodeStyle A:visited
{
    color: #68110A !important;
}

.aspTreeView_RootNodeStyle
{
    color: #68110A !important;
    font-size: 1em !important;
    font-weight: bold !important;
    width: 180px !important;
}

.aspTreeView_RootNodeStyle A:link
{
    color: #68110A !important;
}

.aspTreeView_RootNodeStyle A:visited
{
    color: #68110A !important;
}

.aspTreeView_SelectedNodeStyle
{
    background: #F5A36B !important;
    background-color: #F5A36B !important;
    
}

.aspTreeView_SelectedNodeStyle A:link 
{
    color: #7d745a !important;
}

.aspTreeView_SelectedNodeStyle A:visited
{
    color: #7d745a !important;
}

/* -- LOGIN ---------------------------------------------------------- */

/* asp:ChangePassword */
.aspChangePassword /* change password style */
{
    background: url("./images/shared_titlebg.jpg") !important;
    background-color: #FFFFFF !important;
    background-image: url("./images/shared_titlebg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
    border-color: #e4dbc0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    color: #393425 !important;
}

.aspChangePassword TABLE TR TD
{
    padding: 0.2em 0.5em;
}

.aspChangePassword_CancelButtonStyle
{

}

.aspChangePassword_ChangePasswordButtonStyle
{
}

.aspChangePassword_ContinueButtonStyle
{
}

.aspChangePassword_FailureTextStyle
{
    color: #FF0000 !important;
    font-size: 0.9em !important;
}

.aspChangePassword TABLE TR TD A
{
    padding: 0.2em 0.5em;
	font-size: 1em !important;
    }

.aspChangePassword_LabelStyle LABEL
{
    color: #393425 !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
}

.aspChangePassword_TitleTextStyle
{
    color: #FFFFFF !important;
    border-style: none !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    height: 28px !important;
}

.aspChangePassword_ValidatorTextStyle
{
    padding-left: 0.5em !important;
}

/* asp:CreateUserWizard */
.aspCreateUserWizard
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-color: #e4dbc0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    color: #393425 !important;
    font-size: 1em !important;
}

.aspCreateUserWizard TABLE TR TD
{
    padding-bottom: 0.2em !important;
    padding-top: 0.2em !important;
}

.aspCreateUserWizard TABLE TR TD INPUT + SPAN
{
    margin-left: 0.2em !important;
    margin-right: 0.5em !important;
}

.aspCreateUserWizard TABLE TR TD A
{
    padding: 0.2em 0.5em;
	font-size: 1em !important;
    }

.aspCreateUserWizard_HeaderStyle
{
    background: url("./images/shared_titlebg.jpg") !important;
    background-image: url("./images/shared_titlebg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    height: 28px !important;
    text-align: center !important;
}

.aspCreateUserWizard_LabelStyle LABEL
{
    color: #000000 !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
    padding-left: 0.5em !important;
}

.aspCreateUserWizard_SideBarStyle
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-right-color: #EEEEEE !important;
    border-right-style: solid !important;
    border-right-width: 1px;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.aspCreateUserWizard_TitleStyle
{
    color: #393425 !important;
    font-size: 1em !important;
    font-weight: bold !important;
}

.aspCreateUserWizard_ValidatorTextStyle
{
    padding-left: 0.5em !important;
}

/* asp:Login */
.aspLogin /* login control style */
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: url("./images/shared_titlebg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
    border-color: #e4dbc0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    color: #393425 !important;
}

.aspLogin TABLE TR TD
{
    padding: 0.2em 0.5em;
}

.aspLogin TABLE TR TD A
{
    padding: 0.2em 0.5em;
	font-size: 1em !important;
    	text-align: left !important;
}

.aspLogin_CheckBoxStyle
{
    text-align: left !important;
}

.aspLogin_CheckBoxStyle LABEL
{
    color: #393425 !important;
}

.aspLogin_HyperLinkStyle
{
}

.aspLogin_LabelStyle LABEL
{
    color: #393425 !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
}

.aspLogin_TitleTextStyle
{
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    height: 28px !important;
}

.aspLogin_ValidatorTextStyle
{
    padding-left: 0.5em !important;
}

/* asp:PasswordRecovery */
.aspPasswordRecovery
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: url("./images/shared_titlebg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
    border-color: #e4dbc0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    color: #393425 !important;
}

.aspPasswordRecovery_HyperLinkStyle
{
    
}

.aspPasswordRecovery_LabelStyle LABEL
{
    color: #393425 !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
}

.aspPasswordRecovery TABLE TR TD
{
    padding: 0.2em 0.5em;
}

.aspPasswordRecovery_TitleTextStyle
{
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    height: 28px !important;
}

.aspPasswordRecover_ValidatorTextStyle
{
    padding-left: 0.5em !important;
}

/* -- TABLE ---------------------------------------------------------- */

/* asp:Table */
.aspTable
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-color: #e4dbc0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    color: #393425 !important;
    font-size: 1em !important;
}

.aspTable tr td
{
    border-bottom-color: #e4dbc0 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    padding-bottom: 0.2em !important;
    padding-left: 1em !important;
    padding-right: 0.5em !important;
    padding-top: 0.2em !important;
    text-align: left !important; 
}

.aspTable tr th
{
    background: url("./images/shared_headerbg.jpg") !important;
    background-image: url("./images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat !important;
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    height: 28px !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.aspTable tr.aspTableFooterRow th
{
    background: #e4dbc0 !important;
    background-color: #e4dbc0 !important;
    font-size: 0.9em !important;
    padding-top: 0.2em !important;
}

/* -- VALIDATION ---------------------------------------------------------- */

/* asp:CompareValidator */
.aspCompareValidator
{
    color: #FF0000 !important;  
    font-size: 1em !important;
    font-weight: bold !important;
}

/* asp:CustomValidator */
.aspCustomValidator
{
    color: #FF0000 !important;
    font-size: 1em !important;
    font-weight: bold !important;
}

/* asp:RangeValidator */
.aspRangeValidator
{
    color: #FF0000 !important;
    font-size: 0.9em !important;
}

/* asp:RegularExpressionValidator */
.aspRegularExpressionValidator
{
    color: #FF0000 !important;
     font-size: 1em !important;
    font-weight: bold !important;
}    

/* asp:RequiredFieldValidator */
.aspRequiredFieldValidator
{
    color: #FF0000 !important;
    font-size: 1em !important;
    font-weight: bold !important;
}

/* asp:ValidationSummary */
.aspValidationSummary
{
    color: #7d745a !important;
    font-size: 1em !important;
    font-weight: bold !important;
	margin-bottom: 0px;
}

.aspValidationSummary UL LI
{
    color: #FF0000 !important;
    font-weight: normal !important;
}
    
    
/* -- TEXT & COLOUR ---------------------------------------------------------- */

/* asp:CheckBox */
.aspCheckBox 
{
    color: #393425 !important;
    font-family: Arial !important;
    font-size: 10px !important;   
    font-weight: normal !important;
    line-height: 1.2em !important;
}

/* asp:CheckBoxList */
.aspCheckBoxList
{
    color: #393425 !important;
    font-family: Arial !important;
    font-size: 10px !important;   
    font-weight: normal !important;
    line-height: 1.2em !important;
}

/* asp:DropDownList */
.aspDropDownList
{
    color: #393425 !important;
    font-family: Arial !important;
    font-size: 10px !important;   
    font-weight: normal !important;
    line-height: 1.2em !important;
    width: 155px;
}

/* asp:FileUpload */
.aspFileUpload
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;   
    font-weight: normal !important;
    line-height: 1.2em !important;
}

/* asp:HyperLink */
/* Inherited */
.aspHyperLink
{
	font-size :12px;
}

/* asp:Label */
.aspLabel
{
	color: #68110A;
	font-family: Arial !important;
	font-size: 10px;
	font-weight: bold;
	padding-left :10px;
}

/* asp:LinkButton */
.aspLinkButton
{
    padding: 0.2em 0.4em;
	background: #68110A !important;
	color: #FFFFFF !important;
    	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    	font-size: 1em !important;
    	font-weight: normal !important;
    	line-height: 1.2em !important;
    	text-decoration: none !important;
}

A.aspLinkButton:link 
{
    padding: 0.2em 0.4em;
	background: #68110A !important;
	color: #FFFFFF !important;
    	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    	font-size: 1em !important;
    	font-weight: normal !important;
    	line-height: 1.2em !important;
    	text-decoration: none !important;
}

A.aspLinkButton:visited 
{
    padding: 0.2em 0.4em;
	background: #68110A !important;
	color: #FFFFFF !important;
    }

A.aspLinkButton:hover
{
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

/* asp:ListBox */
.aspListBox
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 11px !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}

/* asp:LoginName */
.aspLoginName
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-style:italic !important;
    font-weight: normal !important;
    line-height: 1.2em !important;

}

.boldBorders
{
	border-style:solid;
	border: 3px solid #DFDFDF;
}

/* asp:LoginStatus */
.aspLoginStatus
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: bold !important;
    line-height: 1.2em !important;
}

/* asp:RadioButton */
.aspRadioButton
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;   
}

/* asp:RadioButtonList */
.aspRadioButtonList
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}

/* asp:TextBox */
.aspTextBox
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 10px !important;
    padding-left: 0.2em !important;
    border-style : solid;    
    width: 200px;
    border: 1px solid #DFDFDF;
    font-weight:bold !important;
    height :20px;
}

.aspHeaderLabel
{
	Width: 840px;
	vertical-align:middle;
	font-size: 16px;	
	font-variant: small-caps;
	height: 22px !important;
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;    
    font-weight:normal !important;   
    padding-left: 0.2em !important;
    border-style : solid;    
    
    border: 1px solid #DFDFDF;
}

.aspHeaderLabel2
{
	font-size: 16px;	
	font-variant: small-caps;	
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;    
    font-weight:normal !important;      
}

.aspCustomerHyperLink
{
	margin: 0;
	padding: 0;
	background: #FFFFFF !important;
	color: #68110A !important;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
	font-size: 76% !important;
}
.UblLogo
{
	border-width : 1px;
	border-color: #393425;
}
.LoginUserName
{
	color: #808000;
	font-weight: bold;
}

