﻿

/* asp:DropDownList */
.aspDropDownList
{
    color: #393425;
    font-family: Tahoma, 'Tahoma' , Arial, Helvetica, 'Sans-Serif !important';
    font-size: 10px !important;
    font-weight: normal;
    line-height: 1.2em !important;
    direction: rtl;
}

/* asp:Button */
.aspButton
{
    background-position: center center;
    border: 1px outset #0099FF;
    background-color: Transparent;
    text-decoration: none;
    cursor: hand;
    color: #534D35;
    list-style-type: georgian;
    height: 24px;
    background-image: url('./images/buttonbg.png' );
    background-repeat: repeat-x;
    font-size: 11px;
    font-family: Tahoma;
    text-align: center;
}
.aspButton:hover
{
    background-position: center center;
    border: 1px outset #33CCFF;
    background-color: Transparent;
    text-decoration: none;
    cursor: hand;
    color: #534D35;
    list-style-type: georgian;
    height: 24px;
    width: 70px;
    background-image: url('./images/buttonbg1.png' );
    background-repeat: repeat-x;
    font-size: 11px;
    font-family: Tahoma;
    text-align: center;
}
.class120
{
    color: #FF0000 !important;
}
.aspButton:active
{
    background-position: center center;
    border: 1px groove #3399FF;
    background-color: Transparent;
    text-decoration: none;
    cursor: hand;
    color: #534D35;
    list-style-type: georgian;
    height: 24px;
    width: 70px;
    background-image: url('./images/buttonbg1.png' );
    background-repeat: repeat-x;
    font-size: 11px;
    font-family: Tahoma;
    text-align: center;
}
.aspButton:visited
{
    background-position: center center;
    border: 1px groove #3399FF;
    background-color: Transparent;
    text-decoration: none;
    cursor: hand;
    color: #534D35;
    list-style-type: georgian;
    height: 24px;
    width: 70px;
    background-image: url('./images/buttonbg1.png' );
    background-repeat: repeat-x;
    font-size: 11px;
    font-family: Tahoma;
    text-align: center;
}
/* ------------------------- */
/* AUTO-THEMED HTML ELEMENTS */
/* ------------------------- */

/* -- Standard ------------------------------------------------------- */

/* body */
BODY
{
    /*
    margin: 0;
    padding: 0;
    color: #393425;
    font-family: Tahoma, 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 */
    /*
    background-image: url(  './images/pagebg.png' );
    background-repeat: repeat-x;
    background-position: right top;*/
}
#ctl00_tdheader
{
    height: 30px !important;
    background-color: #B5B9BE;
    background-image: url('./images/header.png' );
    background-repeat: repeat-x;
    background-position: right center;
}

#pageheader
{
    height: 20px !important;
    background-color: Transparent; /*background-image:url('./images/header.png');     background-repeat:no-repeat;     background-position:left center;   */
}

/* hr */
HR
{
    background-color: #C0C0C0;
    border-color: #999999;
    border-style: none !important;
    border-width: thin !important;
    color: #333333;
    height: 1px !important;
}


/* -- Form ----------------------------------------------------------- */

/* button */
BUTTON
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
}

/* fieldset */
FIELDSET
{
    /*
    padding: 1em;
    color: #393425 !important;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    */
    padding:.2em;
    margin: .1em;
    border:1px solid #9f9f9f;
}

/* form */
FORM
{
    color: #393425 !important;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
}

/* img */
IMG
{
    border: 0 !important; /* used to set all image border to 0, only set a border if needed */
}

/* input IE6 */
INPUT
{
    /*padding-left: expression(this.type=="text" || this.type=="file" ? '0.2em':'') !important;*/
}

/* input type="button" */
INPUT[type="button"], INPUT[type="submit"], input.cClientButton
{
    /*
    background-position: center center;
    border: 1px outset #0099FF;
    background-color: Transparent;
    text-decoration: none;
    cursor: hand;
    color: #534D35;
    list-style-type: georgian;
    height: 24px;
    width: 70px;
    background-image: url(./images/buttonbg.png' );
    background-repeat: repeat-x;
    font-size: 12px;
    font-family: Tahoma;
    text-align: center;
    */
  cursor: pointer;
  padding: 4px;
  color: #efefef;
  text-align: center;
  border: 2px solid #545454;
  border-bottom: 2px solid #333;
  border-left-color: #424242;
  border-right-color: #424242;
  background: #004a6b;
  /*
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  */
}
INPUT[type="button"]:hover, INPUT[type="submit"]:hover, input.cClientButton:hover
{
    background: #333;
}
INPUT[type="button"]:active, INPUT[type="submit"]:active, input.cClientButton:active {
  background: #666;
  color: #fff;
  border-color: #555;
  text-shadow: #222 0px -1px 0px;
}
#inputFileAttach
{
    background-position: center center;
    border: 0.1px ridge #C5C923;
    background-color: Transparent;
    text-decoration: none;
    cursor: hand;
    color: #534D35;
    list-style-type: georgian;
    height: 24px;
    background-image: url('./images/buttonbg.png' );
    background-repeat: repeat-x;
    font-size: 11px;
    font-family: Tahoma;
    text-align: center;
}

/* input type="checkbox" */
INPUT[type="checkbox"]
{
    border-width:0px;
}

/* input type="image" */
INPUT[type="image"]
{
}

/* input type="password" */
INPUT[type="password"]
{
    /*
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    padding-left: 0.2em !important;
*/
}

/* input type="radio" */
INPUT[type="radio"]
{
    border:0;
}

/* input type="reset" */
INPUT[type="reset"]
{
    /*background-position: center center; 	border: 0.1px none #008000; 	background-color: Transparent; 	text-decoration: none; 	cursor: hand; 	color: #534D35; 	list-style-type: georgian; 	height: 24px; 	background-repeat: no-repeat; 	font-size: 11px; 	font-family: Tahoma; 	text-align: center; 	background-image:  url('./images/buttonbg.png' );*/
}

/* input type="submit" */
INPUT[type="submit"]
{
    /*background-position: center center; 	border: 0.1px none #008000; 	background-color: Transparent; 	text-decoration: none; 	cursor: hand; 	color: #534D35; 	list-style-type: georgian; 	height: 24px; 	background-repeat: no-repeat; 	font-size: 11px; 	font-family: Tahoma; 	text-align: center; 	background-image: url('./images/buttonbg1.png' );*/
}

