* {
	margin:0;
	padding:0;
}
body {
	color: #000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	margin: 0;
	overflow:auto;
	overflow-y:scroll;
	background:#F7F7F7;
	/*height: 100%;*/
	min-width: 850px;
}
html {
	/*height: 100%;
	overflow: hidden;*/
}	
#startflash {
	/*height: 100%;*/
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #c4c4c4;
	text-decoration:none;
}
a img {
	border:none;
}
#header a {
	padding-left: 8px;
	padding-right: 8px;
}
#header span {
	padding-left: 8px;
}
#header table {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	margin-left:auto !important; 
	margin-right:auto !important;
	background-color: transparent !important;
}

#header table tr td {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
}
#header #left {
	width: 28px;
	background-image: url('../img/menu_bg_l.png');
	background-repeat:repeat-y;
} 
#header #right {
	width: 28px;
	background-image: url('../img/menu_bg_r.png');
	background-repeat:repeat-y;
	background-position: -4px 0px;
} 
#header #center {
	padding-top: 10px !important;
	background-color: #fff !important;
}
#header #bottom_left {
	height: 28px;
	width: 28px;
	background-image: url('../img/menu_bg_bl.png');
	background-repeat: no-repeat;
	background-position: 0px -8px;
} 
#header #bottom_right {
	height: 28px;
	width: 28px;
	background-image: url('../img/menu_bg_br.png');
	background-repeat:no-repeat;
	background-position: -4px -8px;
} 
#header #bottom_center {
	height: 28px;
	background-image: url('../img/menu_bg_bc.png');
	background-repeat:repeat-x;
	background-position: 0px -5px;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
	margin-left: auto;
	margin-right: auto;
	width: 636px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

fieldset label {
	color: #444444;
	padding-right: 8px;
	display: block;
	
}
form div.input {
	color: #444;
	margin-bottom: 15px;
}
form input {
	display: block;
}
form input.customlabel_input {
	width: 295px !important;
}
form input.customtext_input {
	width: 295px !important;
}
form input.linktext_input {
	width: 295px !important;
}
form input.linkurl_input {
	width: 295px !important;
}
form input.awardname_input {
	width: 295px !important;
}
form input.awardyear_input {
	width: 295px !important;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form table a {
	margin-left: 10px;
}
textarea, .singlelineinput {
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 600px;
}
select[multiple=multiple] {
	width: 600px;
}
input[type=submit] {
	width: auto;
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
input[type=hidden] {
	padding: 0;
	margin: 0;
}
input[type=file] {
	width: auto;
}
a.deleted {
	text-decoration: line-through;
	color: #c4c4c4;
}
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	text-align: center;
}
div.error-message-lefty {
	text-align: left !important;
}

#content .actions
{
	text-align: center;
	margin-bottom: 20px;
}

.table_list {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 620px;
}
.table_list th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
.table_list th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.table_list th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
.table_list tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
.remove_button {
	margin-left: 10px;
}
