body {
	font-family:Helvetica;
	font-size:14px;
	margin:30px;
	background-color:#abb1c4;
	background-image:url("background.png");
	background-repeat:repeat-x;
	line-height:20px;
}
img {
	border:none;
}

#main {
	width:800px;
	padding:20px;
	margin:0 0 0 200px;
	background-color:#ffffff;	
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	min-height:400px;
}

#mainMenu {
	margin:50px 0;
	width:200px;
	float:left;
}

#mainMenu a, #mainMenu a:link, #mainMenu a:hover, #mainMenu a:active, #mainMenu a:visited, #mainMenu div {
	display:block;
	width:185px;
	height:27px;
	padding:8px 0 0 15px;
	margin:10px 0;
	background-image:url("mainMenu.png");
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#mainMenu a:hover, #mainMenu a:active, #mainMenu div {
	background-image:url("mainMenuActive.png");
	color:#ffffff;
	font-weight:bold;
}

table {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	border-left:1px solid #aeaeae;
}
td {
	padding:5px;
	margin:0;
	border-right:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
}
th {
	padding:5px;
	margin:0;
	border:1px solid #aeaeae;
	border-left:none;
	background-image:url("tableHead.png");
	text-align:left;
}
.whiteCell {
	background-color:#ffffff;
	border:none;
	padding:0 0 0 10px;
	margin:0;
	width:1px;
	white-space:nowrap;
}

.button, .buttonDisabled, .button:link, .button:hover, .button:active, .button:visited {
	display:inline-block;
	font-family:Helvetica;
	font-size:12px;
	line-height:15px;
	padding:6px 6px 4px 6px;
	border:1px solid #aeaeae;
	text-decoration:none;
	color:#000000;
	background-image:url("button.png");
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	margin:0 10px 0 0;
}
.buttonDisabled {
	background-image:none;
	color:#aeaeae;
	border:1px solid #dddddd;
	cursor:default;
}
.button:hover, .button:active {
	background-image:none;
	background-color:#dadada;
}

p {
	margin:10px 0 0 0;
	padding:0;
}

form {
	margin:0;
	padding:0;
}

.error {
	color:#ff0000;
}

label {
	font-weight:bold;
}

.message {
	background-color:#ffffff;
	width:800px;
	padding:20px;
	margin:0 0 20px 200px;	
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

#copyright {
	margin:0 0 0 200px;
	margin-top:15px;
	font-size:10px;
	text-align:center;
}

#container {
	width:1040px;
	margin:0 auto;
}

h1 {
	font-size:20px;
	margin-top:20px;
	margin-bottom:10px;
}
.top {
	margin-top:0;
}
.tab {
	padding-left:23px;
}

.removeButton {
	cursor:pointer;
	vertical-align:middle;
}
.icon {
	vertical-align:middle;	
}
#existingFileStore {
	padding-right:10px;
}
.addButton {
	cursor:pointer;
}
.field {
	width:100px;
}
.fieldSmall {
	width:50px;
}
.fieldMedium {
	width:250px;
}
.fieldLarge {
	width:100%;
	margin-bottom:5px;
}
.fieldNearlyLarge {
	width:93%;
	margin-bottom:5px;
}

.imageIcon {
	padding:10px 10px 10px 0;
	display:block;
	float:left;
	position:relative;
}
.imageRemove {
	position:absolute;
	left:-11px;
	top:-1px;
}

iframe {
	padding-top:10px;
}

textarea {
	width:100%;
	height:150px;
}
.right {
	text-align:right;
}

.tabs {
	padding:0;
	margin:0 0 20px 0;
	border:1px solid #aeaeae;
	background-image:url("tableHead.png");
	text-align:left;
	height:30px;
}
.tabs a, .tabs a:link, .tabs a:hover, .tabs a:active, .tabs a:visited, .tabsActive {
	margin:0;
	float:left;
	display:block;
	border-right:1px solid #aeaeae;
	padding:5px 10px 5px 10px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	height:20px;
}
.tabs a:hover, .tabs a:active, .tabsActive {
	background-image:url("tableHeadActive.png");
	color:#ffffff;
}

.red {
	color:#ff0000;
}