/* input type="text" */
INPUT[type="text"]
{
    /*
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    padding-left: 0.2em !important;
*/
}

/* label */
LABEL
{
    /*color: #393425 !important;*/
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    line-height: 1.2em !important;
}

/* legend */
LEGEND
{
    /*
    padding: 1em;
    color: #393425 !important;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    */
    padding:.2em;
    font-size: 12px;
    font-weight:bold;
}

/* a */
A
{
    color: #006699;
    font-family: Tahoma, Arial, Helvetica, 'Sans-Serif !important';
}

A:link
{
    color: #2F5E8C;
    font-family: Tahoma, Arial, Helvetica, 'Sans-Serif !important';
}

A:visited
{
    color: #800000;
    font-family: Tahoma, Arial, Helvetica, 'Sans-Serif !important';
}

A:hover
{
    color: #FF0000;
    font-family: Tahoma, Arial, Helvetica, 'Sans-Serif !important';
}

A:active
{
    color: red;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
}

/* --------------------------- */
/* MANUAL-THEMED HTML ELEMENTS */
/* --------------------------- */


/* -- Table ---------------------------------------------------------- */



/* -- 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;
}
#pageheadertitle
{
    border-color: #3399FF;
    border-style: none double double none;
    padding: 1em;
    color: #336699;
    display: block !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    width: 200px;
}

/* ----------------- */
/* ASP AUTO ELEMENTS */
/* ----------------- */


/* -- STANDARD ---------------------------------------------------------- */



/* 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: Tahoma, 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;
}


/* -- DATA ---------------------------------------------------------- */

/*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size: small;
    /*table-layout: auto; /*border-collapse: collapse;*/ /*border:#999999 1px solid;*/ /*background-image:url(./Images/Pagebg.png);     background-repeat:repeat-x;*/
}
.GridViewStyle td, .GridViewStyle th 
{
    white-space:nowrap;
}
/*Header and Pager styles*/
.gHeaderStyle
{
    /*background-image: url(./Images/gridheader.png); 	background-position: center; 	background-repeat: repeat-x;*/
    background-color: #21637b; /*border: 1px solid #000080;*/ /*height: 25px;*/
    font-family: tahoma;
    font-size: 13px;
    color: #FFF;
    text-align: center; /*position:relative;  	top:expression(this.offsetParent.scrollTop); 	z-index:100;*/
}
.gHeaderStyle td
{
    color: #CCC;
    padding: 10px 5px;
    white-space: nowrap;
    background-color: #21637b;
}
.gHeaderStyle td span, .gHeaderStyle td span a
{
    white-space:nowrap;
}
.gHeaderStyle td a
{
    color: #FFF;
}
#toolbar
{
    /*background-image: url('./images/toolbar.png');
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 5px;*/
    background-repeat: repeat;
    height: 26px;
}
#toolbar12
{
    background-image: url('./images/toolbar.png');
    background-repeat: repeat-x;
    background-position: left top;
    padding-left: 5px;
    background-repeat: repeat;
    height: 26px;
}
.PagerStyle /*Common Styles*/
{
    background-image: url('./images/girdheader.png');
    background-position: center;
    background-repeat: repeat-x;
    background-color: #fff; /*border-bottom:solid 1px #999;*/
}

.gHeaderStyle th
{
    background-image: url('./images/girdheader.png');
    background-position: center;
    background-repeat: repeat-x;
    background-color: #fff; /*border:solid 1px #000080;*/ /*height:20px;*/
}
.HeaderStyle a
{
    text-decoration: none;
    color: #333;
    display: block;
    text-align: left;
    font-weight: normal;
}
.RowStyle
{
    /*padding: 5px;*/ /*border-right: solid 1px #999;*/ /*height:22px;*/
}
.dtgRowStyle
{
    /*padding: 5px;*/ /*border-right: solid 1px #999;*/ /*height: 22px;*/
    background-color: #E6F1F2;
}
.gRowStyle
{
    /*padding: 5px;*/ /*border-right: solid 1px #999;*/ /*height: 22px;*/
    background-color: #E6F1F2 !important;
}
.DefRowStyle
{
    /*padding: 5px;*/ /*border-right: solid 1px #999;*/ /*height:22px;*/ /*background-image: url(./images/HeaderWhiteChrome.jpg);     background-repeat: repeat-x;*/
}

/*RowStyles*/
.RowStyle td, .AltRowStyle td, .rSelectedRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    /*padding: 5px;*/ /*border-right: solid 1px #999;*/ /*height:22px;*/
}

.RowStyle td
{
    background-color: #f4f4f4; /*height: 22px;*/ /*background-image: url(./images/HeaderWhiteChrome.jpg);     background-repeat: repeat-x;*/
}
.gRowStyle td
{
    background-color: #f4f4f4 !important; /*height: 22px;	*/
}
.dtgRowStyle td
{
    background-color: #f4f4f4; /*height: 22px;	*/
}
.DefRowStyle td
{
    background-color: #f4f4f4; /*height: 22px;*/ /*background-image: url(./images/gitemrow.png);     background-repeat: repeat-x;*/
    padding: 2px 0;
    *padding: 0;
}
.AltRowStyle td
{
    background-color: #fff;
    padding: 2px 0;
    *padding: 0;
}
.DefRowStyle:hover td, .AltRowStyle:hover td 
{
    background-color: #dfdfdf;
}

.rAltRowStyle
{
    background-color: #669999;
}

.MSGBoxHeader
{
    /*background-image: url(./Images/buttonbg1.png);     background-position:top;     background-repeat:repeat-x;*/
}
.dtgRowStyle
{
}

.rSelectedRowStyle td
{
    background-color: #F7C05B; /*background-image: url(./images/SelectedRow.gif);*/
    color: #663300;
}
.SelectedRowStyle td
{
    background-color: #ff9418; /*background-image: url(./images/SelectedRow.gif);     background-repeat: repeat-x;*/
    color: #663300;
    /*padding: 5px;*/
    padding: 2px 0;
    *padding: 0;
}

