/* calendar for template */

/* the table (within the div) that holds the date picker calendar */
.instance_dpTable, .dpTable, .propertyMainTable .dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	background-color: #FFFFFF;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.instance_dpTR, .dpTR, .propertyMainTable .dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.instance_dpTitleTR, .dpTitleTR, .propertyMainTable .dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.instance_dpDayTR, .dpDayTR, .propertyMainTable .dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.instance_dpTodayButtonTR, .dpTodayButtonTR, .propertyMainTable .dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.instance_dpTD, .dpTD, .propertyMainTable .dpTD {
	padding-left: 0px;
	text-align: center;
	background-color: white;
	cursor: pointer;
}

.instance_dpLegendTD, .dpLegendTD, .propertyMainTable .dpLegendTD {
	padding-left: 0px;
	text-align: center;
	background-color: white;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.instance_dpDayHighlightTD, .dpDayHighlightTD, .propertyMainTable .dpDayHighlightTD {
	background-color: #FF9900;
	padding-left: 0px;
	text-align: center;
	border: 1px solid #FF9900;
	cursor: pointer;
}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
/*.dpTDHover {
	background-color: red;
	cursor: pointer;
	padding-left: 5px;
	text-align: left;
	}
*/
.instance_dpAvailableTD, .dpAvailableTD, .propertyMainTable .dpAvailableTD {
	background-color: #CCFF00;
	padding-left: 0px;
	text-align: center;
	border: 1px solid #CCFF00;	
	cursor: pointer;
}

.instance_dpBookedOutTD, .dpBookedOutTD, .propertyMainTable .dpBookedOutTD {
	background-color: #C0C0C0;
	padding-left: 0px;
	text-align: center;
	border: 1px solid #C0C0C0;
	cursor: pointer;
}
	
.instance_dpBorderedTD, .dpBorderedTD, .propertyMainTable .dpBorderedTD {
	text-align: left;
	border: 1px solid black;
	cursor: pointer;
}

/* the table cell that holds the name of the month and the year */
.instance_dpTitleTD,.dpTitleTD, .propertyMainTable .dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.instance_dpButtonTD, .dpButtonTD, .propertyMainTable .dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.instance_dpTodayButtonTD, .dpTodayButtonTD, .propertyMainTable .dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.instance_dpDayTD, .dpDayTD, .propertyMainTable .dpDayTD {
	background-color: #666666;
	color: white;
	padding-left: 0px;
	text-align: center;
	}
	
.instance_dpSelector, .dpSelector, .propertyMainTable .dpSelector {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	width: 20px;
}


/* additional style information for the text that indicates the month and year */
.instance_dpTitleText, .dpTitleText, .propertyMainTable .dpTitleText {
	font-size:12px;
	color: #003366;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.instance_dpDayHighlight, .dpDayHighlight, .propertyMainTable .dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.instance_dpButton, .dpButton, .propertyMainTable .dpButton {
/*	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px; */
	}


/* the "This Month" and "Close" buttons at the bottom */
.instance_dpTodayButton, .dpTodayButton, .propertyMainTable .dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

.instance_calendar, .calendar, .propertyMainTable .calendar {
	border: 1px solid #cccccc;
	width: 110px;
	height: 110px;	
}

.instance_calendar_cell, .calendar_cell, .propertyMainTable .calendar_cell {
	text-align: center;
	border: 1px solid #cccccc;
	width: 15px;
	height: 15px;
}

.instance_calendar_today, .calendar_today, .propertyMainTable .calendar_today {
	text-align: center;
	border: 1px solid #cccccc;
	background-color:#003366;
	color: #ffffff;
	font-weight: bold;
	width: 15px;
	height: 15px;
}
.instance_dpClearTD, .dpClearTD, .propertyMainTable .dpClearTD {
	background-color: #FFFFFF;
	padding-left: 0px;
	text-align: center;
	border: 1px solid #000000;
	cursor: pointer;
}
.property_title_header {
  background-image : url("../images/property/propertyHeader.jpg");
  background-repeat: repeat;
}

DIV.deleteButtonText,DIV.saveButtonText{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	line-height: 20px;
	text-align: center;
	background: none;
	font-size:12px;
}

BUTTON.deleteButton{
	border: 0px;
	background-image: url('../images/property/prop_btn_delete.gif');
	width: 72px;
	height: 21px;	
}

BUTTON.saveButton{
	border: 0px;
	background-image: url('../images/property/prop_btn_save.gif');
	width: 183px;
	height: 21px;	
}

.stepHeader{
	font-family:sans-serif, Helvetica, Geneva, Verdana;
	color:#003366;
	text-align: left;
	font-size:12px;	
	font-weight : bold
}
.stepText{
	font-family: sans-serif, Helvetica, Geneva, Verdana;
	color:#333366;
	text-align: left;
	font-weight: normal;
	font-size:12px;
}
.stepWithLineTable{
	border-right-style: solid;
	border-right-color: #E4E4AC;
	border-right-width: 2px;
}
.stepControls{
    border: 1px solid rgb(99, 99, 99);
}
TABLE.instance_header_table A {
   color: black;
   font-weight:normal;
   cursor: pointer;
}

TABLE.instance_header_table A:hover {
	text-decoration:none;
	color: blue;
    font-weight:normal;
    cursor: pointer;
}

.instance_spanToolbar {
   color: white; 
   font-size:12px;
}

.instance_header_div {
   height: 15px;
   cursor: move;
   margin-left: 2px;
}

.instance_header_td {
   background-image : url(../images/toolbar/property.gif);
   background-repeat : no-repeat;
   height: 22px;
   width: 10px;
}

.instance_header_middle_td {
   background-image : url(../images/toolbar/header_middle_td.gif);
   background-repeat : repeat-x;
   height: 22px;
}

.instance_header_middle_td a {
	font-size:12px;
}

.instance_header_wd_right_td {
   background-image : url(../images/toolbar/header_wd_right_td.gif);
   background-repeat : no-repeat;
   height: 22px;
   width: 27px;
   cursor:pointer;
}

.instance_header_wd_right_td div {
	height:22px;
	width:27px; 
}

.instance_header_right_td {
   background-image : url(../images/toolbar/header_right_td.gif);
   background-repeat : no-repeat;
   height: 22px;
   width: 27px;
   cursor:pointer;
}

.instance_header_table {
   background-image : none;
   color: black;
   width: 100%;
   font-size:12px;
   font-family: Arial, Tahoma, sans-serif;
}

.instance_header_right_td a div {
	height:22px;
	width:27px; 
}

@font-face {
	font-family: "HelveticaNeue Light";
	src: url("../images/fonts/HelveticaNeue Light.ttf");
}
@font-face {
	font-family: "HelveticaNeue Medium";
	src: url("../images/fonts/HelveticaNeue Medium.ttf");
}
@font-face {
	font-family: "HelveticaNeue";
	src: url("../images/fonts/HelveticaNeue-Roman.otf");
}
@font-face {
	font-family: "HelveticaNeue Bold";
	src: url("../images/fonts/HelveticaNeue-Bold.otf");
}
body, p, ul, ol, div, a, span {
	color: #666666; font-family:"HelveticaNeue Medium",Arial,'Myriad Pro',sans-Serif; font-size: 13px; font-weight:normal;
}
body{background: none no-repeat scroll 0 0 #D1D0CB; width: 100%!important;}
.container_bg .main-bg img{
    display:none;
}
#mainTableBody>#reLayout img.main-bg{display: block; width: 100px!important;}
.container_bg{  
}
a { 
	color:#D11848; 
	text-decoration:none; 
}
a:hover { 
	text-decoration:underline; 
	color:#D11848; 
}
a:visited { 
	text-decoration:none; 
	color:#D11848; 
}
.mainwrapper {
    z-index: 1;
	width: 100%;
	text-align: center;
}
div.main_markup{
	padding: 0;
	background: none;
	margin: 0;
}
.maincontent{
	padding: 0 10px;
	background: none no-repeat scroll 0 0 #FFFFFF;
}
.maincontent_inner{
	width: 100%;
}
.userwelcome{
	color: #D11848;
    position: absolute;
    right: 0;
    top: -20px;
}
.userwelcome a{color: #D11848;}
.header_logo{padding: 10px; vertical-align: middle;}
.sign_project{vertical-align: middle;}
.sign_project .instance_control_ptitle, .sign_project .instance_control_ptitle p, .sign_project .instance_control_ptitle p span{
	color: #D11848;
	font-size: 24px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: Arrial, sans;
}
.sign_project .instance_control_ptext, .sign_project .instance_control_ptext p, .sign_project .instance_control_ptext p span{
	color: #AAAB8F;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arrial, sans;
}
.main_menu{width: 100%;}
td.top_menu{width: 100%; background: none repeat scroll 0 0 #000000; padding: 0 70px;}
td.top_menu table{width: 100%;}
.content{padding: 10px; background: none;}
#page_Home .content{background: none!important; padding-top: 0!important;}
.inner_content{padding: 0px; position: relative;}
.text_content{padding: 0 10px 0 0;}

.mainlayout {
 	background-color: #ffffff;
	width: 100%;
}

.maincontentarea {
    background-color: #e8e8e9;
	width: 100%;
}

.header_darkbackground p, .header_darkbackground ul, .header_darkbackground ol, .header_darkbackground div, .header_darkbackground span {
 	color: #ffffff;
}
.estatecreate_copy{min-height: 60px; padding: 20px 85px;}
.estatecreate_copy, .estatecreate_copy a , .estatecreate_copy p{font-size: 12px; color: #666666; text-decoration: none; font-weight: normal; font-family: Arial,sans-serif;} 
.estatecreate_copy a:active, .estatecreate_copy a:hover {text-decoration: underline; color: #FFFFFF!important;}


td.content_imagearea {padding: 5px 0 0 0;}
td.content_imagearea .inner_imagearea{padding: 0px;}
td.content_imagearea .threeimages{padding: 10px!important;}
.container
{
	/*width:820px;*/
	position: absolute;
	left: 100px;
	top: 25px;
	border: 1px solid #cccccc;
	height: 630px;
}

.title
{
	position:absolute;
	top:20px;
	left:20px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:12px;
	font-weight:bold;
	color: #3978ad;
	margin: 0;
}
.template_footer{width: 100%;}
td.bottom_logos{
	text-align: left;
	padding: 10px;
	background: none no-repeat scroll 0 0 #FFFFFF;
	border-bottom: 10px solid #D21849;
}
td.bottom_logos table{
	display: inline-table;
}
td.footer_copyright{
	padding: 10px;
	vertical-align: top;
	text-align: right;
	font-family: Arial,'Myriad Pro',sans-serif;
}
td.footer_copyright a, td.footer_copyright div{
	font-family: Arial,'Myriad Pro',sans-serif;
}
td.footer_copyright td{
vertical-align: top;
}
.container_copyright{margin-bottom: 10px; padding-right: 13px;}
.container_copyright .instance_TextAreaControllTextDIV{width: 100%!important;}
.container_bottomlinks{color: #666666;}
.container_bottomlinks div, .container_bottomlinks p, .container_bottomlinks table{
	display: inline;
	color: #666666!important;
}
.container_bottomlinks a {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}
.container_bottomlinks a:hover{
	color: #3A4346;
	text-decoration: underline;
}

.logo {
	background-image:url(../images/general/marshparsons_logo.png);
	background-repeat:no-repeat;
	height:67px;
	margin: 0;
	padding: 5px 0;
}

.sublogo {
	background-image:url(../images/general/mp_theinkbuilding.png);
	background-repeat:no-repeat;
	height:67px;
	width:123px;
	margin: 0;
	padding: 5px 10px;
}

.main_img
{
	position:absolute;
	top:69px;
	left:5px;
	background-image:url(main_img.jpg);
	background-repeat:no-repeat;
	/*width:801px;
	height:117px; */
	margin: 0;
}

.nav
{
	height:25px;
	border-bottom: 1px solid #cccccc;
	vertical-align: bottom;
	position: absolute;
	left: 5px;
	top: 193px;
}

.nav_txt
{
	font-size:12px;
	font-weight:bold;
	vertical-align: top;
}

.photo_add_content
{
	position: absolute;
	top:232px;
	left:5px;
}

.text_add_content
{
	position: absolute;
	top:232px;
	left:409px;
}

.resultDiv {
	border: 0;
	height:100%;
    min-height: 24px;
	width: auto;
}

.contentarea .resultDiv, .horizontalnav .resultDiv {
	padding: 0px;
}

* html .resultDiv {
	border: 0;
	height: 24px;
	width: auto;
}

/* For preview and publish */

.rePreviewTopLeft {
	width: 14px;
	height: 14px;
}

.rePreviewTopMiddle {
	height: 14px;
}

.rePreviewTopRight {
	width: 14px;
	height: 14px;
}

.rePreviewLeftMiddle {
	width: 14px;
}

.rePreviewRightMiddle {
	width: 14px;
}

.rePreviewButtomLeft {
	width: 14px;
	height: 14px;
}

.rePreviewButtomMiddle {
	height: 14px;
}

.rePreviewButtomLeft {
	width: 14px;
	height: 14px;
}

TABLE.rePreviewLayout {
	/*width: 850px;*/
}

* html TABLE.rePreviewLayout {
	/*width: 850px;*/
}

.globalWorkareas {
	background: #FFFFFF;
	color: #470400;
}


a img {
    border: none;
}
.controlContainerWithHeader {
	border: none;
}


.columnTitle {
	color: #D11848; 
	font-size: 28px; 
	font-family: Arial,Sans-Serif;
	padding:15px 0 10px 20px;
	height: 30px;
}
.form_container {
    background-color: white;
    border: 1px solid #E1DFD9;
    width: 100%;
	height: 100%;
}
.form_container  td{vertical-align: top;}
.loginColumn {
    height: 373px;
    vertical-align: top;
}
.columnTitleSmall {
	color: #AAAB8F; 
	font-size: 14px; 
	font-family: Arial,Sans-Serif;
	padding: 0 30px;
}
.buttonAgree{margin-right: 20px;}
.black_overlay{
	margin-top: -30px;
}

.resultDiv {padding: 0px; }

/* frame: microsite header */
.container_header .instance_control_ptitle, .container_header .instance_control_ptitle p {color: #5d5d5f; font-size: 18px;}
.container_header .instance_control_ptext, .container_header .instance_control_ptext p {color: #bfc1c0; font-size: 14px;}
.container_header .instance_componentOuterTABLE {padding-left: 30px; padding-top: 20px; display:none;}

.control_securelogin { width: 350px !important;}

/* frame: microsite menu */
TABLE.pageTableLinks { border-spacing: 0px; padding: 0px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px;}
TABLE.pageTableLinks TR { vertical-align: bottom; }
TABLE.innerPageTableLinks { padding:0; margin-left: 0px;}

TABLE.pageTableLinks TD.pageLinks, TD.pageLinks_Home, TABLE.pageTableLinks TD.pageLinks, TD.pageLinks_Home2, TABLE.pageTableLinks TD.pageLinks_Contact { color: #5d5d5f; border-left: 1px solid #999999; line-height: 14px; text-align: center; padding: 10px 5px; vertical-align: middle;}
TABLE.pageTableLinks TD.pageLinks A.activePageLink, TABLE.pageTableLinks TD.pageLinks_Home A.activePageLink, TABLE.pageTableLinks TD.pageLinks_Home2 A.activePageLink, TABLE.pageTableLinks TD.pageLinks_Contact A.activePageLink { text-decoration: none; color: #D11A4A; font-weight:bold; font-family:'HelveticaNeue Bold',Myriad Pro,Arial, sans-serif; }
TABLE.pageTableLinks TD.pageLinks A, TABLE.pageTableLinks TD.pageLinks_Home A , TABLE.pageTableLinks TD.pageLinks_Home2 A, TABLE.pageTableLinks TD.pageLinks_Contact A  { font-weight:normal; vertical-align: middle; font-size: 13px; font-family:'HelveticaNeue Light',Myriad Pro,Arial, sans-serif; color: #959595; text-decoration:none;  line-height: 18px; text-transform: uppercase;}
TABLE.pageTableLinks TD.pageLinks A:hover,TABLE.pageTableLinks TD.pageLinks_Home A:hover, TABLE.pageTableLinks TD.pageLinks_Home2 A:hover, TABLE.pageTableLinks TD.pageLinks_Contact A:hover{ text-decoration:none; color:#D11A4A; font-weight:normal; }
TABLE.pageTableLinks TD.pageLinks NOBR { color: green; font-size:12px; }
TABLE.pageTableLinks TD.pageLinks_Home, TABLE.pageTableLinks TD.pageLinks_Home2{border-left: none;}

/* main container: homepage */
.container_mainimage { z-index:1; }
.container_mainimagetext{
	padding: 10px;
	margin: 0;
	background: none #ECECEC;
}
#page_Home .container_mainimagetext{
	background: none!important;
}
/*.container_mainimagetext div.resultDiv, .container_mainimagetext p, .container_mainimagetext table td { opacity: 1; color: #a4a9aa; font-weight: bold;}*/
.container_mainimagetext .instance_control_ptitle, .container_mainimagetext .instance_control_ptitle p{color:#D11848; font-size:20px; font-weight:bold; text-transform: uppercase; font-family:'HelveticaNeue Bold',Myriad Pro,Arial, sans-serif; margin: 0;}
.container_mainimagetext .instance_control_ptitle p span{color:#D11848; font-size:20px; font-weight:bold; text-transform: uppercase; font-family: 'Myriad Pro',Arial,sans-serif;}
.container_mainimagetext .instance_control_ptext, .container_mainimagetext .instance_control_ptext p{color:#D11848; font-size:18px; font-weight:normal; text-transform: uppercase; font-family: 'HelveticaNeue Light','Myriad Pro',Arial,sans-serif; margin: 0;}
.container_mainimagetext .instance_control_ptext p span{color:#D11848; font-size:19px; font-weight:normal; text-transform: uppercase; font-family: 'Myriad Pro',Arial,sans-serif;}


.container_logintext{ position:relative; width: 155px; height:30px; z-index:100; background:#003576; line-height:30px; text-align:center; left:-180px; top:-425px; -moz-border-radius:10px; border-radius:10px;-webkit-border-radius:10px;}
.container_logintext a{ color:#FFF; font-size:16px; display:block; width:100%; height:100%; }
.container_logintext a:hover{ text-decoration:none; color:#FFF }


.container_mainarea .pageheader .instance_control_ptitle, .container_mainarea .pageheader .instance_control_ptitle p {
	font-family:'HelveticaNeue Medium',Myriad Pro,Arial, sans-serif;
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	text-transform:uppercase;
	padding: 0px;
	margin: 0!important;
}
.container_mainarea .pageheader .instance_control_ptext, .container_mainarea .pageheader .instance_control_ptext p {color: #333333; font-size: 12px; padding: 5px; font-weight: bold;}


.container_mainarea .instance_control_ptitle, .container_mainarea .instance_control_ptitle p  {font-family: "HelveticaNeue Medium",Arial,'Myriad Pro',sans-serif; color: #333333; font-size:14px; font-weight:normal; text-transform:uppercase; margin-top: 10px;}
.container_mainarea .instance_control_ptext, .container_mainarea .instance_control_ptext p  {font-size:13px;font-weight:normal; line-height: 18px; color: #666666; text-align: left;}

.contacts_page{padding-top: 10px;}
.contacts_page .DragDropContainer, .contacts_page .isDroppable {
	width: 100px; float: left; margin-right: 10px;
}
.contacts_page .imageDescriptionText{text-align: center;}


/* secondary page + info page (about, terms, etc): left area - text block header */
.info_page .instance_control_ptitle { color: #003576; font-size: 18px; padding: 0px;  width: auto !important; font-weight: normal;}
.info_page .instance_control_ptitle p { color: #525b5a; font-size: 24px; padding: 0px; margin: 0px; font-weight: bold;}
/* secondary page + info page: left area - text block body */
.info_page .instance_control_ptext { color: #999999; font-size: 14px; padding: 5px 5px 15px 5px; font-weight: normal; line-height: 20px;}
.info_page .instance_control_ptext p { color: #999999; font-size: 14px; margin: 0px; font-weight: normal; line-height: 20px;}
/* secondary page + info page: list for key facts */
.info_page ul {  color: #464648; padding: 10px 0px 10px 12px !important; margin: 0px; list-style:disc; font-size:12px; }
.info_page li {  color: #464648; font-size: 12px; list-style: none !important; padding: 3px 0px !important; border-bottom: 0px solid #bfc1c0; }
.info_page li p {color: #464648; font-size: 12px; padding: 0px;}




/* secondary page: left area - illustration */
.container_mainarea .illustration .resultDiv { background-color: #f2efe6; padding: 10px; }
.container_mainarea p{ margin:5px 0}

/* secondary page: left area - link block */
.container_mainarea .options .instance_control_ptitle { background-color: #ffffff; color: #bfc1c0; font-size: 12px; padding: 0px 5px 15px 5px; font-weight: bold;}
.container_mainarea .options .instance_control_ptitle p, .container_mainarea .options .instance_control_ptitle li  { color: #bfc1c0; font-size: 12px; margin: 0px; font-weight: bold;}

/* secondary page: right area - text block header 
.container_rightarea .instance_control_ptitle { color: #525b5a; font-size: 14px; padding: 5px; width: auto !important; font-weight: bold;}
.container_rightarea .instance_control_ptitle p { color: #525b5a; font-size: 14px; padding: 0px; margin: 0px; font-weight: bold;}
*/
/* secondary page: right area - text block body 
.container_rightarea .instance_control_ptext { color: #bfc1c0; font-size: 12px;  padding: 5px; font-weight: bold;}
.container_rightarea .instance_control_ptext p { color: #bfc1c0; font-size: 12px; margin: 0px; font-weight: bold;}
*/

/* content elements: bulleted list */
.container_rightarea ul, .container_mainarea ul { padding: 3px 0px 3px 25px; margin: 0px;}
.container_rightarea li, .container_mainarea li { list-style: square outside !important; padding: 5px 0px; }

.imagelist {padding: 50px 0px 10px 0px !important;}
.imagelist img {padding: 10px 0px !important;}


/* secondary page: documents column  - text block header */
.container_documents .instance_control_ptitle { color: #525b5a; font-size: 22px; padding: 5px 0px 20px 0px; width: auto !important; font-weight: normal;}
.container_documents .instance_control_ptitle p { color: #525b5a; font-size: 22px; padding: 0px; margin: 0px; font-weight: normal;}
/* secondary page: documents column  - text block body */
.container_documents .instance_control_ptext { color: #999999; font-size: 12px;  padding: 5px; font-weight: bold;}
.container_documents .instance_control_ptext p { color: #999999; font-size: 12px; margin: 0px; font-weight: bold;}
/* secondary page: documents column  - downloads */
.container_documents .downloads table.instance_componentOuterTABLE { width: 300px;}
.container_documents .downloads table.instance_componentOuterTABLE td { color: #999999; font-size: 12px;  padding: 15px 5px; font-weight: bold; border-bottom: 1px solid #cccccc;}
.container_documents .downloads a { color: #999999; font-size: 12px;  padding: 5px; font-weight: bold; text-decoration: none; }
.container_documents .downloads a:hover { color: #999999; font-size: 12px;  padding: 5px; font-weight: bold; text-decoration: underline; }


/* secondary page: contacts column  - text block header */
.container_contacts .instance_control_ptitle { color: #525b5a; font-size: 18px; padding: 5px 0px 10px 0px; width: auto !important; font-weight: normal;}
.container_contacts .instance_control_ptitle p { color: #525b5a; font-size: 18px; padding: 0px; margin: 0px; font-weight: normal;}
/* secondary page: contacts column  - text block body */
.container_contacts .instance_control_ptext { color: #999999; font-size: 12px;  padding: 5px; font-weight: bold;}
.container_contacts .instance_control_ptext p { color: #999999; font-size: 12px; margin: 0px; font-weight: bold;}

.container_contacts  .contacts table.instance_componentOuterTABLE {padding: 5px 0px 5px 0px; border-bottom: 1px solid #cccccc;}
.container_contacts  .contacts table.instance_componentOuterTABLE tr {vertical-align: top; }
.container_contacts  .contacts table.instance_componentOuterTABLE td {color: #999999 !important; font-size: 12px !important; padding: 3px 0px 3px 0px;}
.container_contacts  .contacts table.instance_componentOuterTABLE a {color: #999999 !important; font-size: 12px !important; text-decoration: none;}
.container_contacts  .contacts table.instance_componentOuterTABLE a:hover {color: #999999; font-size: 12px !important; text-decoration: underline;}
.container_contacts  .contacts img { padding: 0px 10px 0px 0px;}
.container_contacts  .contacts table.instance_componentOuterTABLE p {color: #999999 !important; font-size: 12px !important; padding: 2px;}
.container_contacts  .contacts table.instance_componentOuterTABLE .instance_control_ptitle {color: #525B5A !important; font-size: 12px !important; font-weight: bold; padding: 0px;}
.container_contacts  .contacts table.instance_componentOuterTABLE .instance_control_ptitle p {color: #525B5A !important; font-size: 12px !important; font-weight: bold;}
.container_contacts  .contacts table.instance_componentOuterTABLE .instance_control_ptext {color: #999999 !important; font-size: 12px !important; font-weight: normal; padding: 0px;}
.container_contacts  .contacts table.instance_componentOuterTABLE .instance_control_ptext p {color: #999999 !important; font-size: 12px !important; font-weight: normal;}
.left_cont{}
.container_contacts .cont_img img, .container_contacts .cont_img td{text-align: left!important;}
table.contact_persons .pageheader{
	padding-bottom: 20px;
}
table.contact_persons  p, table.contact_persons{
	line-height: 17px;
}
table.contact_persons .instance_control_ptitle, table.contact_persons .instance_control_ptitle p{
	text-transform: none!important;
}
table.contact_persons{
	text-align: left;
}
table.contact_persons .cperson, table.contact_persons .cperson img, table.contact_persons .cperson div, table.contact_persons .cperson td{
	text-align: left;
}
table.contact_persons .cperson{
	width: 33%;
}





.imageDescriptionText{
	font-size:12px;
} 
.instance_videoPlayerFrame {
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
}

.instance_square {
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
}

.instance_componentOuterDIV {
	color: #808080;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:12px;
	font-weight:bold;
}

.TitleControllTextCell {
	font-size:12px;
}

.instance_TitleControllTextCell {
	font-size:12px;
}

.instance_InformationControlTextCell {
	font-size:12px;
	color: #808080;
}

.instance_componentOuterTABLE {
}
	background-color: #ccccccc;
	margin: 10px;
}


.instance_componentOuterTABLE td{
	font-size:12px;
	padding: 10px;
}

.instance_componentOuterTABLE td a{
	font-size:12px;
}

.instance_componentOuterIMG {
}

.instance_componentOuterIFRAME {
}


DIV.instance_TextAreaControllTextDIV
{
	font-size:12px;	
	color: #464648;
	/*border-style: solid;
	border-width: 1px; */
}

/* title like controls */
.instance_TitleControllTextCell
{
	border-style: dashed;
	border-color: blue;
	border-width: 1px;
}

.instance_ParagraphWithTitleControllTextCell
{
	border-style: dashed;
	border-color: blue;
	border-width: 1px;
	width: 99%;
}

.highlightit table {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration:none;
}

.highlightit:hover table {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	cursor: pointer;
	text-decoration:none;
}

.instance_headerImage {
	color: #000000;
	font-size:35px;
	font-weight:bold;
	width: 100%;
	height: auto; 
	width: auto;
}

table.propertyInfoTable {
	width: 100%;
}

table.propertyInfoTable td {
	color: #666666;
	font-size:12px;
}

table.propertyInfoTable td input {
	border: 1px solid #666666;
}

table.propertyInfoTable td textarea {
	border: 1px solid #666666;
}

td.leftcolumn_header {
}

td.leftcolumn_header td {
	padding: 0px; 
	margin: 0px;
}

td.leftcolumn_header .instance_control_ptitle, td.leftcolumn_header .instance_control_ptitle p {
/* 	color: #ed330e;
	font-family: Helvetica,Arial,MS Sans-serif;
	font-size: 20px;
*/
}

td.leftcolumn_header .instance_control_ptext {
/*	font-wight: bold;
	font-size: 14px;
	height: 0%;	
*/
}

td.leftcolumn_header .instance_control_ptext {
/*	font-wight: bold;
	font-size: 14px;
	height: 0%;	
*/
}


td.leftcolumn_content {
	padding: 10px 0px 0px 0px;
}

td.leftcolumn_content td {
	padding: 3px 3px 0px 0px;
}

button, input[type="reset"], input[type="button"], input[type="submit"]{cursor: pointer;}
.container_mainarea .instance_control_ptext table{width: 100%; border-spacing: 0;}
.container_mainarea .instance_componentOuterTABLE .instance_control_ptext table td{padding: 3px!important;}
.container_mainarea .instance_control_ptext tr:nth-child(even){background-color: #ECECEC;}
.container_mainarea .instance_TextAreaControllTextDIV tr:nth-child(even){background-color: #ECECEC;}
.container_mainarea .instance_control_ptext tr:nth-child(odd){background-color: #D2D0CA;}
.container_mainarea .instance_TextAreaControllTextDIV tr:nth-child(odd){background-color: #D2D0CA;}

.container_mainarea .instance_control_ptext tr, .container_mainarea .instance_TextAreaControllTextDIV tr{
   background: expression(this.rowIndex % 2 == 0 ? "#D2D0CA" : "#ECECEC");
}
.container_mainarea .instance_control_ptext a, .container_mainarea .instance_TextAreaControllTextDIV a{
	font-size: 12px;
}
	

.instance_componentOuterTABLEDownloads {
    font-size: 12px;
}
.instance_componentOuterTABLEDownloads  td a{	
    font-size: 12px;
}

.instance_componentOuterTABLEDownloads1 {	
	margin: 5px;
	text-align: center;
	background-color: #ECECEC;
}
.instance_componentOuterTABLEDownloads2 {
	margin: 5px;
	text-align: center;
	background-color: #D2D0CA;
}
.instance_componentOuterTABLEDownloads1  td a{	
    font-size: 12px;
}
.instance_componentOuterTABLEDownloads2 td a{	
    font-size: 12px;	
}
.instance_componentOuterTABLEDownloads1  td a:hover{	
	text-decoration:none;
}
.instance_componentOuterTABLEDownloads2 td a:hover{
	text-decoration:none;
}
tr.instance_componentOuterTABLEDownloads1  td{
	padding: 10px 0 10px 0;
	margin: 5px;
}
tr.instance_componentOuterTABLEDownloads2  td{
	padding: 10px 0 10px 0;
	margin: 5px;
}
.instance_componentOuterTABLE {
	color: #666666;
    font-size: 12px;
    font-weight: normal;
}

.instance_componentOuterTABLE td{
	font-size:12px;
	margin: 0;
}