﻿/*****************/
/*   MAIN BODY   */
/*****************/
body
{
	font-size: 11px;
	margin: 0em auto;
	padding: 0em;
	font-family: Verdana, Tahoma, Arial,sans-serif;
	/*background-position: center top;
	background-image: url(Images/img_background.gif);
	background-repeat: repeat-y;*/
	
	background-color: #e8f3fb;
	background-position-y: bottom;
	background-image: url(Images/BG.png);
	background-repeat: repeat-x;
	
}

#wrap
{
	width: 98%; /*798Px;*/
	margin: 0em auto; /*background-color: #b0c4de;*/
	

	background-color: #e8f3fb;
	height: 100%;
}


#navigation
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvitica, sans-serif;
	background-position: left top;
	background-image: url(Images/bg-off2.gif);
	background-repeat: repeat-x;
	height: 30px;
}

#navigation ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#navigation ul li{
	display:block;
	float:left;
	margin:0;
	padding-right: 1px;
	border-right: solid 1px #e8f3fb;
}

#navigation ul li a
{
	display: block;
	float: left;
	padding: 11px 20px 0 20px;
	height: 23px;
	color: white;
	text-decoration: none;
	background: url(Images/bg-off2.gif) repeat-x;
}

#navigation ul li a:hover, #navigation ul li a.current
{
	color: #ffb947;
	
	background: url(Images/bg-on2.gif) repeat-x;
}


	
/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/
/* Sections */
/************/
#middle-column
{
	color: black;
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0;
	height: auto;
	width: 77%;
	margin-right: 2px;
	float: right;
}
#middle-column p
{
	text-align: justify;
}

/*******************/
/***   FOOTER    ***/
/*******************/
#footer {
	clear: both;
	height: 2.5em;
	margin: 0em 0em 1.0em 0em;
	padding: 0.25em 0em 0.3em 0em;
	border-top: solid 0.1em black;
	border-bottom: solid 0.1em black;
	background-color: #4d80b9;
	/*background-color: #024978;*/
	text-align: center;
	color: #ffffff;
	font-size: 1.0em;
	width: 100%; /*798px;*/
}

#footer a
{
	color: orange;
	text-decoration: none;
}

#footer a:hover
{
	color: white;
	border-bottom: dashed 1px;
}


/**************************/
/***   MISCELLANEOUS    ***/
/**************************/
#marqu
{
	font-weight: bolder;
	font-size: small ;
	vertical-align: middle;
	color: white;
	background-color: #4d80b9;
	
	margin-bottom: .5em;
	padding: 0;
	text-align: justify;
	width: 796px;
}


#Login
{
	color: white;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Verdana, 'Times New Roman';
	display: block;
	text-align: right;
	padding-right: 5px;
	background-color: #4d80b9;
	height: 20px;
	padding-top: 7px;
}

#spnUserId
{
	color: white;
	font-weight: bold;
}

#Login a
{
	color: #ff6600;
	text-decoration: none;
}

#Login a:hover
{
	color: #ff3333;
	text-decoration: underline;
}

h1
{
	font-weight: bolder;
	font-size: 1.8em;
	text-transform: capitalize;
	color: #B30000;
	font-family: Tahoma, Verdana, 'Times New Roman';
	vertical-align: middle;
	line-height: 1.8em;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: left;
}

h2
{
	font-weight: bold;
	font-size: 1.5em;
	text-transform: capitalize;
	color: mediumblue;
	font-family: Tahoma, Verdana, 'Times New Roman';
	text-decoration: none;
}

h3
{
	font-weight: bolder;
	font-size: 1.3em;
	text-transform: capitalize;
	color: navy;
	font-family: Tahoma, Verdana, 'Times New Roman';
	vertical-align: middle;
	line-height: 1.3em;
	text-decoration: none;
}

#loader
{
	float: right;
	border: red 2px solid;
	padding: 5px;
	margin: 5px;
	display: block;
	background-position: bottom right;
}

#banner
{
	background-position: left top;
	/*background-image: url(Images/BannerCP.gif);*/
	background-image: url(Images/Career_Potter_Logo.gif);
	width: 399px;
	height: 70px;
	background-repeat: no-repeat;
	float:left;
}


#Content
{
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	font-size: 11px;
	width: 74%;
	color: black;
	line-height: 1.3em;
	text-align: justify;
}

#Content hr
{
	border: solid 1px orangered;
}

.rowlink a
{
	color: black;
	text-decoration: none;
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
	display: inline-block;
	padding: 2px 5px 2px 5px;
}