.dSelectedRowStyle
{
    background-color: #F7C05B; /*background-image: url(./images/SelectedRow.gif);     background-repeat: repeat-x;*/
    color: #663300;
    height: 31px !important;
}
/* asp:DetailsView */
.aspDetailsView
{
    background-color: #EFEFEF;
    background-image: url('./images/gitemrow.png');
    background-repeat: repeat-x;
    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: Tahoma, 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:GridView */
.aspGridView
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    color: navy;
    font-family: Arial, Sans-Serif;
    font-size: small;
    table-layout: auto;
    border-collapse: collapse;
    border: #666 2px solid;
}

.aspGridView_AlternatingRowStyle TD
{
    padding: 0.5em 0.8em;
    text-align: right;
    background-color: #C0C0C0;
}

.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.5em 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-image: url('./Images/HeaderChrome.jpg');
    background-position: center;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
    border-bottom: #1d1d1d 1px solid;
}
.aspGridView_HeaderStyle
{
    background-image: url('./Images/HeaderChrome.jpg');
    background-position: center;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
    border-bottom: #1d1d1d 1px solid;
}
.aspGridView_HeaderStyle TH
{
    padding: 5px;
    color: #ffffff;
}

.aspGridView_HeaderStyle A
{
    text-decoration: none;
    color: #ffffff;
    display: block;
    text-align: left;
    font-weight: normal;
}

.aspGridView_HeaderStyle A:link
{
    color: #FFFFFF !important;
}

.aspGridView_HeaderStyle A:visited
{
    color: #FFFFFF !important;
}

.aspGridView_HeaderStyle A:hover
{
    color: #FFFFFF !important;
}
.aspGridView_PageStyle
{
    background-image: url('./images/HeaderSoftGrey.jpg');
    background-position: center;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
}
.aspGridView_PagerStyle TD
{
    border-top: #1d1d1d 1px solid;
}

.aspGridView_PagerStyle SPAN
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}

.aspGridView_RowStyle TD
{
    padding: 0.5em 0.8em;
    height: 22px;
    text-align: right;
    background-color: #c9c9c9;
}

.aspGridView_RowStyle A:link
{
    color: blue;
    font-weight: bold !important;
}

.aspGridView_RowStyle A:visited
{
    color: #800000;
    font-weight: bold !important;
}

.aspGridView_SelectedRowStyle TD
{
    padding: 0.5em 0.8em;
    background-color: #ffff66;
    text-align: right;
}

.aspGridView_SelectedItemStyle TD A:link
{
    color: navy !important;
    font-weight: bold !important;
}

.aspGridView_SelectedItemStyle TD A:visited
{
    color: #800000 !important;
    font-weight: bold !important;
}

/* -- TABLE ---------------------------------------------------------- */

/* asp:Table */

/* -- VALIDATION ---------------------------------------------------------- */

/* asp:CompareValidator */
.aspCompareValidator
{
    color: #FF0000 !important;
    font-size: 0.9em !important;
}

/* asp:CustomValidator */
.aspCustomValidator
{
    color: #FF0000 !important;
    font-size: 0.9em !important;
}

/* asp:RangeValidator */
.aspRangeValidator
{
    color: #FF0000 !important;
    font-size: 0.9em !important;
}

/* asp:RegularExpressionValidator */
.aspRegularExpressionValidator
{
    color: #FF0000 !important;
    font-size: 0.9em !important;
}

/* asp:RequiredFieldValidator */
.aspRequiredFieldValidator
{
    color: #FF0000;
    font-size: 0.9em !important;
}

/* asp:ValidationSummary */
.aspValidationSummary
{
    color: #7d745a !important;
    font-size: 1em !important;
    font-weight: bold !important;
}

.aspValidationSummary UL LI
{
    color: #FF0000 !important;
    font-weight: normal !important;
}


/* -- TEXT & COLOUR ---------------------------------------------------------- */

