﻿.MainDiv
{
    text-align: right;
    direction: rtl;
    font-family: Tahoma;
    font-size: 13px;
    margin: 5px;
    width: 100%;
}
.HeaderDiv
{
    text-align: center;
    direction: rtl;
    font-family: Verdana;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    margin: 5px;
}
.heading
{
    color: #ffffff;
    font-family: Tahoma;
    background: #284775;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    padding: 5px;
}
.SubHeading
{
    color: #ffffff;
    font-family: Tahoma;
    background: #5D7B9D;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    padding: 5px;
}

.SubNote
{
    color: #eeeeee;
    font-family: Tahoma;
    font-size: 11px;
}

.Hint
{
    	font-family:tahoma;
	font-size:10px;
	color:#606060;
}
.tables
{
    width: 100%;
}

.tables td
{
    font-family: Tahoma;
    font-size: 13px;
    padding: 5px;
}

.right_justified
{
    text-align: right;
    direction: rtl;
    width: 100%;
}
.DevHelperRequiredMark
{
    color: #C8040A;
    margin-left: 3px;
}

.TextBox
{
    font-family:tahoma;
	font-size:12px;
	color:#1e5a72;
    width: 180px;
}

.txtOther
{
    font-family:tahoma;
	font-size:12px;
	color:#1e5a72;
    width: 180px;
    background-color:rgb(255,255,180);
}

.Area
{
    font-family:tahoma;
	font-size:12px;
	color:#1e5a72;
    width: 90%;
    height:150px;
}
.DropDownList
{
    width: 180px;
    font-family:tahoma;
	font-size:12px;
	color:#1e5a72;
}

.HyperLink
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 13px;
}

.LinkButton
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 13px;
}

.Waiting
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 21px;
    border: solid 1px #000000;
    width: 300px;
    background-color: Maroon;
    color: White;
    text-align: center;
}

.Button
{
    font-family: Tahoma;
    font-size: 13px;
    cursor: pointer;
    min-width: 75px;
    padding: 3px;
    vertical-align: middle;
}
.AutoButton
{
    font-family: Tahoma;
    font-size: 13px;
    cursor: pointer;
    vertical-align: middle;
}


.LabelMessage
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
}

.MainTable
{
    direction: rtl;
    text-align: right;
}

html
{
    direction: rtl;
}

body
{
    margin: 0px;
    padding: 0px;
    background: url(../images/default/design/bg_body.jpg) #dedede repeat-x top left;
    font-family: Tahoma;
    font-size: 13px;
}
.link a, .link a:visited, .link a:link
{
    font-family: Tahoma;
    font-size: 9pt;
    text-decoration: none;
    color: #6d6d6d;
}

.text_reg, .text_reg a, .text_reg a:visited, .text_reg a:hover
{
    font-family: tahoma;
    color: #466008;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
}

.TopMenu a
{
    text-align: center;
    padding: 0px;
    padding-top: -1px;
    display: block;
    margin: 0px;
    width: 100%;
}

.TopMenuItem
{
    font: Tahoma;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    background: none;
    border: 0;
    color: #8c8140;
    font-weight: normal;
}

.TopMenu
{
    background-image: url(../images/default/design/bg_top_menu.jpg);
    background-repeat: repeat-x;
    height:17px;
    vertical-align: top;
}

.rightBody
{
    text-align: left;
    vertical-align: top;
    background: url(../images/default/design/right_body_bg.jpg) no-repeat left top;
}

.bgRightBox
{
    width: 27px;
    vertical-align: top;
    background: url(../images/default/design/bg_right_box.jpg) repeat-y top left;
    background-color:#277291;
}

.bgBodyBox
{
    height: 400px;
    background: url(../images/default/design/bg_body_box.jpg) #FFFFFF repeat-x top left;
    vertical-align: top;
}

.bgLeftBox
{
    width: 28px;
    height: 364px;
    vertical-align: top;
    background: url(../images/default/design/bg_left_box.jpg) repeat-y top right;
    background-color:#277291;
}

.leftBodyPic
{
    text-align: left;
    vertical-align: top;
    background: url(../images/default/design/left_body_pic.jpg) no-repeat right top;
}

.bgBottomBox
{
    background: url(../images/default/design/bg_bottom_box.jpg) repeat-x top left;
}

.topBodyBg
{
    width: 800px;
    height: 55px;
    background: url(../images/default/design/top_page_bg.jpg) center top;
    text-align: right;
}

.SearchTextBox
{
    width: 165px;
    border-width: 0px;
    padding: 0;
    background-color: #58a3c0;
    font-family: Tahoma;
    font-size: 10px;
    color: #ffffff;
    height: 18px;
}

/*  Start Pager style */
.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: #559999;
	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;
}
.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;
}

/* End Pager Style */


.highlightrow
{
    background-color: Silver; /* You can change the background Color of the row to whatever color you want. You can also give Hexadecimal color code also */
}

.itemsRow
{
    background-color: #F7F6F3;
    color: #333333;
    text-align: Center;
}

.itemsAltRow
{
    background-color: White;
    color: #284775;
    text-align: Center;
}


.formLabelTd
{
    vertical-align:top;
    font-family:tahoma;
	font-size:12px;
	color:#1e5a72;
}
.formHeaderTd
{
    font-family: Tahoma;
    font-size: 12pt;
    vertical-align: top;
    text-align: center;
}
.formFooterTd
{
    font-family: Tahoma;
    font-size: 12pt;
    vertical-align: top;
    text-align: right;
}

.formControlTd
{
	font-family:tahoma;
	font-size:12px;
	color:#1e5a72;}

.FileUpload
{
    font-family: Tahoma;
    font-size: 10pt;
    vertical-align: top;
    width: 300px;
    height: 20px;
}

.errorMessage
{
    border: solid 2px Red;
    color: Red;
    font-size: 13px;
    font-weight: bold;
    font-family: Tahoma;
    text-align: center;
    background-color: #EAF3FC;
}

.successMessage
{
    border: solid 2px Green;
    color: Green;
    font-size: 13px;
    font-weight: bold;
    font-family: Tahoma;
    text-align: center;
    background-color: #EAF3FC;
}
.Label
{
    font-size: 13px;
    font-family: Tahoma;
}

.InputLabel
{
    font-weight: bold;
}

.warr
{
    width:100%;
    text-align:left;
    font-size: 13px;
    font-family: Tahoma;
    color: Red;
}

.Rule
{
	font-family:tahoma;
	font-size:12px;
	color:#699306;
}

.Visible
{
    display: block;
    visibility: visible;
}

.Hidden
{
    display: none;
    visibility: visible;
}

.OpenTable
{
    border-width: 0px;       
}

.main_title{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#7a7241;
}
.title{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#7a7241;
	border-bottom:1px solid #e3be28;
}
.blue_txt{
	font-family:tahoma;
	font-size:12px;
	color:#1e5a72;
}
.note_txt{
	font-family:tahoma;
	font-size:10px;
	color:#606060;
}
.green_txt{
	font-family:tahoma;
	font-size:12px;
	color:#699306;
}

