/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1F1D1D;
}

.content{
	padding:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.gray{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-style:italic;
}


.title {
	font-size: 18px;
	font-weight: bold;
}

.code{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#000000;
}

a:HOVER{
	text-decoration:underline;
	color:#000000;
}
.style1 {
	color: #000000;
	font-weight: bold;
}
.style2 {
	color: #990000;
	font-weight: bold;
}
.style3 {color: #333333}

.white {
	color: #FFFFFF;
	padding:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
}

.listItem0{
	background-color:#F9F9F9;
	padding:10px;
	border-bottom:#CCCCCC solid 1px;
}


.listItem1{
	background-color:#FFFFFF;
	padding:10px;
	border-bottom:#CCCCCC solid 1px;
}

.linkButton{
	display:inline;
	padding:3px;
	width:50px;	
	color:#363434;
	font-size:10px;
}

.button{
	color:#FFFFFF;
	background-color:#363434;
	padding:5px;
}

.saved {
	color: #009933;
	font-weight: bold;
}


/* MENU */
.menu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#363434;
}

.menu a{
	color:#FFFFFF;
	display:table-cell;
	background-color:#363434;
	width:120px;
	padding:8px;
	border-right:#999999 solid 1px;
	text-align:center;
	text-decoration:none;
}


.menu a:HOVER{
	color:#333333;
	background-color:#FFCC00;
}


.path{
	background-color:#FFFFFF;
	padding:5px 20px 5px 5px;
	text-align:right;
	color:#999999;
}

/* FORMS */

.inputField{
	width:500px;
}

.inputFieldShort{
	width:457px;
}