/* asp:CheckBox */
.aspCheckBox
{
    color: #393425 !important;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}

/* asp:CheckBoxList */
.aspCheckBoxList
{
    color: #393425 !important;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}


/* asp:FileUpload */
.aspFileUpload
{
    color: #393425 !important;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    background-position: center center;
    border: 0.1px ridge #C5C923;
    background-color: Transparent;
    text-decoration: none;
    cursor: hand;
    color: #534D35;
    list-style-type: georgian;
    height: 24px;
    background-image: url('./images/buttonbg.png');
    background-repeat: repeat-x;
    font-family: Tahoma;
    text-align: center;
}

/* asp:HyperLink */
/* Inherited */
.aspHyperLink
{
    text-decoration: none !important;
}

/* asp:Label */
.aspLabel
{
    color: #393425 !important;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}
aspErrorLabel
{
    color: #FF0000;
    font-family: Tahoma, Arial, Helvetica, 'Sans-Serif !important';
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}



.aspLinkButton
{
    /*text-decoration: none !important;*/
    /*text-decoration: underline !important;*/
}
.aspLinkButtonHeader
{
    color: Navy !important;
}

A.aspLinkButton:link
{
    /*text-decoration: underline !important;*/
}

A.aspLinkButton:visited
{
}
A.aspLinkButton:hover
{
    text-decoration: underline !important;
}

.woaspLinkButton
{
    text-decoration: none !important;
}

A.woaspLinkButton:link
{
    text-decoration: none !important;
}

A.woaspLinkButton:visited
{
}
A.woaspLinkButton:hover
{
    text-decoration: none;
    width: 150px; /*background-color: #9DC5E6;*/
    color: black;
}


/*green*/
.wogreenaspLinkButton
{
    text-decoration: none !important;
    color: Green;
}

A.wogreenaspLinkButton:link
{
    text-decoration: none !important;
    color: Green;
}

A.wogreenaspLinkButton:visited
{
}
A.wogreenaspLinkButton:hover
{
    text-decoration: none;
    width: 150px; /*background-color: #9DC5E6;*/
    color: #007900;
}

/*blue*/

.woblueaspLinkButton
{
    text-decoration: none !important;
    color: Blue;
}

A.woblueaspLinkButton:link
{
    text-decoration: none !important;
    color: Blue;
}

A.woblueaspLinkButton:visited
{
}
A.woblueaspLinkButton:hover
{
    text-decoration: none;
    width: 150px; /*background-color: #9DC5E6;*/
    color: #2F32B7;
}

/*red*/

.woredaspLinkButton
{
    text-decoration: none !important;
    color: Red;
}

A.woredaspLinkButton:link
{
    text-decoration: none !important;
    color: Red;
}

A.woredaspLinkButton:visited
{
}
A.woredaspLinkButton:hover
{
    text-decoration: none;
    width: 150px; /*background-color: #9DC5E6;*/
    color: #840000;
}

.woaspHyperLink
{
    text-decoration: none !important;
}


/*green*/


A.wogreenaspHyperLink:link
{
    text-decoration: none !important;
}

A.woaspHyperLink:visited
{
}

A.woaspHyperLink:hover
{
    text-decoration: none;
    width: 150px;
    color: #660033;
}


/*aspListBox*/
.aspListBox
{
    color: #393425 !important;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}

/* asp:LoginName */
.aspLoginName
{
    color: #393425 !important;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-style: italic !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}

/* asp:LoginStatus */
.aspLoginStatus
{
    color: #393425 !important;
    font-family: Tahoma, 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: Tahoma, 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: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}

/* asp:TextBox */
.aspTextBox
{
    color: #393425;
    font-family: Tahoma, Arial, Helvetica, 'Sans-Serif !important';
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    padding-left: 0.2em !important;
}
.aspRighToLeftTextBox
{
    color: #393425;
    font-family: Tahoma, Arial, Helvetica, 'Sans-Serif !important';
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    padding-left: 0.2em !important;
    text-align: right;
    direction: rtl;
}

#txtUserName
{
    /*
    border: 1px solid silver;
    color: #333399;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    padding-left: 0.3em;
    text-align: left; /*border-top-color: #3366FF;*/
}
#txtPassword
{
    /*
    border: 1px solid silver;
    border-width: 1px;
    color: #333399;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    padding-left: 0.3em;
    text-align: left; /*border-top-color: #3366FF;*/
}

#invalidUserLabel
{
    color: #FF0000;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}
.TxtEditableRightHidden
{
    font-family: Tahoma;
    color: Black;
    background-color: White;
    text-align: right;
    visibility: hidden;
}
#tddetailheader
{
    background-image: url('./images/pagebg.png' );
    background-color: White;
    background-repeat: repeat-x;
    width: 100%;
    height: 16px;
}
#thewindowcontent
{
    color: #393425;
    font-family: Tahoma, 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 */
    background-color: #FFFFFF;
}
.cClientButton
{
    /*
    background-position: center center;
    border: 1px outset #00FFCC;
    background-color: #D6DEEB;
    text-decoration: none;
    cursor: hand;
    color: #003300;
    list-style-type: georgian;
    background-image: url(          './images/buttonbg1.png' );
    background-repeat: repeat-x;
    font-size: 11px;
    font-family: Tahoma;
    text-align: center;
    width: 83px;
    height: 24px;
*/
}
#tdLogin
{
    border: 2px inset #99CCFF;
    background-image: url('./images/pagebg.png');
    background-repeat: repeat-x;
}

.PagerContainerTable
{
    border-right: #333333 1px solid;
    border-top: #333333 1px solid;
    border-left: #333333 1px solid;
    color: #d1d1e1;
    border-bottom: #333333 1px solid;
    background-color: #FFFFFF;
}
.PagerInfoCell
{
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 3px;
    font: bold 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
    color: #f0f1f2;
    padding-top: 3px;
    white-space: nowrap;
    background-color: #990000;
    font-weight: normal;
}
.PagerInfoCell:link
{
    color: #ffcc66;
    text-decoration: none;
}
.PagerInfoCell:visited
{
    color: #ffcc66;
    text-decoration: none;
}
.PagerCurrentPageCell
{
    color: #990000;
    background-color: #FFFF99;
    cursor: default;
}
.PagerOtherPageCells
{
    background-color: #f0f1f2;
}
.PagerSSCCells
{
    background-color: #cccccc;
}
.PagerHyperlinkStyle
{
    font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.PagerHyperlinkStyle:hover
{
    color: #000000;
    text-decoration: none;
    font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.PagerHyperlinkStyle:link
{
    color: #000000;
    text-decoration: none;
    font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.PagerHyperlinkStyle:visited
{
    color: #000000;
    text-decoration: none;
    font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.aspDataList_HeaderStyle
{
    background-image: url('./images/gridheader.png');
    background-position: center;
    background-repeat: repeat-x;
    background-color: #fff;
    border: 1px solid gray;
    height: 30px;
    font-family: tahoma;
    font-size: 9px;
    color: #000066;
    text-align: center;
}

.PagerHyperlinkStyle:active
{
    color: #000000;
    text-decoration: none;
    font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.GoToLabel
{
    font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
    color: #333333;
    cursor: pointer;
    font-size: 65%;
    vertical-align: middle;
    display: inline;
}
.GoToSelect
{
    font-size: 55%;
}
.GoToSelectedOption
{
    color: #f9f9f9;
    background-color: #666666;
}

.GoToArrow
{
    vertical-align: middle;
    cursor: pointer;
}

/*--DataList--*/

.dRowStyle
{
    height: 31px !important;
    background-color: #F3F2ED;
    background-image: url('./images/gitemrow.png');
    background-repeat: repeat-x;
}
.dAltRowStyle
{
    background-color: #FFFFFF;
    height: 31px !important;
}
.aspDataList_SelectedItemStyle
{
    background-color: Red;
    border-bottom-color: #e4dbc0 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    height: 22px !important;
    text-align: left !important;
}

html 
{
    overflow:hidden;
}
html, body
{
    width: 100%;
    height: 100%;
    max-height: 100%;
}

body.master-body, body#master_body
{
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow:hidden;
}
body#formBody, body#formBodyTag
{
    overflow:auto;
}
body, td, th
{
    font-family: Tahoma;
    font-size: 11px;
    color: #333;
    line-height: 150%;
}
body
{
    background-color: #efefef;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    direction: rtl;
}
form {
	padding:0;
	margin:0;
}
form#aspnetForm 
{
    width:100%;
    height:100%;
}
a:link
{
    color: #21637b;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #004a6b;
}
a:hover
{
    text-decoration: underline;
    color: #ad5200;
}
a:active
{
    text-decoration: underline;
    color: #ff9418;
}

input, textarea, td input, fieldset input, select
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    padding: 5px;
    border: 1px solid #ccc;
    border-top-color: #999;
    background: #fff;
    color: #333;
}
.html40doctype input
{
    height:27px;
}
textarea 
{
    min-width:50%;
    max-width:98%;
    padding:1%;
    min-height:100px;
    max-height:300px;
    margin:0;
    overflow:auto;
}
input:focus, textarea:focus, td input:focus, fieldset input:focus, select:focus
{
  color: #000;
  border-color: #ace;
}
input.ray-autocomplete {
  background-image: url('../images/throbber.gif');
  background-repeat: no-repeat;
  background-position: 0 2px;
}
input.throbbing {
  background-position: 0 -18px;
}
.aspCheckBox input, .aspRadioButton input
{
    border: 0 none;
    background: transparent;
}
option, optgroup
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    line-height: 100%;
    direction: rtl;
}
optgroup
{
    font-style: normal;
    font-weight: bold;
}
div.clear 
{
    clear:both;
}
div#login_container {
	width: 100%;
	height:100%;
	max-height:100%;
	overflow:hidden;
	background:#424242;
	vertical-align:middle;
}
div#login_auth_err 
{
    height:18px;
}
div#login_logo {
	position:absolute;
	top:50%;
	right:50%;
	width:162px;
	height:43px;
	background:url('./images/layout.png') 0 0 no-repeat;
	margin:103px 57px 0 0;
	z-index:100;
}
div#login_logo a 
{
    width:100%;
    height:100%;
    overflow:hidden;
    display:block;
}
div#login {
	width:461px;
	height:271px;
	background:url('./images/layout.png') 0 -43px no-repeat;
	overflow:hidden;
	margin:-177px -230px 0 0;
	padding:0;
	top:50%;
	right:50%;
	position:absolute;
}
div#login_inner {
	margin:0;
	padding:10px 30px 0;
}
div#login_form {
	width:100%;
	margin:0;
	padding:0;
	float:left;
	font-size:11px;
}
div#form_layout_top {
	margin:10px 0 0 0;
}
div#form_layout {
	margin:10px 0 5px;
	text-align:center;
	border-bottom: 1px solid #63ABC6;
	border-top: 1px solid #63ABC6;
	padding: 0 0 17px;
}
div#form_layout_inner
{
    margin: auto;
    padding:0;
    text-align:left;
    width:170px;
}
div#form_layout_inner span 
{
    position: absolute;
    padding:8px;
}
div#form_layout input 
{
    clear:both;
    margin:1px 0;
}
div#form_layout input.btn, div#form_layout input.cClientButton{
	width:100px;
	border-width:0px;
	background-color:#21637b;
	color:#FFF;
}
div#form_layout input.username{
	width:143px;
	background:url('./images/layout.png') 0 -408px no-repeat #FFF;
}
div#form_layout input.password{
	width:143px;
	background:url('./images/layout.png') -151px -408px no-repeat #FFF;
}
div#versionInfo 
{
    text-align:center;
    line-height:150%;
}
div#compatibility {
	position:absolute;
	top:50%;
	right:50%;
	width:300px;
	height:43px;
	margin:110px -222px 0 0;
	z-index:99;
	font-size:11px;
	color:#999;
	line-height:130%;
}

