

.color1 {
	font-size:13px;
}

.form label {
    color: #3F4345;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 4px;
    text-align: right;
    width: 160px;
}
.form label .smallLabel {
    color: #939393;
    display: block;
    font-size: 9px;
    font-weight: normal;
    margin-bottom: 0;
    width: 160px;
}
.form input[type="text"], .form select, .form textarea, .form input[type="password"] {
    float: left;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 350px;
}
.form input[type="radio"] {
    margin-top: 3px;
}
.form .label {
    margin-top: 2px;
}
.form textarea {
    height: 100px;
}
.form select {
    margin-right: 2px;
    width: 202px;
}
.form .formCheck {
    background-image: url("../../images/skin/default/icon_formcheck.png");
    background-position: 10px 4px;
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    padding: 2px 10px 5px;
    width: 13px;
}
.form .checkFalse {
    background-image: url("../../images/skin/default/icon_formcheck_false.png");
}
.form .checkTrue {
    background-image: url("../../images/skin/default/icon_formcheck_true.png");
}
.form button {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid;
    color: #524252;
    cursor: pointer;
    font-weight: normal;
    margin-top: 8px;
    padding: 5px 10px;
    text-align: left;
    text-decoration: none;
}
.form button:hover {
    background: none repeat scroll 0 0 #E7E7E7;
}


.projectName a {
    text-transform: uppercase;
}
.projectName img {
    margin-left: 20px;
}

.projectPic {
   	margin-bottom:5px;
   	margin-left:5px;
    height: 100px;
    overflow: hidden;
    width: 100px;
    float:left;
}

.sideBar {
    margin-top: 0px;
    width: 315px;
}

.content {
    margin-left: 0px;
    margin-right: 10px;
    padding-left: 0px;
    width:405px;
}

.spacer {
    height: 50px;
    line-height: 12px;
}


.siteS { position:relative; z-index:99; width:790px;  color: #7F7F7F;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px; 
}