﻿/*----------------------------------------------------------------------------
    main.css

----------------------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 886px;
}

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 886px;
    /*height: 143px;*/

    top: 0px;
    left: 0px;
}

#main_container {
    padding: 0;
    margin: 0px 0px 0px 0px;
}

#layout_table {
    border-collapse: collapse;
}

#sub_nav_column {
    vertical-align: top;
}

#content_column {
    vertical-align: top;
}

#left_column_container {
    margin: 10px 8px 10px 0px;
    padding: 0;
    /*width: 192px;*/

    float: right;
}

#sub_container1 {
    margin: 0 0 0 0px;
    padding: 0;
}

#sub_container2 {
    margin: 0 0px 0 0;
    padding: 10px 0px 12px 26px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 840px;
}

#sub_container3 {
    margin: 0pt 0px 0pt 0pt; 
    padding: 1px 0px 0px 0px; 
    background-repeat: no-repeat; 
    background-position: left top; 
    float: left; 
    width: 830px; 
    text-align: left; 
}

#content_container {
    overflow: hidden;
    margin: 0px 0px 0px 0;
    padding: 0;
    width: 840px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    clear: both;
    position: relative;
    top: 0px;
    left: 8px;
    width: 870px;
    height: 121px;
}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 5px 8px 5px 8px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 870px;
    text-align: right;
}

html>body #slogan {
    width: 870px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 130px;
    height: 80px;
    position: relative;
    top: 20px;
    left: 15px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    position: relative;
    top: 0px;
    left: 8px;
    line-height: 0;
    padding: 0 0px 0 0px;
    margin: 0 0 0px 0;
    overflow: hidden;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 870px;
    /*height: 28px;*/

}

html>body #main_nav_container {
    width: 870px;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 10px 0px 19px;
    display: block;
    float: left;
    line-height: 28px;
    text-align: center;
    height: 28px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

html>body #main_nav_list a {
    height: 28px;
}

a.main_nav_item:hover {
    /*background: transparent;*/

}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    position: relative;
    top: 0px;
    left: 8px;
    line-height: 0;
    padding: 0 0px 0 0px;
    margin: 0px 0 0px 0;
    overflow: hidden;
    width: 870px;
    voice-family: "\"}\"";
    voice-family: inherit;
    /*height:22px;*/

}

html>body .sub_nav_container {
    width: 870px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding-left: 8px;
    list-style-type: none;
}

.sub_nav_list li {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 20px 0px 10px;
    display: block;
    float: left;
    line-height: 21px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 22px;
}

html>body .sub_nav_list a {
    height: 22px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 10px;
    padding: 0;
    width: 886px;
    height: 28px;
    clear: both;
}
/*
#footer_text {
    padding: 2px 12px 2px 12px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}
 */
 #footer_text{
  margin:0px;
  padding:0px 9px;
  text-align:left;
 }
/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content table {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-left: 1px;
    margin-bottom: 15px;
    /* width: 99.8%;*/

    border-left: 1px solid;
    border-top: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
}

.content select {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
    text-align: left;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}



 
                  
/* ::::: http://www.homebuildingprojectplan.com/colorschemes/colorscheme6/colorscheme.css ::::: */

/*----------------------------------------------------------------------------
    colorscheme.css for colorscheme 1

    this css-file contains all definitions, that depend on the colorscheme.

    (c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
    background-color: #FFFFFF;
}

/*--- header ---------------------------------------------------------------*/

#header {
    background-color: #FFFFFF;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    background: no-repeat top right;
}

/*--- caption --------------------------------------------------------------*/

#slogan {
    background-color: #ffffff;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    background-image: url(../images/menubg.gif);
}

/*--- main navigation items ------------------------------------------------*/

a.main_nav_item {
    background: no-repeat;
    background-position: top right;
}

a.main_nav_item:hover {
    background: no-repeat;
    background-position: top right;
}

a.main_nav_active_item {
    background: no-repeat;
    background-position: top right;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_container {
    background-image: url(../images/submenubg.gif);
}

a.sub_nav_item {
    background: no-repeat;
}

a.sub_nav_item:hover {
    background: no-repeat;
}

a.sub_nav_active_item {
    background: no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: transparent top left no-repeat;
    background-image: url(../images/footerbg.gif);
    background-color: #ffffff;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    background: repeat-x;
    background-image: url(../images/pagebg.jpg);
    background-color: #FDFCFC;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #5B533E;
}

.content table {
    color: #5B533E;
    border-color: #434847;
}

.content select {
    color: #5B533E;
}

.content input {
    color: #5B533E;
    border-color: #B4B8BB;
}

.content textarea {
    color: #5B533E;
    border-color: #B4B8BB;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
    color: #ffffff;
    background-color: #434847;
    border-color: #434847;
}

.content td {
    border-color: #434847;
}

.content tr.odd {
    color: #525050;
    background-color: #FFFFFF;
}

.content tr.even {
    color: #525050;
    background-color: #F1F0EC;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #434847;
}

.content legend {
    color: #1E1E1E;
}

.content label {
    color: #1E1E1E;
}

.content #submit {
    background-color: #ECECEC;
    border-color: #919191;
    color: #434847;
}

