html, body
{
	text-align: center;
	font-family: Verdana;
	margin: 0;
	padding: 0;
}
table.headTable
{
	margin-top: 7px;
	
}
div.logoImage
{
	position: relative;
	top: 10px;
}

div.logoImage img
{
	margin-left: 5px;
}

div.adminNotificationFloat
{
	position: absolute;top: 20px; left: 35%;
	border-style:solid; border-width: 1; width: 400px; height: 40px;
	z-index: -1;
	background-color: #ffbfbf;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

/* This is Notification DIV */
div.notification
{
	width: 700px;
	height: 50px;
	text-align: center;
	background-color: e7eeff;
	color: 4e6aaf;
	font-weight: bold;
	font-size: 18px;
	/*margin: 20 auto;*/
	position: absolute;
	left: 50%;
	margin-left: -350px;
	padding-top: 15px;
	
}

/*---------------------------------------------*/

span.textNotes
{
	font-size: 10px;
	font-style: italic;

}

a
{
	color: black;
	text-decoration: none;
	
	/* IE fix for Index page */
	cursor: pointer;

}

#error
{
	color: red;
	text-decoration: blink;
	font-weight: bold;
}

a:hover
{
	color: black;
	text-decoration: underline;

}

div.Buttons input
{
	background-color: #dcdcdc;
	color: black;
	/*font-weight: bold;*/
	
}
.okvir
{
	margin: 1 auto;
	width: 950;
	height: 650;
	border-style:solid;
	border-width: 0;
	text-align: left;
}

.left-menu
{
	width: 190;
	height: 560;
	float: left;

}
.left-menu  .profilePic 
{
	width: 100%;
	text-align: center;
	margin: 3 0 0 0;
	overflow: hidden;
}

.left-menu hr
{
	width: 90%;
	background-color: white;
	margin: 5 auto;
}
.left-menu  .profilePic img
{
	
}

.left-menu .parent-button-div
{
	background-color: e4e9fd;
	margin: 3 2;
	text-align: center;
	padding-left:auto;
	padding-right: auto;
	padding-top: 5px;
	font-size: 12px;
	width: 195;
	height: auto;
	padding-bottom: 2px;
	
}

/* Modern Browsers FIX */

html>body .left-menu .parent-button-div 
{
height: auto;

} 

.left-menu div.Index-leftMenu-GenderCat
{
	margin-bottom: 7px;
}

.left-menu a
{
	text-decoration: none;
	color: black;
	
}

.left-menu a:hover
{
	text-decoration: underline;
	color: black;
	
}

ul.Index-leftMenu 
{
	text-indent: -20px;
	font-size: 12;
	font-weight: 10;
	
	
}

ul.Index-leftMenu li
{
	list-style-type: none;
	text-indent: 0;
	color: red;
	margin-bottom: 5px;
}

div.center-content 
{
	position: relative;
	width: auto;
	margin-left: 12px;

	
}
div.center-content a
{
	border: 0px;
	text-decoration: none;
}

div.center-content img
{
	
	
}
div.center-content .ParentHead
{
	font-size: 16;
	font-weight: bold;
	background-color: e9ecfc; 
	width: 250px; 
	height: 22;
	padding: 5 0 0 3;
	margin: 1 0 3 0;
	color: 5a75a0;
	
}

div.center-content .ImageBorder
{
	float: left;
	margin: 2 4;
	text-align: center;
	color: #7c7c7c;
	font-size: 10;
	height: 140;
	width: auto;
}

.Right-Menu
{

	float:right;

    
}

div.header-left-menu
{
	font-size:10px;
	/*font-weight: bold;*/
	float: right;
	margin: 2 2;
	
}

div.header-left-menu .item-border
{

	border-style: none solid none none;
	border-width: 1;
	border-color: white;
	padding: 4px;
	float: left;


}

table.logininfo
{
	font-size: 14px;
}

div.LoginBox-Container
{
	width: 100%; 
	margin-top: 10px;
}

div.LoginBox-Container .text
{
	float: left; font-size: 12;
	color: #696969;
	
	
	width: auto;
	
}
.Right-Menu .Buttons 
{
	text-align: center; margin-top: 8px;
}

.Right-Menu .Buttons input
{
	background-color: #dcdcdc;
	color: black;
	font-weight: 100;
	font-size:12;
}

#delimiter
{
	clear: both;
}

td.NotReggedYet div.NotReggedYetBox
{
	font-size: 16;
	font-weight: bold;
	margin: 15 0 0 0;
}

td.NotReggedYet div.Link
{
	font-size: 14px;
	margin: 0 0 10 3;
	color: #696969;
}

td.NotReggedYet span
{
	text-decoration: underline;
}

td.NotReggedYet a
{
	text-decoration: none;
	color: #696969;
}

td.NotReggedYet a:hover
{
	text-decoration: underline;
	color: #696969;
}
div.User-ControlPanel div.CP-Link
{
	margin: 5;
}
div.User-ControlPanel div.CP-Link img
{
	border: 0;
	float: left;
	width: 16;
	height: 16;
	
}

div.User-ControlPanel div.CP-Link h1
{
	border: 0;
	font-size: 16px;
	margin-left: 5px;
	
	
}

div.User-ControlPanel div.CP-Link a
{
	margin-left: 5px;
	
}

div.User-ControlPanel div.CP-Link .smallerText
{
	font-size: 12px;
	
}

div.User-ControlPanel div.CP-Link .Option
{
	font-size: 14px;
	margin: 0 0 5 0;
	
}

div.User-ControlPanel 
{
	float: right;
	
}

/* Recruiters Profile page */

div.center-content .RecsParentHead
{
	font-size: 20px;
	font-weight: bold;
	background-color: e9ecfc; 
	width: 240px; 
	height: 32;
	padding: 5 0 0 3;
	margin: 1 0 3 0;
	color: 5a75a0;
	float: left;
}

div.center-content .RecsParentHeadSnd
{
	width: 800px;
	font-size: 20px;
	padding: 5 0 0 3;
	margin: 1 0 3 0;
	color: 5a75a0;
}

div.center-content .RecsParentHeadSnd span
{
	font-size: 14px;
}

table.ProfileButtons
{
	width:100%;
}

table.ProfileButtons  td
{
	background-color: eaecfb;
	font-size: 15;
	height: 30;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	
}

table.ProfileButtons img
{
	float: left;
	width: 25;
	height: 25;
	margin-top: -3px;
	
}
table.RecsInfo 
{
	width: 100%;
	text-align: left;
}

table.RecsInfo hr
{
	background-color: #a7bdf5;
	width: 70%;
	height: 4px;
	margin-left: 0;
	
	
}


table.RecsInfo div.SecInfo
{
	background-color: eaecfb;
	color: 5a75a0;
	width: 226;
	height: auto
	margin: 10 0 0 15;
	padding: 0 0 0 4;
	float: left;
	font-size: 14px;
	
}

table.RecsInfo div.SecInfoBigger
{
	background-color: eaecfb;
	color: 5a75a0;
	width: 226;
	height: auto;
	margin: 10 0 0 0;
	padding: 0 0 0 4;
	float: left;
	font-size: 13;
	
}

table.RecsInfo span
{
	margin: auto 0;
	font-size: 10;
}

table.RecsInfo div.SecInfoNoBorder
{
	border-bottom-style: solid;
	border-width: 1;
	border-color: eaecfb;
	color: 5a75a0;
	font-size: 12px;
	width: 80%;
	height: auto;
	margin: 3 0 0 4;

}

table.RecsInfo div.SecInfoNoBorder2
{
	border-bottom-style: solid;
	border-width: 1;
	border-color: eaecfb;
	color: 5a75a0;
	font-size: 12px;
	width: 80%;
	height: auto;
	margin: 9 0 0 4;

}

table.RecsInfo .SecInfoHr hr
{
	background-color: #a7bdf5;
	width: 50%;
	height: 4px;
	margin-left: 15;

}

/* Recruiters EDIT PROFILE page */

div.information
{
	width: 700px;
	position: relative;
    left: 50%;
    margin-left: -350px;
    margin-top: 3px;
	border-style: solid;
	border-width: 1;
	border-color: a7bdf5;
	background-color: ffffe9;
	font-size: 13px;
}

div.information hr
{
	width: 80%;
	margin: 5 auto;
	
}

div.information h1
{
	font-size: 18px;
	font-weight: bold;
	
}

table.Recs-Edit
{
	width: 811px;
	height: 600px;
}

div.errors_reported
{
	width: 700px;
	border-style: dotted;
	border-width: 1;
	background-color: ffeeee;
	font-size: 13px;
	position:relative;
    left: 50%;
    margin-left: -350px;
    margin-top: 3;
	color: c80505;
	font-size: 13px;
}

div.errors_reported h1
{
	font-size: 18px;
	font-weight: bold;
	
}

div.step
{
    position: relative;
	width: 700px;
    left: 50%;
    margin-left: -350px;
    margin-top: 3px;
	margin-bottom: 3px;
	border-style: solid;
	border-width: 1;
	border-color: a7bdf5;
	background-color: ffffe9;
	font-size: 18px;
	font-size: bold;
	text-align: center;
}

/* Login page */

div.LoginBorder
{
	border-style: solid;
	border-width: 0;
	border-color: black;
	text-align: center;
	width: 813px;
}

table.Login
{
	width: 60%;
	border-style: solid;
	border-width: 1;
	border-color: black;
	margin: 3 auto;
	background-color: #bcc9ff;

}

table.Login h3
{
	font-size: 16px;
}


/* Note.tpl */
div.Note
{
	width: 600px;
	border-width: 1;
	border-style: solid;
	background-color: #bcc9ff;
	margin: 0 auto;
	text-align: center;
	padding: 3px;
}

/* Models_filter.tpl */
table.ModelsList
{
	width: 100%;
	text-align: left;
	border-style: solid;
	border-width: 0;
	border-color: black;
}

table.ModelsList td
{
		text-align: left;
}

table.ModelsList span
{
	font-weight: bold;
}

table.ModelsList div.underline
{
	border-bottom-style: solid;
	border-width: 1;
	border-color: #bcc9ff;
	width: 88%;
	margin: 1 0;
}

table.ModelsList td.imageColumn
{
	width:0; text-align: left; padding: 3px;
	
}

table.ModelsList td.imageColumn img
{
	border-style: solid;
	border-width: 1;
	border-color: black;
}

table.ModelsList tr
{

	height: 60px;
	font-size: 13px;
	color: 5a75a0;
	
}

table.ModelsList hr
{

	background-color: #a7bdf5;
	width: 90%;
	height: 4px;
	margin-left: 15;
}

table.ModelsList div.button_1
{
	border-bottom-style: solid;
	border-width: 1;
	border-color: #bcc9ff;
	width: 88%;
	margin: 1 0;
	text-align: center;
	margin-bottom: 10px;
	
}

table.ModelsList div.button_1 a
{
	color: 5a75a0;
	text-decoration: none;
	font-weight: bold;
}


/* Private messaging page(s) */
table.PrivMsg
{
	width: 946px;
	text-align: left;
}

div.PrivMsg-TopMenu img
{
	float: left;
	margin: 0 3 0 0;
	width: 16px;
	height: 16px;
}

table.PrivMsg hr
{
	background-color: #a7bdf5;
	width: 70%;
	height: 4px;
	margin-left: 0;
	
	
}


table.PrivMsg div.SecInfo
{
	background-color: eaecfb;
	color: 5a75a0;
	font-weight: bold;
	width: 160;
	height: 21;
	margin: 10 0 0 0;
	padding: 0 0 0 4;
	float: left;
	
}

table.PrivMsg div.SecInfoBigger
{
	background-color: eaecfb;
	color: 5a75a0;
	width: 226;
	height: 42;
	margin: 10 0 0 15;
	padding: 0 0 0 4;
	float: left;
	
}

table.PrivMsg span
{
	margin: auto 0;
	font-size: 12;
}

table.PrivMsg div.SecInfoNoBorder
{
	border-bottom-style: none;
	border-width: 1;
	border-color: eaecfb;
	color: 5a75a0;

	font-weight: bold;
	width: 98%;
	height: auto;
	margin: 10 0 0 0;
	font-size: 14px;

}

table.PrivMsg  hr
{
	background-color: #a7bdf5;
	width: 98%;
	height: 4px;

}

div.PrivMsg-TopMenu
{
	width: 946px;
	height: 30px;
	background-color: bcc9ff;
	
	font-size: 14px;
	font-weight: bold;
	margin: 2 2;
	padding: 5 0 0 0;
	text-align: right;

}

div.PrivMsg-TopMenu .itemBorder
{
	border-style: none solid none none;
	border-width: 1;
	border-color: white;
	padding: 4px;
	float: right;

}

table.PrivMsg-read
{
	width: 800px;
	text-align: left;
}

table.PrivMsg-read hr
{
	background-color: #a7bdf5;
	width: 70%;
	height: 4px;
	margin-left: 0;
	
	
}


table.PrivMsg-read div.SecInfo
{
	background-color: eaecfb;
	color: 5a75a0;
	font-weight: bold;
	width: 150;
	height: 18px;
	margin: 10 0 0 15;
	padding: 0 0 0 4;
	float: left;
	font-size: 14px;
	
}

table.PrivMsg-read div.SecInfoBigger
{
	background-color: eaecfb;
	color: 5a75a0;
	font-weight: bold;
	width: 226;
	height: 42;
	margin: 10 0 0 15;
	padding: 0 0 0 4;
	float: left;
	
}

div.message-text
{
	width: 600px;
	position: relative;
	left: 50%;
	margin-left: -350px;
	border-style: solid;
	border-width: 1;
	border-color: 4f71ff;
	background-color: ebefff;
	
}

textarea.message-text
{
	width: 600px;
	height: 200px;
	position: relative;
	left: 50%;
	margin-left: -350px;
	border-style: solid;
	border-width: 1;
	border-color: 4f71ff;
	background-color: ebefff;
}

table.PrivMsg-read span
{
	margin: auto 0;
	font-size: 12;
}

table.PrivMsg-read div.SecInfoNoBorder
{
	border-bottom-style: solid;
	border-width: 1;
	border-color: eaecfb;
	color: 5a75a0;
	font-weight: bold;
	width: 800px;
	height: auto;
	margin: 10 0 0 4;

}

table.PrivMsg-read .SecInfoHr hr
{
	background-color: #a7bdf5;
	width: 50%;
	height: 4px;
	margin-left: 15;

}


/* Image gallery */

div.gallery
{
	width: 943px;
    height: auto;
	margin: 0 0 0 3;
	border-style: solid;
	border-width: 1;
	border-color: 4f71ff;
	background-color: ebefff;
}

div.galleryTitle
{

	border-style: solid;
	border-width: 0;
	border-color: 4f71ff;
	background-color: 7b95f9;
	color: white;
	padding: 3px;
	font-weight: bold;
}

div.galleryTitle a
{
	color: white;
	font-size: 14px;
}

div.galleryPagination

{
	float: right;
	font-size: 12px;
	padding-top: 4px;

}

div.galleryPagination a

{
	font-size: 12px;

}

div.ImageBoxBigger
{

border-style: solid; border-width: 1; border-color: #4f71ff;; padding: 3px; width: 195px; height: 200px;float: left; margin: 3px; text-align: center;
	
}

div.ImageBoxSmaller
{

border-style: solid; border-width: 1; border-color: #4f71ff;; padding: 3px; width: 174px; height: 150px;float: left; margin: 3px; text-align: center;
	
}

div.imageSmallText
{
    font-size: 11px;
    margin-bottom: 3px;
    font-family: Verdana;
}

/* Image uploader */

div.imageUploader
{
	width: 943px;
	height: 680px;
	margin: 0 0 0 3;
	border-style: solid;
	border-width: 1;
	border-color: 4f71ff;
	background-color: ebefff;
}

div.imageUploaderTitle
{

	border-style: solid;
	border-width: 0;
	border-color: 4f71ff;
	background-color: 7b95f9;
	color: white;
	padding: 3px;
	font-weight: bold;
}

div.imageUploaderTitle a
{
	color: white;
	font-size: 14px;
}

div.imageUploaderPagination

{
	float: right;
	font-size: 14px;
	padding: 2px;
}

div.imageUploaderUploadedImgs
{
	width: 100%;
	height: 230px;
	display:none;
	overflow: auto;
}

/* Index page again ... */

table.IndexGlobal
{
	width: 950; height: 650; border-style: solid; border-width: 0;
}

div.Index-RightMenu
{
	width: 240;
	height: auto; 
	//background-color:#bcc9ff; 
	text-align: center; 
	color: #696969; 
	font-size: 16;
	font-weight: bold;
	
}
