﻿img
{
	border-style: none;
	border: none;
	display: block;
}

body 
{
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	margin-top:10px;
	background-color: #4E4E4E;
}

p
{
	margin:0px 0px 15px 0px;
}

* 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}

a
{
	border: none;
}

.text
{
	font-weight: normal;
	font-size: 12pt;
	text-transform: capitalize;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
}

.btext
{
	font-weight: normal;
	font-size: 08pt;
	text-transform: capitalize;
	font-style: normal;
	font-family: Verdana;
	font-variant:normal;
}
.htext
{
	font-weight: normal;
	font-size: 16pt;
	text-transform: capitalize;
	font-style: normal;
	font-family: Verdana;
	font-variant:normal;
}

.body
{
	background-color: #212121;
    text-align: center;
	height:100%;
}


.ContentTable
{
	background-color:#FFFFFF;
	padding:5px;
}
.Content
{
	padding: 20px;
}

.Content a
{
	font-weight: bold;
	font-size: 14px;
}

.ContentBorder
{
	background-color: #4f4f4f;
	border: solid 1px #AFAFAF;
	padding:0px;
}

h2
{
	font-size: 18px;
}

h5
{
	font-size: 12px;
}

/*Menu Control*/
.MainTable
{
	background-color:#4f4f4f;
	width: 100%;
}

.MenuBorder
{
	width:1px;
	background-color:#FFFFFF;
	height: 100%;
	
}

.MenuNavigationItems
{
	color: #FFFFFF;
}

.MenuNavigationCell
{
	padding-left: 15px;
	padding-right: 10px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-position: left;
	background-image: url(images/RedArrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.MenuNavigationCell:hover
{
	background-position: left;
	background-image: url(images/WhiteArrow.gif);
	background-repeat: no-repeat;
}

.MenuNavigationCell a
{
	color: #FFFFFF; 
	text-decoration:none;
}

.MenuNavigationCell a span
{
	color: #FFFFFF; 
	text-decoration:none;
}

.MenuNavigation
{
	text-align: left;
	font-size: 18px;
}

.LinkItem
{
	color: #FFFFFF;
	text-decoration: none;
}



/*Interview*/
.InterviewTable
{
	width:600px;
	height:100%;
}

.InterviewContent
{
	height: 100%;
	padding: 0px;
	width: 100%;
}

.InterviewCornerCell
{
	padding: 0px;
	vertical-align: bottom;
	display: inline;
	height: 0px;
}

.InterviewLeftBorder
{
	background-image: url(images/Interview/Border_Left.gif);
	background-repeat: repeat-y;
	width: 14px;
}

.InterviewRightBorder
{
	background-image: url(images/Interview/Border_Right.gif);
	background-repeat: repeat-y;
	width: 14px;
}

.InterviewTopBorder
{
	background-image: url(images/Interview/Border_Top.gif);
	background-repeat: repeat-x;
	height: 13px;
}

.InterviewBotBorder
{
	background-image: url(images/Interview/Border_Bot.gif);
	background-repeat: repeat-x;
	height: 13px;
}

.InterviewFooterLeft
{
	height: 15px;
	width: 50%;
	background-color:#FF0000;
}

.InterviewFooterRight
{
	height: 15px;
	width: 50%;
	background-color:#000000;
}

/*Master Page*/

.ShadowTopBorder
{
	 height: 37px;
	 width: 100%;
	 background-image: url(images/Master/Shadow/TopBorder.gif);
	 background-repeat: repeat-x;
}

.ShadowBotBorder
{
	height: 37px;
	width: 100%;
	background-image: url(images/Master/Shadow/BotBorder.gif);
	background-repeat: repeat-x;
}

.ShadowLeftBorder
{
	height: 100%;
	width: 40px;
	background-image: url(images/Master/Shadow/LeftBorder.gif);
	background-repeat: repeat-y;
}

.ShadowRightBorder
{
	width: 40px;
	height: 100%;
	background-image: url(images/Master/Shadow/RightBorder.gif);
	background-repeat: repeat-y;
}

.WhiteTopBorder
{
	background-image: url(images/Master/White_table/WhiteBorderTop.gif);
	background-repeat: repeat-x;	
	width:100%;
	height: 8px;
}

.WhiteBotBorder
{
	background-image: url(images/Master/White_table/WhiteBorderBot.gif);
	background-repeat: repeat-x;
	width:100%;
	height: 7px;
}

.WhiteLeftBorder
{
	background-image: url(images/Master/White_table/WhiteBorderLeft.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 7px;
}

.WhiteRightBorder
{
	background-image: url(images/Master/White_table/WhiteBorderRight.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 7px;
}


/*contact details*/

.ContactContent
{
	vertical-align: text-top;
	padding : 10px;
}