/*--------------------------------------------------------------------------*/

#sub_nav_column {
    background: transparent bottom right no-repeat;
    background-image: url(../images/list.gif);
}

#weblog_calendar caption {
    color: #ffffff;
    background-color: #434848;
    border-color: #A4ABAD;
}


/* ::::: http://www.homebuildingprojectplan.com/style.css ::::: */


div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer_text a {
  font-family: Arial, Tahoma,Verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  color: #6B6B6A;
  text-decoration: underline;    
}

    
#key_visual {
   background: url(../images/header1.2.gif) no-repeat;
}
#slogan {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #3C3D3C;
}
a.main_nav_active_item {
  background: url(../images/n1active.gif) no-repeat;
  font-family: Tahoma,Arial,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #B1B0B0;
  background-position: top right;
}
a.main_nav_item {
  background: url(../images/n1.gif) no-repeat;
  font-family: Tahoma,Arial,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
  background-position: top right;
}
a.main_nav_item:hover {
  background: url(../images/n1hover.gif) no-repeat;
  font-family: Tahoma,Arial,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #B1B0B0;
  background-position: top right;
}
a.sub_nav_active_item {
  background: url(../images/sn1active.gif) no-repeat;
  font-family: Arial,Tahoma,Verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #B95F26;
}
a.sub_nav_item {
  background: url(../images/sn1.gif) no-repeat;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #3C3C3B;
}
a.sub_nav_item:hover {
  background: url(../images/sn1hover.gif) no-repeat;
  font-family: Arial,Tahoma,Verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #B95F26;
}
.content h1 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #5A5959;
}
.content h2 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #E48149;
}
.content h3 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #3E403E;
}
.content, .content p {
  font-family: Arial,Tahoma,Verdana, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #5B533E;
}
.content a:link {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #FF6000;
}
.content a:visited {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #434847;
}
.content a:hover {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #FF6000;
}
.content a:active {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #FF6000;
}
#footer_text {
  font-family: Arial, Tahoma,Verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #6B6B6A;
}


.button {
  border-color: #616486 !important;
  background-color: rgb(236, 236, 236) !important; 
  color:#774A28 !important;
  font-weight: bold !important; 
 }
.one
{
table-layout:auto !important;
color:lime !important;
}


.FieldLabel
{
	font-size	:12px;
	color		:#000000;
	font-weight :bold;
	padding-left:10px !important;
	text-align	:left;
	height		: 30px;
}

.FieldControl
{
	font-size	:12px;
	color		:#000000;
	font-weight :bold;
	padding-left:10px !important;
	text-align	:left;
	height		: 30px;
}

.ErrorMessage
{
	font-size	:12px;
	color		:#FF0000 !important;
	font-weight :bold;
	padding-left:10px !important;
}

.OverBudget
{
    font-size         :12px;
    color             :#FFFFFF !important;
    background-color  :#FF3333;
}

.WithinBudget
{
    font-size         :12px;
    color             :#000000 !important;
    background-color  :#CCFFCC;
}

.NoBudget
{
    font-size         :12px;
    color             :#80745C !important;
}
.rowcont
{
  font-family:Verdana;
   font-weight:normal;		
}

.SuccessRegister
{
    font-size    :17px;
    color        :#774A28 !important;
    font-weight  :bold;
    text-align   : left !important;
    padding-left : 0px !important;
    margin       : 0px;
    padding      : 0px 50px; 
}

.tableRowTitleFont
 {	
	font-weight: bold; font-family:Tahoma; font-size:12px; !important;
 }
 
 .ActivationLink
 {
    font-size    :10px;
    color        : #225AD9 !important;
    font-weight  :normal;
    text-align   : left !important;
    padding-left : 10px !important;
    margin       : 0px;
 }
.User_name_style
{
    color        : yellow !important;
    vertical-align:middle;
	font-family: Tahoma,Arial,Verdana,sans-serif; 
	font-style: normal; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;   
	height:28px;
	text-align:right;
}
.aLink a
{
    color: #FF6000 !important;
    text-decoration: underline !important;  
}
.aLink a:hover
{
    color: #FF6000 !important;
    text-decoration: none !important;  
}