/* Main Body Style */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Style for the other div. Whole Page */
#mainDiv {
	text-align: center;
	background-image: url(../../images_3D/intro/background-hori.gif); 
	background-position: center;
}

/* Style for the inner center section of the page */
#innerDiv {
	width: 907px;
	margin: 0 auto;
   	padding: 0; /* Zero to prevent IE box trouble. */
	text-align: left;
}

/* Styles for the header section */
#header {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	display: inline;
	text-align: right;
}

#header-link {
	padding-left: 20px;
	font-family: times new roman;
	font-size: 12px;
	font-weight: bold;
}

.header-hr {
	text-align: right;
	width: 100%;
	padding-right: 25px;
}

#header-logo {
	padding-right: 35px;	
}

.header-text {
	font-size: 10px;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	text-align: justify;
}

/* Default Link Style Through out the application */
a:link {
	text-decoration: none;
	color: red;
}

a:hover {
	text-decoration: none;
	color: grey;
}

a:visited {
	text-decoration: none;
	color: grey;
}

/* Styles related to the Links Section */
.l-section-hr {
	padding-left: 10px;	
}

.link-panel-header {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.link-panel-div {
	width: 165px; 
	height: 65px;
	text-align: center;
}

.link {
	font-family: Times New Roman, Times, serif;
	font-size: 9px;
}

/* previously content-hr1 */
.links {
	padding-left: 5px;
	padding-right: 5px;
	width: 10%;
	vertical-align: top;
	background-color: #FFFFFF;

}

/* previously content-hr2 */
.sublinks-top {
	width: 85%;
	vertical-align: bottom;
	text-align: right;
	background-color: #F6F6F6;
	padding-right: 5px;
}
/*
.links-section-table {
	border-right: 1px dashed black;	
}
*/
/* Styles related to the Content Section */
.main-content {
	padding-left: 5px;
	padding-right: 0px;
	vertical-align: top;
	padding-top: 1px;
	width: 50%;
	background-color: #FFFFFF;
	
}

.main-content-table {
	width: 100%;
	padding-top: 0px;
}

#main-content-div {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 650px;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: moz-scrollbars-vertical;
	/* Scroll Bar Style */
	scrollbar-face-color: #D7D237;
	scrollbar-border-color: ##D7D237;
	scrollbar-arrow-color : #EEEEEE;
	scrollbar-shadow-color : #E7E7E7;
	scrollbar-darkshadow-color : #D7D237;
	scrollbar-highlight-color : #E7E7E7;
	scrollbar-track-color : #E8E8E8;
}

/* Style for the footer section */
#footer {
	text-align: center;
	padding-top: 0px;
	padding-left: 4px;
}

.footer-table {
    padding-top: 0px;
	padding-right: 4px;
	height: 300px;
}


/* Styles related to the table in general */
th {
	padding-bottom: 0px;	
}

/* Styles related to the Add CV Placer */
.section-form-header {
	padding-top: 10px;
	padding-right: 20px;
	font-family: times new roman;
	font-weight: bold;
	font-size: 12px;
}

.label {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 60%;
}

.field {
	padding-top: 5px;
	padding-bottom: 2px;
}

/* Styles related to the index page */
.index-text {
	font-family: times new roman;
	font-size: 12px;
}
.leftborder {
	border-left: 1px #solid #DDDDDD;
	border-style: solid;
}