/*
 * CSS Style for Open Model
 */

/* top ****************************************************************/
html, body, p, ol, ul, li, a, h1, h1a, h2, h2a, h3, h4, h5, table, td, th, tr img {
	margin: 0;
	border: 0;
	color: #000000;
	font-size: 95%;
	font-family: Verdana, Arial, sans-serif;
}

body {
	margin: 0 auto;
	width: 900px;
}

/* standard elements **************************************************/
a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: #33cc55;
	background-color: inherit;
/*	border-bottom: 1px solid #eff0f1;
*/
}

h4 {
	font-size: 200%;
	font-weight: bold;
	color: #33cc55;
	background-color: inherit;
	border-bottom: 1px solid #eff0f1;
}

h2 {
	color: #4477aa;
	font-size: 100%;
	font-weight: bold;
}

h2a {
	color: #4477aa;
	font-size: 100%;
	font-weight: bold;
}

h3 {
	color: #4477aa;
	font-size: 100%;
	font-weight: normal;
	font-variant: small-caps;
}

/* forms **************************************************************/

form h3 {
    background: url(images/zoom.png) no-repeat;
    padding-left: 30px;
    padding: 5px 5px 5px 40px;
}

.edit-form td {
	font-size: 80%;
	padding: 2px 3px 2px 3px;
}

.edit-form td.label {
	text-align: right;
}

.edit-form input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
}

.edit-form select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
}

.edit-form input.button {
	font-size: 70%;
	background-color: #dadada;
	border: 1px solid #9a9a9a;
}

.edit-form input.button:hover {
	border: 1px solid #6a6a6a;
}

.attention {
	color: #ff0000;
	/*font-size: 125%;*/
	padding: 10px;
	margin: 0;
}

/*
input.button {
    margin: 0;
    font: bolder 11px;
    border: 1px solid #ccc;
    padding: 1px 3px;
    background: #fff;
    color: #000000;
}

input.bigbutton {
    margin: 0;
    font: bolder 18px;
    border: 1px solid #f00;
    padding: 1px 3px;
    background: #fff;
    color: #ff0000;
}
*/

table.geoselect {
	border: 0;
	margin: 15px 0 5px 0;
	width: 100%;
}

span.header {
	font-weight: bold;
}

div.inputblock {
	margin: 10px 0 0 0;
	background-color: #f0f0f0;
}

div.submitbutton {
	margin: 10px 0 0 0;
	text-align: center;
}

td.newgeotype {
	width: 170px;
}

select.newgeotype {
	width: 130px;
}

td.newselect {
	width: 330px;
}

select.newselect {
	width: 300px;
}

/* menu ***************************************************************/
.menu {
	clear: both;
	height: 30px;
	background: #E1E3E4 url(images/menu.gif) repeat-x;
	font-size: 81%;
	font-weight: bold;
}

.menu ul {
        margin: 0;
        padding: 0 0 0 2px;
}

.menu ul li {
        float: left;
        list-style: none;
        border-right: 1px solid #424343;
        padding: 7px 2px 8px 7px;
}
.menu a {
        text-decoration: none;
	float: center;
	display: block;
	
}

.menu a:hover {
        text-decoration: underline;
	background-color: darkgray;
}

/* columns *************************************************************/

/* sidebar (wrap inside a float-left or float-right) */

.sidebar {
    font-size: 81%;
    padding: 5px 5px 5px 5px;
    width: 180px;
}

.sidebar ul {
    list-style: none;
    margin: 0 ; 
    padding: 0;
    text-decoration: none;
}

.sidebar li {
	margin: 3px 0 0 0;
}

.sidebar li a {
    background: url(images/arrow.gif) no-repeat 3px 6px;
    color: #8c8c8c;
    font-size: 100%;
    text-decoration: none;
}

.sidebar a:hover {
    background-color: #c5c5c5;
    color: #000000;
}

.sidebar h3 {
    background: url(images/page_attachment.gif) no-repeat 3px 10px;
    border-bottom: 1px solid #babcbd;
    color: #6c6c6c; /*#000203;*/
    font-weight: bold;
    font-variant: normal;
}


/* main column */

.main {
    border-left: 1px solid #dfe0e0;
    border-right: 1px solid #dfe0e0;
    overflow: auto;
    padding: 10px 10px;
    width: 480px;
}

.main-plus-right {
    overflow: auto;
    padding: 10px 10px;
    width: 580px;
}

/* footer *************************************************************/

.footer {
	margin: 10px 0 0 0;
    color: #444444;
    font-size: 74%;
}

/* float **************************************************************/

.float-clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


/* colors *************************************************************/

.red {
    color: red;
    background-color: inherit;
}

.green {
    color: #33cc55;
    background-color: inherit;
}

.blue {
    /* color: blue; */
    /* color: #44aaff; */
    color: #4477aa;
    background-color: inherit;
}
