﻿html
{
    overflow:auto;
    height:100%;
}
body
{
	padding:0px;
	margin:0px;
	font-family:Tahoma, Arial;
	font-size:11px;
	height:100%;
}
b, strong
{
	font-weight:600;
}

input, textarea, select
{
	font-family:Tahoma;
	font-size:12px;
}
th
{
	font-weight:600;
	border-bottom-width:1px;
	border-bottom-style:none;
	border-bottom-color:#333333;
}

hr
{
	border:dashed 1px #671F98;
	height:1px;
}

a:link, a:visited
{
	color:Blue;
	text-decoration:none;
}

a:hover, a:active
{
	color:Red;
	text-decoration:none;
}

h6
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:600;
	color:#111111;
	line-height:20px;
	border-bottom:solid 1px #cccccc;
}

/*--Class--*/

.MainTable
{
	background-color:White;
	width:760px;
	border:1px solid black;
}

.UserInfoHeader
{
	background-image:url(../../ThemeImages/ElearningBlue/Main/header_info_bg.gif);
	width:600;
	height:70px;
}

#Footer
{
	position:fixed;
	top:auto;
	left:0;
	bottom:0;
	width:100%;
	z-index:1;
	padding-top:12px;
	padding-bottom:12px;
	color:#ffffff;
	background:url(/ThemeImages/ElearningBlue/Main/Footer_Tile.jpg);
}

#divCalculator
{
	position:fixed;
	top:auto;
	right:0;
	bottom:0;
	width:260px;
	height:253px;
	z-index:2;
	vertical-align:middle;
	border:solid 1px black;
}

#divMessenger
{
	position:fixed;
	top:auto;
	right:0;
	bottom:0;
	width:260px;
	height:253px;
	z-index:2;
	vertical-align:middle;
	border:solid 1px black;
	background-color:#F2F2F2;
}

.DivCalculatorHeader
{
	text-align:right;
	background-color:#0D2134;
}
.DivCalculatorCalTd
{
	text-align:right;
	background-color:silver;
}
.DivMessengerList
{
	height:225px; 
	width:250px;
	overflow-y:scroll;
	overflow-x:hidden;
	direction:ltr;
}

.NavigationBar
{
    border-top:1px solid silver;
    border-bottom:1px solid silver;
	background-color:#efebe7;
	height:40px;
}

.DefaultAlign
{
	text-align:right;
}
.InversAlign
{
	text-align:left;
}

.Textbox
{
	width:150px;
	height:16px;
	vertical-align:middle;
	background-color:White;
	border:solid 1px #AAAAAA;
	font-family:Tahoma;
	font-size:12px;
}

.FileUpload
{
	width:250px;
	height:20px;
	vertical-align:middle;
	background-color:White;
	border:solid 1px #671F98;
	font-family:Tahoma;
	font-size:12px;
}


.FarsiTextbox
{
	width:150px;
	background-color:White;
	border:solid 1px #671F98;
	font-family:Tahoma;
	font-size:12px;
	direction:rtl;
}
.EnglishTextbox
{
	width:150px;
	background-color:White;
	border:solid 1px #671F98;
	font-family:Tahoma;
	font-size:12px;
	direction:ltr;
}
.DropDownMenu
{
	font-family:Tahoma;
	font-size:11px;
	background-color:White;
	border:solid 1px #671F98;
}

.Button
{
	font-family:Tahoma;
	font-size:11px;
}