div#appcontainer
{
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    text-align: right;
}
div#header
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background: #424242;
    direction: rtl;
}
div#logo
{
    width: 162px;
    height: 43px;
    background: url('./images/layout.png') 0 0 no-repeat;
    margin: 9px 30px 8px;
    float: right;
}
div#header_left
{
    height: 43px;
    margin: 0 0 0 0; /*float:right;*/
}
div#menu
{
    display: block;
    margin: 5px 0 0 0;
}
div#menu ul
{
    margin: 0;
    padding: 0;
}

div#menu ul li a, div#menu ul li a.levelonea
{
    color: #FFF;
    padding: 5px 10px 5px 10px;
    display: block;
    text-decoration: none;
}
div#menu ul li:hover a, div#menu ul li:hover a.levelonea, div#menu ul li.hover a
{
    background-color: #21637B;
    color: #FFF;
}
div#menu ul li
{
    float: right;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 5px 5px 0;
    position: relative;
}
div#menu ul li ul
{
    position: absolute;
    right: 5px;
    display: none;
    width: 200px;
    margin:-1px 0 0 0;
    border-top:1px solid #21637b;
    border-bottom:3px solid #21637b;
}
div#menu ul li ul li a
{
    /*background: #21637B;*/
    background: #FFF;
    /*color: #efefef;*/
    color:#21637b;
    border-left:1px solid #21637b;
    border-right:1px solid #21637b;
}

div#menu ul li:hover ul li a, div#menu ul li.hover ul li a
{
    /*background: #21637B;*/
    background: #FFF;
    /*color: #efefef;*/
    color:#21637b;
    border-left:1px solid #21637b;
    border-right:1px solid #21637b;
}
div#menu ul li:hover ul li a:hover, div#menu ul li.hover ul li a:hover
{
    background-color: #007B9C;
    color: #FFF;
}
div#menu ul li ul li
{
    width: 200px;
    padding: 0;
    margin: 0;
}
div#menu ul li:hover ul
{
    /*display: block;*/
}

div#menu ul li:hover ul li ul
{
    display: none;
}

div#menu ul li ul li ul
{
    margin:-27px 194px 0 0;
}

div#date_show
{
    position: absolute;
    top: 8px;
    left: 15px;
    color: #999;
    font-size: 10px;
}
div#user_info
{
    position: absolute;
    top: 32px;
    left: 15px;
    color: #CCC;
    font-size: 10px;
}
div#user_info a
{
    color: #CCC;
}
div#user_info a:hover
{
    color: #FC0;
}
div#user_info span
{
    display:block;
    float:left;
    padding:0 20px 0 0;
}

div#user_info .topbar-logout a
{
    display:block;
    height:100%;
    padding:0 0 0 20px;
    background: url('./images/layout.png') -310px -410px no-repeat;
}

