/* tags */

*
{
	margin:0;
	padding:0;
}

html,
body
{
	height:100%;
	border:none;
	background:#fff url('../images/layout/bg_repeat.gif') repeat-x top left;
}

body,
table
{
	font:normal 11px/15px verdana, tahoma, arial, sans-serif;
}

table
{
	border-collapse:collapse;
	border-color:#ccc;
}

img
{
	border:none;
}

a
{
	outline:none;
	color:#156e97;
}

a:hover
{
	color:#f3b121;
}

/* temp.
* { padding:5px; border:1px solid #f00; text-align:left; vertical-align:top; }
*/

/* main */

table#main
{
	width:100%;
	height:100%;
}

table#main td#left
{
	width:81px;
	background:transparent url('../images/layout/left.jpg') no-repeat top right;
}

table#main td#middle
{
	width:663px;
	text-align:left;
	vertical-align:top;
	background:transparent url('../images/layout/frame_repeat.gif') repeat-y top left;
}

table#main td#right
{
	width:auto;
	text-align:left;
	vertical-align:bottom;
	background:transparent url('../images/layout/right.jpg') no-repeat top left;
}

table#main td#repeat
{
	width:auto;
}

/* title */

div#title
{
	width:663px;
	height:67px;
	background:transparent url('../images/layout/title.jpg') no-repeat top left;
}

div#title a
{
	float:right;
	margin:5px 5px 0 0;
	font-size:9px;
}

/* header */

div#header
{
	width:663px;
	height:159px;
	background:transparent url('../images/layout/header.jpg') no-repeat top left;
}

/* menu */

div#menu
{
	width:646px;
	height:31px;
	padding:0 0 0 17px;
	background:transparent url('../images/layout/menu.gif') no-repeat top left;
	line-height:25px;
	font-size:10px;
}

div#menu a
{
	padding-right:10px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

div#menu a:hover,
div#menu a.selected
{
	color:#f3b121;
}

/* content */

div#content
{
	width:629px;
	min-height:200px;
	height:100%;
	padding:17px;
	background:transparent url('../images/layout/content.gif') no-repeat top left;
}

table.template
{
	width:100%;
}

table.template td.text
{
	width:auto;
	padding:0 15px 0 0;
	vertical-align:top;
}

table.template td.sidebar
{
	overflow:hidden;
	width:130px;
	padding:3px 10px 10px 10px;
	vertical-align:top;
	background:#fcfcfc;
	line-height:11px;
}

table.template td.sidebar b
{
	color:#888;
}

table.template td.sidebar a
{
	text-decoration:none;
}

/* headlines */

h1, h2, h3, h4
{
	margin:0 0 15px 0;
	padding:0;
	color:#085b83;
}

h1
{
	font-size:12px;
}

h2
{
	font-size:11px;
	margin:0 0 5px 0;
}

h3
{
	font-size:10px;
	margin:0 0 5px 0;
}

h4
{
	font-size:10px;
	margin:0;
	color:#000;
}

/* paragraphs */

p
{
	margin:0 0 15px 0;
}

/* input */

input,
select,
textarea
{
	border:1px solid #166E96;
	background:#fff;
	font:normal 11px/15px verdana, tahoma, arial, sans-serif;
}

input.button
{
	padding:1px;
	background:#fafafa;
	font-size:10px;
	font-weight:bold;
	color:#166E96;
}

input.button:hover
{
	cursor:pointer;
	background:#166E96;
	color:#fff;
}

/* horizontal rule */

hr
{
	height:1px;
	margin:15px 0 15px 0;
	padding:0;
	border:none;
	border-bottom:1px dotted #ccc;
	background:transparent;
}

/* messages */

p.error
{
	margin:0;
	padding:3px 0 3px 20px;
	background:transparent url('../images/icons/exclamation.png') no-repeat center left;
	color:#b83419;
}

p.success
{
	margin:0;
	padding:3px 0 3px 20px;
	background:transparent url('../images/icons/accept.png') no-repeat center left;
	color:#3e853b;
}

p.info
{
	margin:0;
	padding:3px 0 3px 20px;
	background:transparent url('../images/icons/information.png') no-repeat center left;
	color:#6289b8;
}

/* icons */

a.icon
{
	text-decoration:none;
	font-size:9px;
}

a.icon img
{
	vertical-align:middle;
	margin:0 5px 0 0;
}

/* miscellaneous */

.box
{
	padding:10px;
	background:#f2f5f9;
}

table.spacing td
{
	padding:10px 10px 10px 0;
}

.clear { clear:both; }
.float_right { float:right; }
.float_right.space { margin:0 0 10px 10px; }
.float_left { float:left; }
.float_left.space { margin:0 10px 10px 0; }
.small { font-size:10px; }
.tiny { font-size:9px; }
.gray { color:#aaa; }
.top { vertical-align:top; }
.right { text-align:right; }
.bottom { vertical-align:bottom; }
.left { text-align:left; }
.center { text-align:center; }
.middle { vertical-align:middle; }
.dark { background:#dfe5ec; }
.transparent { background:transparent; }
.padding5 td { padding:5px; }
.padding5 th { padding:5px; color:#085b83; }


















