﻿body
{
	font-family: Myriad, Myriad Pro;
	font-size: 8pt;
	line-height: 10pt;
	color: #333333;
	text-decoration: none;
	background-color: white;
}

.ScreenResolution
{
	width: 1024px;
	height: 800px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border: 0px;
}

.Header
{
	width: 1024px;
	height: 80px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border: 0px;
	text-align: center;
}
.HeaderImg
{
	background-image: url(http://www.chikhodra.com/Images/header_index_01.gif);
	background-repeat: no-repeat;
	
}
.Footer
{
	width: 1024px;
	height: 20px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	border: 0px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #207cff;
	border-top-width: 1px;
	border-top-color: #00000f;
	border-top-style: solid;
	padding-top: 4px;
	padding-bottom: 4px;
}

.LeftMenu
{
	width: 124px;
	height: 700px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border: 0px;
}

.MainContent
{
	width: 776px;
	height: 700px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border: 1px;
	background-image: url(http:\\www.chikhodra.com\Images\bgimage18.jpg);
}

.RightMenu
{
	width: 124px;
	height: 700px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border: 0px;
}

.w2_bar
{
	font-family: Myriad, Myriad Pro;
	font-weight: bold;
	text-decoration: none;
	background-color: #207cff;
	color: #ffffff;
	font-size: large;
	height: 40px;
}

.req_bar
{
	font-family: Myriad, Myriad Pro;
	font-weight: bold;
	text-decoration: none;
	font-size: medium;
	padding-left: 4px;
	padding-right: 4px;
	text-align: right;
}
.lbl_normal
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	text-align: right;
	font-size: 12px;
}
.txt_normal
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	width: 80px;
}
.w1_bar
{
	font-family: Myriad, Myriad Pro;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #00000f;
	border-bottom-style: solid;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.w3_bar
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	background-color: #0066cc;
	color: #ffffff;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px; /*     font-family: Arial; 	font-weight:bold;     text-decoration:none;     background-color:#990066; 	color:#ffffff; 	font-size:12px; 	height:15px; */
}
.inVisible
{
	visibility: hidden;
}

/*
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body
{
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #B51032;
}

/* Header Section */

#header
{
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
	height: 11em;
	background-image: url(Images/header_index_01.gif);
	background-repeat: no-repeat;
}
#header .title
{
	font: 190% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb
{
	font: 90% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight: bold;
}

#header a:link, a:visited
{
	color: #B51032;
}

/* Footer */

#footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%; /* height: 1.5em; */
	height: 1.5em;
	background-color: #B51032;
	color: #FFFFFF;
	border-top: #778899;
	text-align: center;
}

#footer a:link, #footer a:visited
{
	padding: 0.8em 1em 0.5em 1em;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 80%;
}

/* Navigation */

#navigation
{
	width: 200px;
	top: 14em;
	left: 1em;
	width: 13em;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li
{
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a:link, #navigation li a:visited
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover
{
	background-color: #711515;
	color: #FFFFFF;
}
#navigation ul ul
{
	margin-left: 12px;
}
#navigation ul ul li
{
	border-bottom: 1px solid #711515;
	margin: 0;
}
#navigation ul ul a:link, #navigation ul ul a:visited
{
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:hover
{
	background-color: #711515;
	color: #FFFFFF;
}

/* Main Content */

#content
{
	margin-top: 1em;
	margin-left: 16em;
	margin-right: 2em;
}
h1
{
	font: 150% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
}
#content p
{
	font-size: 80%;
	line-height: 1.6em;
}

.B1
{
	color: #FFFFFF;
	font-weight: bold;
	line-height: 7pt;
	color: #FFFFFF;
	cursor: hand; /* cursor:default; */ /*width:200px;*/
	height: 18px;
	margin-bottom: 1px; /* hideFocus:true; */
	background-color: #1434a3; /*background-color:#207cff; */
	font-family: Myriad, Myriad Pro;
	font-size: 8pt;
	text-decoration: none;
	width: 200px;
}
.alternate
{
	background-color: #cccccc;
}

tr.row:hover, tr.row:over td
{
	background-color: #cdd9ff;
}
