﻿/* DEFAULTS
----------------------------------------------------------*/


body
{
	background: #b6b7bc;
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 2px;
	padding: 2px;
	color: #696969;
}

a:link, a:visited
{
	color: #034af3;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #034af3;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	font-variant: normal;
	text-transform: none;
	font-weight: 100;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.3em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 96%;
	height: 100%;
	max-width: 1400;
	min-width: 500px;
	background-color: #fff;
	margin: 1px auto 1px auto;
	border: 1pt solid #496077;
	padding: 1px 1px 1px 1px;
}

.tableMax500
{
    background-color: #F3F2ED;
    border: 1pt groove #000000;
    min-width: 400px;
    max-width: 500px;
}

.tableMax550
{
    background-color: #F3F2ED;
    border: 1pt groove #000000;
    min-width: 400px;
    max-width: 550px;
}

.tableMax600
{
    background-color: #F3F2ED;
    border: 1pt groove #000000;
    min-width: 400px;
    max-width: 600px;
}

.tableMax710
{
    background-color: #F3F2ED;
    border: 1pt groove #000000;
    min-width: 400px;
    max-width: 710px;
}

.tableMax800
{
    background-color: #F3F2ED;
    border: 1pt groove #000000;
    min-width: 400px;
    max-width: 800px;
}

.tableMax900
{
    background-color: #F3F2ED;
    border: 1pt groove #000000;
    min-width: 400px;
    max-width: 900px;
}

.tableMax1000
{
    background-color: #F3F2ED;
    border: 1pt groove #000000;
    min-width: 400px;
    max-width: 1000px;
}

.tableMax1050
{
    background-color: #F3F2ED;
    border: 1pt groove #000000;
    min-width: 400px;
    max-width: 1050px;
}

.tableMax1100
{
    background-color: #F3F2ED;
    border: 1pt groove #000000;
    min-width: 400px;
    max-width: 1100px;
}

.tableMax1150
{
    background-color: #F3F2ED;
    border: 1pt groove #000000;
    min-width: 400px;
    max-width: 1150px;
}

.tableMax1200
{
    background-color: #F3F2ED;
    border: 1pt groove #000000;
    min-width: 400px;
    max-width: 1200px;
}

.header
{
	position: relative; /*background: #4b6c9e;*/
	background: #fcab1f;
	max-width: 1400;
	min-width: 500px; 	
}

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px; /*color: #f9f9f9;*/
	color: #a30202;
	border: none;
	line-height: 2em;
	font-size: 2em;
	max-width: 1400;
}

.main
{
	padding: 1px 15px 1px 15px;
	margin: 1px auto 1px auto;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	text-align: center;
	vertical-align: top;
	max-width: 1400;
	min-width: 500px; 
	/*background-image: url('../../Assets/Images/bg.jpg');*/
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	width: 100%;
	color: #4e5766;
	background-color: #F3F2ED;
	padding: 1px 1px 0px 1px;
	margin: 1px auto;
	text-align: center;
	line-height: normal;
	vertical-align: middle;
	border-top: 1px groove black;
	max-width: 1400;
	min-width: 500px;
}

.container-orgchart {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  min-width: 450px;
  min-height: 400px;
  max-height: 580px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	border-top: 1px groove White;
	background-color: #3a4f63;
	width: 100%;
}

div.menu
{
	padding: 2px 2px 5px 5px;
}