div#content
{
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 0;
    right: 230px;
    bottom: 0;
    background: #efefef;
    overflow: hidden;
    direction: rtl;
    border-top: 2px solid #007b9c;
}
div.appcontainer-master-nobar-nomenu div#content
{
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
}
div.appcontainer-nomenu-rightpan div#content
{
    top: 60px;
    left: 0;
    right: 223px;
    bottom: 0;
}
div.appcontainer-iconsonly div#content
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height:100%;
}
div#contentmain
{
    padding: 0;
    margin: 0;
    overflow: auto;
    top: 47px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
div#contentmainOverlay
{
    padding: 0;
    margin: 0;
    overflow: hidden;
    top: 47px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #333;
}
div#contentmainOverlay .activate-link 
{
    display:block;
    width:200px;
    height:30px;
    margin:auto;
    top:50%;
    right:50%;
    position:absolute;
    margin:-15px -100px 0 0;
    padding:5px 0 0 0;
    text-align:center;
    color:#F00;
    background:#000;
    /*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    */
}
div#right
{
    position: absolute;
    z-index: 4;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 230px;
    background: #424242;
    overflow: hidden;
    direction: rtl;
}
div.appcontainer-nomenu-rightpan div#right
{
    width: 223px;
    border-top: 2px solid #007b9c;
}
div#right_handle
{
    width: 7px;
    position: absolute;
    right: 223px;
    bottom: 0;
    top: 0;
    background: #007b9c;
    z-index: 8;
}
div.appcontainer-nomenu-rightpan div#right_handle
{
    display: none;
}
div#right_handle_inner
{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 40px;
    margin: -20px 0 0 0;
    background: url('./images/layout.png') -162px 0 no-repeat;
}
div.right-handle-inner-closed div#right_handle_inner
{
    background: url('./images/layout.png') -169px 0 no-repeat;
}
div#right_content
{
    width: 223px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #424242;
    z-index: 7;
}
div.appcontainer-nomenu-rightpan div#right_content
{
    background: #e5e5e5;
}
div#righticons 
{
    width: 223px;
    position: absolute;
    right: 0;
    top: 0;
    /*bottom: 160px;*/
    height:30px;
    background: #424242;
    overflow: hidden;
}
div#right_content_top
{
    width: 223px;
    position: absolute;
    right: 0;
    top: 30px;
    /*bottom: 160px;*/
    bottom: 0;
    background: #424242;
    overflow: auto;
}
div.appcontainer-nomenu-rightpan div#right_content_top
{
    background: #e5e5e5;
}
div.appcontainer-nomenu-rightpan div#right_content_top a:link
{
    color:#333;
}
div#right_content_handles
{
    width: 223px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 160px;
    background: #424242;
}

div.appcontainer-nomenu-rightpan div#right_content_handles
{
    height: 155px;
}
div.appcontainer-nomenu-rightpan div#right_content_handles
{
    background: #e5e5e5;
}
div.handle-item
{
    height: 30px;
    width: 222px;
    background: #21637b;
    border-bottom: 1px solid #007b9c;
    margin: 0 0 1px 0;
    font-size:10px;
}
div.appcontainer-nomenu-rightpan div.handle-item
{
    background: #c2c2c2;
    border-bottom: 0px;
    margin: 0 0 1px 0;
    width: 221px;
}
div.handle-item a
{
    display: block;
    padding: 7px 8px;
    color: #FFF;
    text-decoration: none;
}
div.appcontainer-nomenu-rightpan div.handle-item a
{
    color: #333;
}
div.handle-item a:hover
{
    background: #007b9c;
}
div.handle-item-selected a, div.handle-item-selected a:hover
{
    background: #005971;
}

div.appcontainer-nomenu-rightpan div.handle-item a:hover
{
    background: #b4b4b4;
}
div#footer
{
    position: absolute;
    z-index: 6;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: #424242;
    direction: rtl;
}



/********top-icons********/
div#topicons
{
    background: #f4f4f4;
    height: 47px;
}
div#topicons div 
{
    float:left;
}
div.top-icon
{
    width: 47px;
    height: 45px;
    float: left;
    background: url('./images/layout.png') no-repeat;
}
div.top-icon a
{
    width: 45px;
    height: 45px;
    display: block;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
div.top-icon a:hover
{
    /*border: 1px solid #CCC;*/
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
/********top-icons-right********/
div#righticons
{
    padding-right:15px;
    background: #424242;
}
div#righticons div 
{
    float:right;
}
div.right-icon
{
    width: 30px;
    height: 30px;
    float: right;
    background: url('./images/layout.png') no-repeat;
}
div.right-icon a
{
    width: 28px;
    height: 28px;
    display: block;
    border: 1px solid #424242;
}
div.right-icon a:hover
{
    border: 1px solid #686868;
}
/********icons-backgrounds********/
div.sitter
{
    background-position: -367px -314px;
}
div.search-message
{
    background-position: -320px -314px;
}
div.search-letter
{
    background-position: -261px -314px;
}
div.search-letter-forwards
{
    background-position: -364px -435px;
}
div.folder-new
{
    background-position: 0 -530px;
}
div.folder-edit
{
    background-position: -30px -530px;
}
div.folder-move
{
    background-position: -90px -530px;
}
div.folder-delete
{
    background-position: -60px -530px;
}
div.refresh
{
    background-position: -7px -314px;
}
div.forward
{
    background-position: -411px -361px;
}
div.action
{
    background-position: -157px -362px;
}
div.draft
{
    background-position: -109px -362px;
}
div.archive
{
    background-position: -361px -362px;
}
div.edit
{
    background-position: -312px -362px;
}
div.edit-all
{
    background-position: -260px -362px;
}
div.tracking
{
    background-position: -8px -362px;
}
div.return
{
    background-position: -58px -362px;
}
div.history
{
    background-position: -209px -362px;
}
div.new-message 
{
    background-position: 0 -435px;
}
div.reply-message 
{
    background-position: -190px -435px;
}
div.reply-to-all-message 
{
    background-position: -235px -435px;
}
div.delete-message 
{
    background-position: -43px -435px;
}
div.convert-message-to-letter 
{
    background-position: -89px -435px;
}
div.convert-message-to-email 
{
    background-position: -142px -435px;
}
div.message-send 
{
    background-position: -315px -435px;
}
div.message-discard 
{
    background-position: -277px -435px;
}
div.remove-message-filter
{
    background-position: -340px -482px;
}
div.check
{
    background-position: -414px -435px;
}
div.print
{
    background-position: -1px -482px;
}
div.plus
{
    background-position: -46px -482px;
}
div.minus
{
    background-position: -89px -482px;
}
div.save
{
    background-position: -141px -482px;
}

div.historyBackward
{
    background-position: -189px -482px;
}

div.historyForward
{
    background-position: -232px -482px;
}


div#tooltip, div.tooltip
{
    display: none;
    margin:0;
    padding: 4px;
    /*font-size: 9pt;*/
    /*background: #21637B;*/
    background: #ff9418;
    color: #FFF;
    z-index: 900;
    position:absolute;
    top:0;
    left:0;
    /*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    */
}
div.modal
{
    background: #efefef;
    display: none;
    width: 90%;
    height: 90%;
    padding: 0;
    z-index: 899;
    padding: 0;
    padding: 0;
    border-collapse: collapse;
}
div.modal-content
{
    padding: 5px;
}

div.modal div.close
{
    position: absolute;
    top: 8px;
    left: 8px;
    width: 20px;
    height: 20px;
    border: 2px solid #F00;
    color: #F00;
    cursor: default;
    text-align: center;
    font-weight: bold;
    background: #f00;
}
div.modal h2
{
    background: #21637B;
    color: #FFF;
    margin: 0;
    padding: 10px;
}
div#abs_scope
{
    text-align:right;
}
div.handle-item-hidden
{
    display: none;
    position: absolute;
    left: 0;
    right: 222px;
    bottom: 0;
    height: 155px;
    background: #c2c2c2;
    z-index: 500;
    overflow: auto;
}

div#topicons div.page-title
{
    font-weight:bold;
    font-size: 12px;
    padding: 15px 15px 0 0;
    float: right;
}

div#right_content_top ul li a, div#right_content_top a:link
{
    color: #FFF;
    text-decoration: none;
    font-size:10px;
    /*
    display: block;
    float:right;
    width:150px;
    height:16px;
    line-height:16px;
    overflow:hidden;
    */
}
div#right_content_top a:visited
{
    text-decoration: none;
    color: #FFF;
}
div#right_content_top a:hover
{
    text-decoration: none;
    color: #F00;
}
div#right_content_top a:active
{
    text-decoration: none;
    color: #F00;
}
div#right_content_top ul, div#abs_scope ul 
{
    list-style:none;
    margin:0 0 0 0;
    padding:0;
}
div#right_content_top ul li, div#abs_scope ul li 
{
    list-style:none;
    margin:0 0 0 0;
    padding:2px 20px 2px 0;
    /*background:url('./images/layout_lists.png') 100% 6px no-repeat;*/
    background:url('./images/layout_lists_normal.png') 100% 6px no-repeat;
    clear:both;
    white-space:normal;
    overflow:hidden;
    font-size:10px;
}
div#right_content_top ul li:hover, div#abs_scope ul li:hover 
{
    /*background:url('./images/layout_lists.png') 100% -14px no-repeat;*/
    background:url('./images/layout_lists_normal_over.png') 100% 6px no-repeat;
}
div#right_content_top ul li.AttItemNonOrigin
{
    /*background-position:100% -33px;*/
    background:url('./images/layout_lists_attr.png') 100% 0 no-repeat;
}
div#right_content_top ul li.AttItemNonOrigin:hover
{
    /*background-position:100% -54px;*/
    background:url('./images/layout_lists_attr_over.png') 100% 0 no-repeat;
}

div#right_content_top ul.right_tree
{
    margin:10px 0 0 0;
}
div#right_content_top ul.right_tree li
{
    list-style:none;
    margin:0 20px 0 0;
    padding:2px 0;
    background:url('./images/layout_lists.png') 100% -321px no-repeat;
    line-height:16px;
    clear:both;
    font-size: 11px;
    white-space:nowrap;
}
div#right_content_top ul.right_tree li.first-tree-li
{
    background-position:100% -2075px;
}
div#right_content_top ul.right_tree li.last-tree-li
{
    background-position:100% -1171px;
}
div.tree-icon 
{
    float: right;
    border:0 none;
    width: 10px;
    height: 10px;
    margin:3px 0 0 7px;
}
div.tree-icon-p
{
    background:url('./images/layout_lists.png') -4px -86px no-repeat;
}
div.tree-icon-m
{
    background:url('./images/layout_lists.png') -4px -106px no-repeat;
}
div.tree-image
{
    float: right;
    border: 0 none;
    width: 16px;
    height: 16px;
    margin:0 0 0 3px;
    background:none;
    overflow:hidden;
}
div.tree-image-empty
{
    text-indent:100px;
    background:#424242;
    border:1px solid #282828;
    width:14px;
    height:14px;
}
div#right_content_top ul li a.tree-item-selected 
{
    color:#F00;
}



div.paging_container 
{
    width:98%;
    padding:0;
    margin:0;
    background: #007b9c;
    color:#FFF;
}
div.paging_elem 
{
    float: right;
    padding:0 0 0 0;
    margin:0;
    border:0 none;
    /*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    */
}
div.paging_elem input 
{
    width:19px;
    height:22px;
    border:0 none;
}
div.paging_elem_r
{
    float: right;
}
div.paging_elem_l 
{
    float: left;
}

div#message_preview 
{
    display:none;
    border:0 none;
    background:#ff9418;
    position:absolute;
    width:80%;
    top:-500;
    right:100px;
    padding:5px;
    border:0 none;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 8px;
}
div#message_preview_inner
{
    
}
div#message_preview_close
{
    color:#000;
    /*float:right;*/
    cursor:default;
    padding:0;
    margin:0;
    width:22px;
    height:12px;
    overflow:hidden;
    background:url('./images/layout.png') -176px 0 no-repeat;
}
div#message_preview_body 
{
    /*float: right;*/
    background:#FFF;
    padding:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-height:15em;
    overflow:auto;
}

div.ray_box_bordered 
{
    background:#FFF;
    border:2px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin:1%;
    padding:1%;
    width:95%;
    min-height:200px;
}
.expandItemCC
{
	display:block;
	width:30%;
}
.ReceiverContainer
{
	width:33%;
	float:right;
}
.message-receivers 
{
    border-bottom: 1px solid #CCC;
}
.message-receivers-opsions 
{
    width:auto;
    float:right;
}
.ReceiverContainer span 
{
    display:block;
}
.ReceiverContainer span.remove
{
    display:inline;
    cursor:hand;
}
#divViewReceiversCC 
{
    
}
#divViewReceiversBCC
{
    
}
.autocomp
{
    width:90%;
}

.autocomp-showAll
{
	height: 18px; 
	width: 16px;
    border: 1px solid #E8E8E8; 
    background-color: #DAE6E7;
    }

.autocomp_res 
{
    position:absolute;
    width:300px;
    height:300px;
    overflow:auto;
    background:#efefef;
    border:0px solid #666;
    z-index:9999;
    padding:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display:none;
}
.message_to_selected, .message_to_selected div, .message_to_selected div span
{
    cursor:default;
}
.message_to_selected div span
{
    cursor:pointer;
}
.ray-autocomplete-w1 { background:url('img/shadow.png') no-repeat bottom right #333; position:absolute; top:0px; left:0px; margin:3px 0 0 3px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.ray-autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:right; max-height:350px; overflow:auto; margin:-3px 3px 3px -3px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden;}
.ray-autocomplete .selected { background-color:#F0F0F0; }
.ray-autocomplete div { padding:2px 20px 2px 0; white-space:nowrap; overflow:hidden; width:100%; }
.ray-autocomplete strong { font-weight:normal; color:#3399FF; }

.ray-autocomplete .individual { background-image:url('./images/layout_lists.png'); background-position: 100% -122px; background-repeat: no-repeat; }
.ray-autocomplete .group { background-image:url('./images/layout_lists.png'); background-position: 100% -145px; background-repeat: no-repeat; }
.message_selected div, .message_to_selected div { padding: 4px 20px 4px 0; margin: 0 5px 0 0; width:auto;}
.message_selected div:hover, .message_to_selected div:hover { background-color:#FFF; }
.message_selected .individual, .message_to_selected .individual { background-image:url('./images/layout_lists.png'); background-position: 100% -120px; background-repeat: no-repeat; }
.message_selected .group, .message_to_selected .group { background-image:url('./images/layout_lists.png'); background-position: 100% -143px; background-repeat: no-repeat; }


.ray-autocomp-holder
{
}

.ray-autocomp-single-icon{
    background-color:#FFFFFF;
    border-color:#999999 #CCCCCC #CCCCCC;
    border-right:1px solid #CCCCCC;
    border-style:solid;
    border-width:1px;
    color:#333333;
    font-family:Tahoma,Geneva,sans-serif;
    font-size:11px;
    padding:4px 20px 4px 4px;
    white-space:nowrap;
    overflow:hidden;
    display:inline-block;
}

.cDatePicker input 
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    line-height: 100%;
    padding: 0px;
    margin: 2px;
    border: 2px solid #666;
    direction: rtl;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

div#letter-info
{
}
div#letter-info span
{
    display:block;
    background:#C2C2C2;
    margin:0 0 1px 2px;
    padding:5px;
}
div#letter-info span span
{
    display:inline;
    background:none;
    margin:0;
    padding:0;
}

.CenteredText
{
	text-align: center;
}

/**
 * calendar
 */
div.calendar 
{
    z-index:999999;
}

/**
 * search-message
 */
div.search-message {}
div.search-message fieldset {height: 60px; border:1px solid #CCC;}

/**
 * jQuery ui 
 */











































/**
 * POPUP CONTAINER STYLES
 */
#popupMask
{
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .4;
    filter: alpha(opacity=20); /* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */ /*background-color:transparent !important;*/
    background-color: #336699; /* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
    background-image: url("maskBG.png") !important;
    background-image: none;
    background-repeat: repeat;
    display: none;
}

#popupContainer
{
	position: absolute;
	z-index: 1001;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner
{
    border: 1px solid #336699;
    background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar
{
    background-position: center center;
    background-color: #FFFFFF;
    background-image: url('./images/buttonbg3.jpg'); /*font-weight: bold;*/
    height: 1.3em;
    padding: 4px;
    direction: rtl;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #78A3F2;
    border-left: 1px solid #78A3F2;
    border-right: 1px solid #204095;
    position: relative;
    z-index: 203;
    background-repeat: repeat-x;
    border-color: #78A3F2 #204095 #336699 #78A3F2;
    font-family: arial, Helvetica, sans-serif;
    font-size: medium;
    color: #000080;
}

#popupTitle 
{
	direction:rtl;
	float:right;
	vertical-align:middle;
	font-family:Tahoma;
	font-size: 0.6em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

div.multifile-label 
{
    border-top: 1px solid #CCC;
    width:auto;
}
div.multifile-label:hover
{
    background:#FFF;
}
span.multifile-title
{
    display:block;
    width:300px;
    overflow:hidden;
    float:right;
    padding:4px 10px 0 0;
}
a.multifile-remove
{
    display:block;
    float:right;
}
input.multifile-description-wrapper
{
    float: right;
}
input.multifile-description
{
}

div.divWorkFlowControl , div.divWorkFlowControl *
{
    line-height:normal;
}
div.divWorkFlowControl input, div.divWorkFlowControl textarea, div.divWorkFlowControl td input, div.divWorkFlowControl fieldset input, div.divWorkFlowControl select
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    padding: 0;
    border: 1px solid #ccc;
    border-top-color: #999;
    background: #fff;
    color: #333;
}
div#login_help_btn 
{
    position:absolute;
    bottom:30px;
    left:35px;
    width:40px;
    height:43px;
    background:url('./images/layout.png') -196px 0 no-repeat;
    text-indent:-1000px;
    overflow:hidden;
    cursor:pointer;
}
div#help_page_container
{
    margin:0;
    padding:0;
    border:0 none;
    height:100%;
    overflow:auto;
}

div#help_page_container #help_items li 
{
}
div#help_page_container #help_items li img
{
    text-align:right;
}
.center-main-small 
{
    width:60em;
    margin:0 auto;
    text-align:center;
}
.vertical-spacer 
{
    height:1em;
    clear:both;
}

.receiverTypeTitle
{
	 font-weight:bold;
	 width:100%;
}
.appcontainer-empty
{
	overflow:auto;
}