.rowlink a:hover 
{
	color: gainsboro;
	background-color: black;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

#message
{
	background: url(Images/msgimg.gif) #4d80b9 fixed no-repeat left top;
	border: solid 1px blue;
	margin: 10px;
	width: 70%;
	height: auto;
	padding: 5px 5px 5px 50px;
	color: white;
}

#message a
{
	color: black;
	text-decoration: none;
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
	display: inline-block;
	padding: 2px 5px 2px 5px;
}

#message a:hover
{
	color: gainsboro;
	background-color: black;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

#message hr
{
	border: solid 2px mediumblue;
}

#Errmessage
{
	background: url(Images/msgimg.gif) #4d80b9 fixed no-repeat left top;
	border: solid 2px red;
	margin: 10px;
	width: 90%;
	height: auto;
	padding: 5px 5px 5px 50px;
	font-weight: bold;
	color: white;
	text-align: justify;
}

#Errmessage hr
{
	border: solid 2px mediumblue;
}

.btn
{
	font-weight: bold;
	background-image: url(Images/button-bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #024978;
}

#cnavigator
{
	float:left;
	width: 20%;
	font-size: 10px;
}

#left-column 
{
	float: left;
	width: 20%;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 2px;
}

#left-column-menu
{
	display: block;
	font-weight: bold;
	font-family: Arial,Verdana,Helvitica,sans-serif;
}

#left-column-menu ul
{
	margin:0;
	padding:0;
	list-style-type: none;	
	width: auto;
}

#left-column-menu ul li{
	float:left;
	width: 100%;
	line-height: 2em;
	padding: 0;
	margin: 0;
	padding-bottom: 1px;
}

#left-column-menu ul li a
{
	display: block;
	float: left;
	width: 100%;
	line-height: 2em;
	margin: 0;
	color: white;
	text-decoration: none;
	display: block;
	padding: 2px 5px 2px 5px;
	background: url(Images/bg-off2.gif) repeat-x center center;
}

#left-column-menu ul li a:hover, #left-column-menu ul li a.current
{
	color: #ffb947;
	
	
	background: url(Images/bg-on2.gif) repeat-x;
}

#left-column-menu ul li.menu-head
{
	text-align: center;	
	color: gainsboro;
	background-color: black;
	
	padding: 2px 5px 2px 5px;
	
	display: inline-block;
	
	width:100%;
	margin-bottom: 1px;
}

#left-column .testimony
{
	color: green;
}

#left-column .testimony hr
{
	clear: both;
	width: 105%;
}

#left-column .testimonyDetail
{
	text-align: justify;
}

#left-column .testimonyFrom
{
	float:right;
	text-align: right;
	font-style: italic;
}

#rightpane
{
	padding-top: 75px;
	float: right;
	margin: 0 1px 0 1px;
	width: 23%;
}

#content-left-column 
{
	float: left;
	width: 50%;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 2px;
}

#content-left-column-menu
{
	display: block;
	font-weight: bold;
	font-family: Arial,Verdana,Helvitica,sans-serif;
}

#content-left-column-menu ul
{
	margin:0;
	padding:0;
	list-style-type: none;	
}

#content-left-column-menu ul li{
	display:block;
	float:left;
	width: 100%;
	line-height: 2em;
	padding: 0;
	margin: 0;
	padding-bottom: 1px;
}

#content-left-column-menu ul li a
{
	float: left;
	width: 100%;
	line-height: 2em;
	margin: 0;
	color: white;
	text-decoration: none;
	
	display: inline-block;
	padding: 2px 5px 2px 5px;
	
	background-image: url(Images/bg-off2.gif);
	background-repeat: repeat-x;
}

#content-left-column-menu ul li a:hover, #content-left-column-menu ul li a.current
{
	color: #ffb947;
	
	
	background-image: url(Images/bg-on2.gif);
	background-repeat: repeat-x;
}

#right-column
{
	float: right;
	width: 170px;
}

#right-column a
{	
	text-decoration: none;
	color: blue;
}

#right-column a:hover
{
	color: red;
}

#viewnotice
{
	display: block;
	text-align: center;
	background: url(Images/bg-off2.gif) repeat-x;
	height: 25px;
	padding: 7px 3px 3px 0;
	width: 160px;
}

#viewnotice a
{
	color: White;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px dashed;
}

#viewnotice a:hover
{
	color: orange;
	border-bottom: 1px dashed;
}

#right-column .notice
{
	background-position: center center;
	background-image: url(Images/NoticeBoard.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 170px;
}

#right-column .paddtop
{
	margin-top: 10px;
}

.errmsg
{
	color: red;
	text-align: left;
}

.lnkrow a
{
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
}

.lnkrow a:hover 
{
	color: White;
	background-color: #8b0000;
}

.lnkrow a.active
{
	color: White;
	background-color: #8b0000;
}