.FormTables
{
	font-family:Tahoma;
}
.FormTables th
{
	background-color:#DBD6EB;
	border-bottom:solid 1px #999999;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}
.FormTables td
{
	border-bottom:solid 1px #999999;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}

.TableBox
{
	border:solid 1px #333333;
}

.DefaultBox
{
	border:solid 1px #333333;
}

.TableBox th
{
	background-image:url(../../ThemeImages/ElearningBlue/Main/Tile_1.jpg);
	font-weight:600;
	color:white;
	height:33px;
	border-bottom:solid 1px #333333;
	text-align:right;
	padding-right:10px;
}
.TableBox td
{
	background-color:#F8F8F8;
}

.TableBox_TH
{
	background-image:url(../../ThemeImages/ElearningBlue/Main/Tile_1.jpg);
	font-weight:600;
	color:white;
	height:33px;
	border-bottom:solid 1px #333333;
	text-align:right;
	padding-right:10px;
}

.GridCustomHeader
{
	text-align:right;
	padding-right:10px;
}

.GridViews
{
	border:solid 1px #333333;
}
.GridHeaders
{
	background-image:url(../../ThemeImages/ElearningBlue/Main/Tile_1.jpg);
	font-weight:600;
	color:#ffffff;
	height:30px;
	border-bottom-width:0px;
}

.GridHeaders a:link, .GridHeaders a:visited
{
	color:#ffffff;
	text-decoration:none;
}
.GridHeaders a:hover, .GridHeaders a:active
{
	color:#ececec;
	text-decoration:underline;
}

.GridAlternateRows
{
	background-color:#e7eef4;
}

.GridViews td
{
	padding:3px;
}

.AdminTable
{
	border:solid 1px Black;
	background-color:#ececec;
}

.AdminTableTd
{
	border-left:solid 1px black;
}

.CourseBox
{
	 width:750px;
	 height:150px;
	 border:1px solid silver;
	 background-image:url(../../ThemeImages/ElearningBlue/Course/CourseBox.png);
	 padding:12px;
}

.CourseNoticeBox
{
	background-color:Transparent;
	text-align:right;
	direction:rtl;
}

.DataListHeaders
{
	background-image:url(../../ThemeImages/ElearningBlue/Main/Tile_1.jpg);
	font-weight:600;
	color:#ffffff;
	height:33px;
}

.DataListItems
{
	background-color:#efefef;
}

.Mail_LinkNavTable
{
	background-color:#efebe7;
    border: solid 1px #6B3999;	
}

.Mail_LinkNavTable a
{
	display:block;
	white-space:nowrap;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	border-bottom: dashed 1px #6B3999;
	width:100%;
	color:Black;
}

.Mail_LinkNavTable a:link, .Mail_LinkNavTable a:visited
{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	border-bottom: dashed 1px #6B3999;
	width:100%;
	color:Black;
}


.Mail_LinkNavTable a:hover, .Mail_LinkNavTable a:active
{
	color:Black;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#cccccc;
	text-decoration:none;
	border-bottom: dashed 1px #6B3999;
	width:100%;
}

.Mail_LinkNavTableFolderTd
{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	border-bottom: dashed 1px #6B3999;
	width:100%;
	color:#000000;
	font-weight:600;
}


.Mail_SuccessTable
{
	border:solid 1px #53654B;
	background-color:#EBEFE9;
}
.Mail_SuccessTableCell
{
	border-bottom:solid 1px #AABAA3;
}
.Mail_SuccessTableAlternateRow
{
	background-color:#D1DACD;
}

.Mail_FailedTable
{
	border:solid 1px #662D2D;
	background-color:#F9F2F2;
}
.Mail_FailedTableCell
{
	border-bottom:solid 1px #C98585;
}
.Mail_FailedTableAlternateRow
{
	background-color:#EAD0D0;
}

.Mail_InfoTable
{
	width:100%;
	
}
.Mail_InfoTable th
{
	background-color:#cccccc;
	font-weight:600;
	text-align:left;
	width:90px;
}
.Mail_InfoTable td
{
	background-color:#efebe7;
	text-align:right;
}
.Mail_BodyBox
{
	border:solid 1px Silver;
	padding:25px;
}

.RoleManagementTableCell,.RoleManagementTableCell td
{
	text-align:right;
    background-color:White;
}

.NewsImage
{
    background-color:Silver;
    border:solid 1px black;
    padding:8px;
    width:175px;
}


.ScoreChartTable
{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:Black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:Black;
}
.ScoreChartTable td
{
	text-align:right;
}
.ScoreChartTable div
{
	height:20px;
}

.SurveyQuestionDiv
{
	width:100%;
	background-color:#F9F1FA;
}

.AgreementBox
{
	width:650px;
	height:400px;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color:#F9F1FA;
	border:solid 1px black;
}

.ImSettingCols
{
    background-color:Silver;
    border-collapse:collapse;
}

.ImSettingCols A
{
    color:#3b3e40;
    text-decoration:none;
}


.ImSettingCols A:Hover
{
    color:#3b3e40;
    text-decoration:underline;
    background:White;
}


.PanelSendToall
{
    background-color:#e7eef4;
    color:#000000;
    
}

.PanelOptions
{
    background-color:#e7eef4;
    color:#000000;
    
}

.PanelMessageLog
{
    line-height:20px;
    color:#000000;
}

.StaticSelectedClass
{
    border:1px dotted silver;
    color:#ececec;
}
.StaticSelectedClass A
{
    font-weight:600;
    color:#333333; 
    
}

.divProfile 
{ 
    background-color: #FFFFFF; 
    border: solid 1px #aaaaaa; 
    font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
    direction:rtl;
    padding:10px;
    overflow-y: scroll;
    overflow-x: hidden; 
    height: 160px; 
}

.clsIMNames
{
    font-family:Tahoma;
    font-size:10pt;
    color:#7B0099;
    font-weight:600;
}

.clsImSpanTyping
{
    direction:rtl;
    text-align:center;
    font-style:italic;
    color:Silver;
    width:100%;
}

.clsUserImStatus
{
    direction:rtl;
    text-align:center;
    font-style:italic;
    color:#333333;
    width:100%;
}

.DivErrorMessages
{
    border:1px dashed silver;
    background:#F1BEBE;
    width:500px;
    padding:10px;
}

.DivShowExcelPreView
{
    height:500px;
    overflow:auto;
    width:680px;
    padding:10px;
    border:1px solid black;
}

.DivErrorMessages
{
    border:1px dashed silver;
    background:#F1BEBE;
    color:#DC5656;
    font-weight:600;
    width:500px;
    padding:10px;
}
.DivSuccessMessage
{
    border:1px dashed silver;
    color:#67C55B;
    font-weight:600;
    background:#CFEDCC;
    width:500px;
    padding:10px;
}
.DivShowExcelPreView
{
    height:500px;
    overflow:auto;
    width:680px;
    padding:10px;
    border:1px solid black;
}