﻿/**** Background ****/
div.bg
{
	display:					none;
}

/**** INTRO ****/
div.intro
{
	/*background-color:			#FFFFFF;*/
	border:						none; /*dashed 1px #FF0000;*/
	height:						570px;
	margin:						0px 0px 0px 0px;
	padding:					0px 0px 0px 0px;
	text-align:					left;
	width:						1000px;
	z-index:					5;
}
div.intro div.flash
{
	z-index:					10;
}
div.intro div.msg
{
	display:					block;
	height:						170px;
	left:						50px;
	margin:						0px 0px 0px 0px;
	overflow:					auto;
	padding:					0px 0px 0px 0px;
	position:					relative;
	top:						0px;
	width:						1000px;
	z-index:					20;
}

/**** MASTER ****/
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #2b2b2b url(../Images/dImago/background.png) repeat 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
    border: none;
}

/******** CONTAINER ******************************************************************/
/* table hack to vertical align the website */
table.container {
    border: none;
    border-collapse: collapse;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
table.container  td.container {
    height: 100%;
    vertical-align: middle;
}

div.container {
    margin: 0 auto;
    width: 1006px;
}
/******** END CONTAINER **************************************************************/


/******** HEADER *********************************************************************/
div.header {
    background: transparent url(../Images/dImago/header.gif) no-repeat 0px 0px;
    text-align: center;
}

div.header div {
    padding: 10px 0 9px 0px;
    text-align: center;
}

div.header ul {
    background: transparent url(../Images/dImago/menu.gif) no-repeat 0px 0px;
    height: 32px;
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
    /*overflow: hidden;*/
    width: 1006px;
}
div.header ul li {
    float: left;
    margin: 1px 5px;
    width: auto !important;
    width: 1px;
    white-space: nowrap;
    position: relative;
}
div.header ul li a {
    color: #000;
    display: block;
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    text-decoration: none;
}
div.header ul li.active a,
div.header ul li a.active,
div.header ul li a.hover,
div.header ul li a:hover {
    background: transparent url(../Images/dImago/menu_hover.png) repeat-x 0px 1px;
    color: #fff;
}

div.header ul li ul {
    background-color: #b0b1b1;
    background-image: none;
    border-right: solid 1px #d0d0d1;
    border-bottom: solid 1px #d0d0d1;
    border-left: solid 1px #d0d0d1;
    top: 31px;
    padding: 5px 0 9px 0;
    position: absolute;
    width: auto;
    display: none;
    height: auto;
}
div.header ul li ul li {
    float: none;
    margin: 0;
    text-align: left;
}
div.header ul li ul li a {
    background: none;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 1px 13px;
}
div.header ul li ul li a:hover {
    background-color: #000;
    background-image: none;
    color: #fff;
}

/******** END HEADER *****************************************************************/


/******** FOOTER *********************************************************************/
div.footer {
    background: #000 url(../Images/dImago/footer.gif) no-repeat 0px 0px;
    text-align: center;
}

div.footer img.logo {
    margin: 10px 0 7px 0;
}
div.footer img.payoff {
    margin: 4px 0 0 0;
}
/******** END FOOTER *****************************************************************/


/******** BODY ***********************************************************************/
div.body {
    background-color: #000;
    color: #eee;
    height: 438px;
    overflow: hidden;
}
div.body h1 {
    color: #6c6d6e;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
div.body h2 {
    color: #6c6d6e;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

div.body a {    
    color: #fff;
    text-decoration: none;
}
div.body a:hover {
    text-decoration: underline;
}

div.body p {
    padding: 0;
    margin: 17px 0;
}

div.body div.images {
    float: left;
    width: 562px;
}

div.content-left {
    font-size: 11px;
    float: left;
    line-height: 18px;
    padding: 26px 40px 0 125px;
    width: 397px;
}

div.body div.content {
    font-size: 11px;
    float: left;
    height: 380px;
    line-height: 18px;
    padding: 26px 26px 0 26px;
    overflow: auto;
    width: 392px;
}

/******** END BODY *******************************************************************/


/******** CONTACT ********************************************************************/
div.contact table.PropertyGrid th {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    background-color:#000000;
    color:#FFFFFF;

}
table.PropertyGrid tbody th.groter, table.PropertyGrid .Body th.groter {
    width: 255px;
}
table.PropertyGrid tbody th.grootst, table.PropertyGrid .Body th.grootst {
    width: 500px;
}
table.PropertyGrid tbody td, 
table.PropertyGrid .Body td 
{
    color:#FFFFFF;
}
div.contact table.PropertyGrid th.text {
    font-weight: bold;
}
div.contact table.PropertyGrid input.btn
{
	background-color:			#545454;
	border-top:					solid 1px #626262;
	border-right:				solid 1px #626262;
	border-bottom:				solid 1px #626262;
	border-left:				solid 1px #626262;
	//color:						#FFFFFF;
	cursor:						pointer;
}
div.contact table.PropertyGrid input.textbox
{
    border: solid 1px #545454;
	padding: 0px 0px 0px 2px;
	width: 220px;
}
div.contact table.PropertyGrid select.cbo
{
    border: solid 1px #545454;
	padding: 0;
	width: 220px;
}
div.contact table.PropertyGrid textarea.textbox,
div.contact table.PropertyGrid textarea.textarea
{
    border: solid 1px #545454;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100px;
	padding: 0px 0px 0px 2px;
	width: 220px;
}
/******** END CONTACT ****************************************************************/


/******** SHOPS **********************************************************************/
div.shopslegend {
    float: left;
    margin: 25px 0 0 40px;
    width: 390px;
    position: relative;
}
div.shopslegend p {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    left: 0;
}
div.shopslegend img {
    border: none;
    float: right;
    margin: 25px 0 0 0;
}
div.shopslegend input.textbox {
    border: solid 1px #545454;
	color: #003366;
	height:	18px;
	padding: 0px 0px 0px 4px;
	vertical-align:	middle;
	width: 80px;
}
div.shopslegend input.button {
	background-color: #545454;
	border: solid 1px #626262;
	color: #FFFFFF;
	cursor: pointer;
	height: 20px;
	vertical-align: middle;
}

div.shops {
    float: left;
    height: 410px;
    margin: 25px 0 0 25px;
    overflow: auto;
    width: 145px;
}
div.shops a {
    display: block;
}
div.shops a.active {
    font-weight: bold;
}

div.shop {
    float: left;
    margin: 25px 0 0 25px;
    width: 335px;
}
div.shop table {
    margin: 13px 0 0 0;
}
div.shop table th {
    font-weight: normal;
    text-align: left;
    width: 80px;
}
div.shop table a {
    font-weight: bold;
}
/******** END SHOPS ******************************************************************/


/******** MESSAGES *******************************************************************/
/* general */
div.relative { position: relative; }

div.displayMessage
{
    background-repeat: no-repeat;
    background-position: 6px 6px;
    font-size: 100%;
    font-weight: bold;
    padding: 5px 20px 20px 56px;
    width: 907px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 5;
}
div.displayMessage p
{
    margin: 12px 0 0 0;
}
div.displayMessage code
{
    color: #A31515;
    display: block;
    margin: 0 0 6px 0;
}

div.displayMessage ul
{
    margin: 12px 0 0 12px;
}
div.displayMessage h3
{
    display: block;
    font-weight: bold;
    font-size: 120%;
    margin: 12px 0 0 0;
}

/* hint */
div.hint
{
    color: #666666;
    background-color: #eeeeee;
    background-image: url(../../../../ValentNet/Content/icons/32x32/lightbulb.png);
}
/* success */
div.success
{
    color: #006600;
    background-color: #e6f8dd;
    background-image: url(../../../../ValentNet/Content/icons/32x32/ok.png);
}
/* information */
div.information
{
    color: #0f436c;
    background-color: #e4edf4;
    background-image: url(../../../../ValentNet/Content/icons/32x32/information.png);
}
/* warning */
div.warning
{
    color: #e1a506;
    background-color: #FFFEDF;
    background-image: url(../../../../ValentNet/Content/icons/32x32/sign_warning.png);
}
/* error */
div.error
{
    color: #9c0000;
    background-color: #FBE6F2;
    background-image: url(../../../../ValentNet/Content/icons/32x32/error.png);
}
/******** END MESSAGES ***************************************************************/


/* dropdown menu */
#dropmenudiv {
    background-color: #b0b1b1;
    border-right: solid 1px #d0d0d1;
    border-bottom: solid 1px #d0d0d1;
    border-left: solid 1px #d0d0d1;
    padding: 5px 0 9px 0;
    margin: 2px 0 0 0;
    position: absolute;
    z-index: 2;
}
#dropmenudiv a {
    color: #000;
    display: block;
    font-size: 11px;
    line-height: 20px;
    padding: 1px 13px;
    text-decoration: none;
}
#dropmenudiv a:hover{ 
    background-color: #000;
    color: #fff;
}
/* end dropdown menu */