* {
	margin:0;
	padding:0;
	border:0;
}
body {
	margin: 0 auto;
	height:100%;
    background: #ffffff;
    color: #A9A9A9;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #595959;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

h2 { text-transform: uppercase; font-weight: normal; font-size: 10px;}

	

#container {
    width: 1025px;
    padding: 0px;
    background: url('/images/main-bg.png');
    margin: 10px auto;
}
#bg-top {
    margin: 0;
}
#bg-bottom {
    margin: 0;
}

#logo {
    margin-left: 685px;
    margin-top: 25px;
}

#navigation-top, #navigation-bottom {
    width: 881px;
    height: 21px;
    margin: 3px 7px;
    padding: 0px 65px;
    border-top: solid 1px #E3E3E3;
    border-bottom: solid 1px #E3E3E3;
    font-family: Courier, monospace;
    font-size: 13px;
    line-height: 21px;
}
    #navigation-top ul, #navigation-bottom ul {
        height: 21px;
        list-style-type: none;
        float: left;
    }
    #navigation-top ul li, #navigation-bottom ul li {
        float: left;
        margin-right: 15px;
    }
    
#content {
    background: url('/images/dotted-border.png') repeat-x top;
    width: 1011px;
    height: 450px;
    margin: 5px 7px;
    padding-top: 16px;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
	line-height: 20px;
    font-size: 10px;
}
#content.cms {
    height: auto;
}
    #content .left {
        width: 347px;
        padding: 10px 10px 10px 65px;
        overflow: hidden;
        height: 430px;
    }
	
	#content .config {
		width: 251px!important;
	}
	
		
		#content .left  .leftMenu {
			height: 260px;
			width: 301px;
            position: relative;
            z-index: 10;
		}
		
		#content .config .leftMenu {
			width: 231px!important;
		}
	
		#content .left .leftText {
			height: 170px;
			width: 301px;
			position: absolute;
		}
		
		#content .config .leftText {
			width: 231px!important;
		}
			#content .left .leftText .wrapper{
				position: absolute; 
				bottom: 0;
			}
				#content .left .leftText .wrapper ul{
					margin-left: -65px; 
					list-style-image: disc;
				}
					#content .left .leftText .wrapper ul li{
						height: auto;
					}
	
    #content .right {
        background: url('/images/dotted-border.png') repeat-y left;
        width: 569px;
        height: 450px;
        padding: 0px 10px;
    }
	
	#content .right .result {
		margin-top: 20px;
		width: 380px;
	}
	
	#content .config-right {
        width: 665px!important;
    }
	
	#content.threecols .left {
        width: 310px;
    }
    #content.threecols .center {
        float: left;
        padding: 0px 10px;
        width: 293px;
        height: 450px;
        background: url('/images/dotted-border.png') repeat-y left;
    }
	
		#content.threecols .center  .description {
			height: 260px;
			width: 100%;
		}

		#content.threecols .center .details {
			height: 170px;
			position: absolute;
			width: 293px;
		}
			#content.threecols .center .details .wrapper{
				position: absolute; 
				bottom: 0;
				width: 100%;
			}
			
				#content.threecols .center .details .wrapper .fieldName {
					text-transform: uppercase;
					float: left;
					width: 90px;
					clear: left;
				}
				
				#content.threecols .center  .details .wrapper .fieldValue {
					float: left;
                    width: 203px;
				}
	
    #content.threecols .right {
        width: 293px;
    }
    
    #content ul {
        list-style-type: none;
        margin-left: -65px;
        margin-bottom: 25px;
    }
    #content ul li {
        padding-left: 65px;
        height: 15px;
        margin-bottom: 5px;
    }
    #content ul li.active {
        color: #595959;
        background: url('/images/menu-active-position-bg.png') no-repeat bottom left;
    }
    #content #blogWrapper .blogEntry {
        margin: 15px 0px;
    }
    
.gallery .thumbs {
    margin-top: 5px;
}
.gallery .big {
    background: url('/images/ajax-loader.gif') no-repeat 50% 50%;
    width: 530px;
    height: 388px;
}
.gallery .big img {
	margin: auto;
	display: block;
}
.gallery .thumbs a {
    float: left;
    margin-right: 5px;
}

.pagination {
	width: 100%;
	margin-top: 10px;
	color: #A9A9A9;
	text-align: center;
	line-height: 15px;
	height: 38px;
	padding-top: 7px;
	font-weight: bold;
}
.pagination .centerLinks {
	width: 362px;
	text-align: left;
    margin-bottom: 10px;
}
.pagination .paginationButtons, .pagination .currentPage {
    border: solid 1px #a9a9a9;
    font-weight: normal;
    padding: 5px;
    margin: 0px 2.5px;
}
.pagination .currentPage {
    border-color: #595959;
    color: #595959;
}

.ajaxLoaderSmall {
    margin-left: 10px;
    width: 16px!important;
    height: 16px;
    float: left;
    background: url('/images/ajax-loader-small.gif') center 7px no-repeat;
    display: none;
}
#ajaxLoaderModal {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('/images/ajax-loader.gif') 50% 50% no-repeat ;
    z-index: 999;
}
#ajaxLoaderModalBackground {
    display: none;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 998;
    background: #ffffff;
}

form input, form select, form textarea {
    border: solid 1px #a9a9a9;
    width: 200px;
    margin: 7px;
}
form textarea {
    height: 300px;
    width: 400px;
}
form dt, form dd {
    float: left;
}
form dt {
    width: 125px;
}
form dd.clear {
    clear: both;
}

#getFolderForm textarea {
    height: 50px;
    width: 400px;
}

#terms-label {
	float: right; 
	width: 180px;
}
#terms {
	width: 20px;
}

#datap-label {
	float: right; 
	width: 180px;
}
#datap {
	width: 20px;
}
p.hint {
	font-weight: bold;
}
ul.form-errors {
	float: left;
	width: 100%;
	margin-left: 0;
}
ul.form-errors li {
	padding: 0;
	height: auto!important;
}
ul.form-errors li ul.errors{
	margin-bottom:0 !important;
	margin-left:-45px !important;
}

.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}

.messageBox {
    border: solid 1px;
    padding: 10px;
    width:301px;
    margin-left:65px;
    text-align:center;
}
.messageBox.Red {
    border-color: red;
    color: red;
}
.messageBox.Green {
    border-color: green;
    color: green;
}
