/* Layout stylesheet */

.clear { clear: both; }
.clr { clear: both; }
.off, .print { display: none; }

form { display: inline; }

#page {
    margin : auto; /* causes page to center in browser in opera/moz */
    width: 900px;
    text-align: left; /* fix ie hack */
    margin-top: 10px;
    min-height: 600px;
}


#controlbar, #top, #footer, #banner, #clear {
    clear: both;
}

#links {
    margin-top: 0px;
    margin-left: 12px;
}
#links #linksleft {
    float: left;
}

#left {
    float: right;
    width: 410px;
}

#right {
    clear: both;
    float: right;
    margin-left: 20px;
    width: auto;
    width: 470px;
}

#domfilter {
    margin-top: 15px;
    margin-bottom: 5px;
}


#controlbar {
    margin-bottom: 0px;
     height: 44px;
}

#cbleft, #cbright {
    float: left;
    height: 30px;
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
}


#cbleft { width: 700px; }
#cbright { width: 155px; } /* make it bigger when we get the flags back */

    
#navbar, #units, #languages {
   float: left;
}



/* Form structure */
div.fieldDiv {
    clear: both;
    padding-top: 10px;
    }

div.fieldLabelDiv {
	float: left;
	width: 180px;
	height: 35px;
	clear: none;
}

div.fieldTagDiv, div.fieldErrorDiv {
	float: right;
	width: 250px;
	text-align: left;
}

div.buttonTagDiv {
	float: none;
}

div.buttonTagDiv {
	width: auto;
	margin-left: 195px;
}

