body.ap
{
	background: #444;
	margin:0px;
	padding:0px;
}

body, p, div, td
{
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#222222;
	font-weight: normal;
}

div
{
	text-align:left;
}

a
{
	text-decoration:underline;
	color:#222222;
}

a.white
{
	text-decoration:none;
	color:#FFFFFF;
}

h1
{
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	color:#295085;
}

table
{
	width:100%;
	cellspacing:0px;
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}


table.box
{
	border: 1px solid #ccc;
	background-color: #eee;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
}

td
{
	padding:5px;
	text-align:left;
}

td.top
{
	background:#295085;
	color:#FFFFFF;
	font-weight:bold;
}

td.border-bottom
{
	border-bottom: 1px solid #ccc;
}

div.box
{
	border: 1px solid #ccc;
	background-color: #eee;
	width:100%;
	padding:10px;
	text-align:left;
}

iframe.box
{
	border: 1px solid #ccc;
	width:100%;
}

div.notice
{
	color: #222;
	background: #FFFACD url(../images/bg_notice.png) 8px center no-repeat;
	padding: 10px;
	padding-left:50px;
	border: 1px solid #FFC125;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
}

div.confirm
{
	color: #222;
	background: #F0F6F0 url(../images/bg_confirm.png) 8px center no-repeat;
	padding: 10px;
	padding-left:50px;
	border: 1px solid #5AD45B;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
}

div.error
{
	color: #222;
	background: #FFE8E3 url(../images/bg_error.png) 8px center no-repeat;
	padding: 10px;
	padding-left:50px;
	border: 1px solid #F94C3F;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
}

img
{
	border:0px;
}

fieldset
{
	margin:5px;
	padding:5px;
}

legend
{
	font-size:8pt;
	font-family:Verdana,Arial;
	font-weight: bold;
	color:#295085;
}

input, select, button, textarea
{
	font-size:8pt;
	font-family:Verdana,Arial;
}

form
{
	display:inline;
}

ul.sortable li
{
	position:relative;
}


ul.boxy
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width:100%;
}

ul.boxy li
{
	cursor:move;
	padding: 2px 2px;
	border: 1px solid #ccc;
	background-color: #eee;
}

.clickable a
{
	display: block;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.clickable li:hover
{
	background-color: #f6f6f6;
}


p.buttons
{
	text-align:center;
	margin-top:20px;
}
	p.buttons a
	{
		padding:4px 7px;
		margin-left:5px;
		margin-right:5px;
		background:#FFF;
		border:1px solid #DDD;
		text-decoration:none;
		font-weight:bold;
	}
	p.buttons a:hover
	{
		background:#DDD;
		border:1px solid #BBB;
	}

#top
{
	background:#3666A8 url('images/bg_top.jpg') top left repeat-x;
	width:100%;
	height:70px;
	margin:0px;
	padding:0px;
}

#top table
{
	width:1000px;
	height:100%;
}

#navigation
{
	margin:0px;
	width: 100%;
	height:30px;
	background: #CCC url('images/bg_nav.jpg') top left repeat-x;
}

#navigation ul
{
	margin:0px;
	padding:0px;
}

#navigation ul li
{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}

#navigation a
{
	margin:0px;
	padding:0px;
	display:block;
	padding:8px 15px 0px 15px;
	text-decoration:none;
	height:22px;
	font-size:8pt;
	font-weight:bold;
}

#navigation a:hover
{
	color: #295085;
}

#navigation a.current, #navigation a.current:hover
{
	background:#444 url('images/bg_nav_hover.jpg') top left repeat-x;
	color:#FFF;
}

#middle
{
	margin:0px;
	width:100%;
	min-height:450px;
	background:#FFF url('images/bg_middle.jpg') top left repeat-x;
	clear:both;
	margin:0px;
	padding:0px;
	border-top:5px solid #444;
}

#subnav
{
	margin:10px;
	float:left;
	width:190px;
	background:#EEEEEE;
	border:1px solid #CCC;
}

#subnav ul
{
	margin:0;
	padding:0;
}
#subnav ul li
{
	list-style:none;
}
#subnav ul a
{
	width:auto;
	display:block;
	padding:7px;
	text-decoration:none;
}
#subnav ul a.current
{
	background:#DDD;
	font-weight:bold;
}
#subnav ul a:hover
{
	background:#CCC;
}

#content
{
	padding:20px;
	margin:0px;
	width: 760px !important;
	width /**/:800px;
	float:none;
	margin-left:200px;
}
#bottom
{
	background: transparent url('images/bg_bottom.jpg') top left repeat-x;
	width: 100%;
	height: 30px;
	padding: 0px;
	margin: 0px;
	clear: both;
}

.btn {
	background: #f2f2f2;
	border: 1px solid #ccc;
	padding: 3px 6px;
	margin-right: 5px;
	font-size: 8pt;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

.success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
