
body
{
	width: 800px;
    margin: 0px auto;
    text-align: center;
    overflow-x: hidden;
}

/* Header DIV tags */

/*html>body #main-page
{
    width: 800px;
    min-height: 600px;
    height: auto;
}*/

div
{
    border: 0px dotted gray;
    padding: 0px;
    margin: 0px;
}

#pnlMain
{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #CCC;
	
	margin: 10px auto 0px auto;
    
    text-align: left;
    
    width: 800px;
	/*height: 600px;*/
	
	position: relative;
}

#pnlTitle
{
	width: 800px;
	height: 164px;
	
	vertical-align: bottom;
	
	position: relative;
}

#pnlTitleCorner
{
	width: 135px;
	height: 164px;
	
	position: relative;
	float: left;
}

#pnlTitleCombine
{
	width: 294px;
	height: 164px;
	
	position: relative;
	float: left;
}

#pnlTitleTop
{
	width: 294px;
	height: 129px;
	
	position: relative;
	float: none;
}

#pnlTitleBottom
{
	width: 270px;
	height: 35px;
	padding: 0px 0px 0px 10px;
	
	position: relative;
}

#pnlTitleMain
{
	width: 369px;
	height: 164px;
	
	position: relative;
	float: left;
}

#pnlMainMenu
{
	width: 129px;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #CCC;
	
	/*margin-bottom: 20px;	*/
	
	float: left;
	
	padding: 5px 0px 0px 5px;
	
	position: relative;
	/*top: -5px;*/
}

#pnlAdminMenu
{
	width: 100%;
	
	position: relative;
}

html>body #pnlAdminMenu
{
	width: 135px;
	
	padding: 5px 0px 0px 5px;
	
	position: relative;
}

#pnlMaintext
{
	width: 620px;
	
	vertical-align: top;
	padding: 2px 10px 0px 5px;
	
	display: table-cell;
	
	margin: auto 5px 10px 5px;
	
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CCC;
	
	/*display: inline;*/
	float: right;	
}

html>body #pnlMaintext
{
	width: 620px;
	height: auto;
	
	vertical-align: top;
	padding: 2px 10px 0px 5px;
	
	display: table-cell;
	
	margin: auto 20px 10px 0px;
	
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CCC;
	
	/*display: inline;*/
	float: right;
}

#pnlDelConf
{
	text-align: center;
	position: relative;	
	margin: 0px auto;
}

#pnlFooter
{
	width: 100%;
	
	border-width: 0px 1px 1px 1px;
	border-color: #CCC;
	border-style: solid;
	
	position: relative;	
}

#pnlLogo
{
	margin-top: 10px;
	width: 260px;
	float: left;	
}

#pnlCopyright
{
	width: 300px;
	text-align: left;
	float: left;	
	margin-top: 20px;
	margin-left: 10px;
}

#pnlForm
{
	float: right;
	position: relative;
	width: 250px;
	margin-right: 20px;
	margin-left: 30px;
	padding: 0px 0px 0px 20px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #CCC;
}

#top-corner-logo
{
	width: 125px;
	/*height: 112px;*/
		
	/*position: absolute;
	
	top: 0px;
	left: 307px;*/
	float: right;
}

#pnlLoginbox
{
	width: 600px;
	text-align: center;
	
	margin: 10px auto auto auto;
	
	position: relative;
}

/* End of DIV tags */

.centre
{
    text-align: center;
}

.right
{
    text-align: right;
}

form {display: inline;}

p.footer
{
    font-size: 7pt;
    color: #999999;
}

p, li, span
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    display: inline;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
    color: #004C6F;
    display: inline;
}

/* Image Border Removal */

img {border: 0px}

img.ecvphpic
{
	float: right;
}

/* LINKS */

a:link {color: #004C6F}     /* unvisited link */
a:visited {color: #004C6F}  /* visited link */
a:hover 
{
	color: #81A4C1;
	text-decoration: underline;
}
a:active {color: #004C6F}   /* selected link */
a
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a.menu-item-main
{
	font-size: 9pt;
}

a.menu-item
{
	font-size: 12pt;
	/*font-weight: bold;*/
}

a.menu-item:hover
{
	text-decoration: none;
}

a.footer
{
	font-size: 7pt;
    color: #999999;
}

/* FORMS */

input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;

    background-color: #FFFFFF;
}

input.chk
{
    border: 0px;
}

.noborder input
{
	border: 0px;
}

input.button
{
    color: #555555;
}

table.register
{
	width: 500px;
}

table.contact
{
	width: 300px;
}

table.login
{
	width: 250px;
	border: 1px solid #999999;
	margin: 0px auto;
	background-color: #C1D3E1;
}

table.search
{
	width: 500px;
}

table.payments
{
	width: 500px;
}

td
{
	vertical-align: top;
}

td.payments-headers
{
	padding: 3px;
	background-color: #CCE6FF;
}

td.search-headers
{
	padding: 3px;
	background-color: #CCE6FF;
}

td.register
{
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

td.center
{
	padding: 5px;
	text-align: center;
}

td.right
{
	padding: 5px;
	text-align: right;
}

td.login
{
	padding: 5px;
	vertical-align: top;
}