div.menu ul
{
	list-style: none;
	margin: 1px;
	padding: 1px;
	width: auto;
	float: left;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: #465c71;
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 3px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover
{
	background-color: #bfcbd6;
	color: #465c71;
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
	height: 179px;
	width: 862px;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

.clear
{
	clear: both;
}

.ajax
{
	height: 0px;
}

.title
{
	font-family: Verdana;
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

.loginDisplay
{
	/*color: White;*/
	color: #a30202;
	padding: 1px 5px 1px 1px;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	font-family: Verdana;
	vertical-align: middle;
}

.loginDisplay a:link
{
	/*color: White;*/
	color: #a30202;
}

.loginDisplay a:visited
{
	/*color: White;*/
	color: #a30202;
}

.loginDisplay a:hover
{
	/*color: White;*/
	color: #a30202;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

.NormalText
{
	font-family: Verdana;
	font-size: 9pt;
	text-align: left;
	}

.NormalTextBangla
{
	font-family: 'bangla';
	font-size: 9pt;
	height: 30px;
	text-align: left;
}

.NormalTextRA
{
	font-family: Verdana;
	font-size: 9pt;
	height: 30px;
	text-align: right;
}

.NormalTextCA
{
	font-family: Verdana;
	font-size: 9pt;
	height: 30px;
	text-align: center;
}

.TextAlignLeft
{
	text-align: left;
}

.TextAlignRight
{
	text-align: right;
}

.TextAlignCenter
{
	text-align: center;
}

.LoginText
{
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
}

.UploadFileLabel
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	margin-left: 1px;
	margin-right: 2px;
	height: 22px;
}

.NormalLabel
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	margin-left: 2px;
	margin-right: 2px;
	height: 21px;
}

.NormalLabelRA
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	margin-left: 2px;
	margin-right: 2px;
	text-align: right;
	padding-right: 3px;
}

.LoginLabel
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	margin-left: 1px;
	margin-right: 5px;
	height: 21px;
}

.ButtonLabel
{
	color: Black;
	font-size: 8pt;
	margin-left: 1px;
	font-weight: bold;
	margin-right: 1px;
	font-family: Verdana;
}

.ButtonLabelDisabled
{
	color: Gray;
	font-size: 8pt;
	margin-left: 1px;
	font-weight: bold;
	margin-right: 1px;
	font-family: Verdana;
}

.NormalLabelBangla
{
	font-family: 'bangla';
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	margin-left: 1px;
	margin-right: 2px;
	height: 21px;
}

.NormalLabelMA
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	margin: 2px;
}

.NormalLabelCA
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	text-align: center;
	margin-left: 1px;
	margin-right: 2px;
	height: 21px;
}

.PageHeader
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	padding: 1px;
	background-color: #5D7B9D;
	max-width: 1400;
}

.PageFooter
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	vertical-align: top;
}

.ErrorLabel
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: Red;
}

.Note
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: Maroon;
	padding-right: 5px;
	vertical-align: middle;
}

.NormalTextUpper
{
	font-family: Verdana;
	font-size: 9pt;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 0px;
	text-transform: uppercase;
}

.NormalTextLower
{
	font-family: Verdana;
	font-size: 9pt;
	margin: 1px 1px 1px 1px;
	font-weight: normal;
	text-transform: lowercase;
}

.labels
{
	color: red;
	background-color: white;
	font-family: "Lucida Grande" , "Arial" , sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	width: auto;
	border: 1px solid black;
	white-space: nowrap;
}

.ImageButton
{
	vertical-align: top;
	margin: 1px 1px 1px 1px;
}

.skinChooserItem
{
	height: 124px;
	background-repeat: no-repeat;
	display: block;
	background-position: 6px 22px;
	background-color: #d6eefd;
	color: #7691a2;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	padding: 4px 13px;
}

.skinChooserItem:hover
{
	color: #7691a2;
	border: 1px solid #0b496d;
	padding: 3px 12px;
	background-position: 5px 21px;
}

.col1, .col2, .col3
{
	margin: 0;
	padding: 0 5px 0 0;
	width: 30%;
	line-height: 14px;
	float: left;
}

.ShowBubble
{
	z-index: 1;
	position: absolute;
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	background: #ffa055;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: Auto;
	height: Auto;
	font-style: italic;
	font-weight: bold;
}

.HideBubble
{
	display: none;
}

.ShowBubble:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 11px 0px 11px 11px;
	border-color: transparent transparent #ffa055 transparent;
	display: block;
	width: 0;
	z-index: 1;
	left: 1px;
	top: -22px;
}

.loginPage
{
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../../Assets/Images/LoginRed.jpg');
}

.radwindow
{
	z-index: 8000 !important;
}
