﻿body
{
	background-color: #31343a;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #162732;
	font-size: 11px;
	line-height: 1.4em;
}

p
{
	margin: 10px 0;
}

p.no-padding-no-margin
{
	padding: 0;
	margin: 0;
}

ol
{
	margin-top: 4px;
	margin-bottom: 8px;
}

/* LINKS */
a:link
{
	color: #d61719;
	text-decoration: none;
}

a:visited
{
	color: #980000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #980000;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin: 5px 0;
}

h1
{
	margin-bottom: 0;
}

h1
{
	margin-top: 0px;
}

h2
{
	font-size: 1.5em;
	margin-top: 4px;
	margin-bottom: 6px;
}

h2.title_frame
{
	color: White;
	font-weight: normal;
	letter-spacing: 0.2em;
	font-size: 1.5em;
}

h3
{
	margin-top: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1em;
}

h3.small
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5
{
	font-size: 1.1em;
}

h6
{
	font-size: 1em;
}

/* FRAME ROUND WHITE */
.frame_round_content
{
	background-color: #FFFFFF;
}

.frame_round_left_top
{
	background-image: url('images/round_frame/lefttop.gif' );
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.frame_round_left_bottom
{
	background-image: url('images/round_frame/leftbottom.gif' );
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.frame_round_right_top
{
	background-image: url('images/round_frame/righttop.gif' );
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.frame_round_right_bottom
{
	background-image: url('images/round_frame/rightbottom.gif' );
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.frame_round_top
{
	background-image: url('images/round_frame/top.gif' );
	background-repeat: repeat-x;
	width: 5px;
	height: 8px;
}

.frame_round_botttom
{
	background-image: url('images/round_frame/bottom.gif' );
	background-repeat: repeat-x;
	width: 5px;
	height: 8px;
}

.frame_round_left
{
	background-image: url('images/round_frame/left.gif' );
	background-repeat: repeat-y;
	width: 8px;
	height: 5px;
}

.frame_round_right
{
	background-image: url('images/round_frame/right.gif' );
	background-repeat: repeat-y;
	width: 8px;
	height: 5px;
}

/* FRAME ROUND GREY */
.frame_round_grey_content
{
	background-color: #9c9d9f;
}

.frame_round_grey_left_top
{
	background-image: url('images/round_frame/grey/lefttop.gif' );
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.frame_round_grey_left_bottom
{
	background-image: url('images/round_frame/grey/leftbottom.gif' );
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.frame_round_grey_right_top
{
	background-image: url('images/round_frame/grey/righttop.gif' );
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.frame_round_grey_right_bottom
{
	background-image: url('images/round_frame/grey/rightbottom.gif' );
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.frame_round_grey_top
{
	background-image: url('images/round_frame/grey/top.gif' );
	background-repeat: repeat-x;
	width: 5px;
	height: 8px;
}

.frame_round_grey_botttom
{
	background-image: url('images/round_frame/grey/bottom.gif' );
	background-repeat: repeat-x;
	width: 5px;
	height: 8px;
}

.frame_round_grey_left
{
	background-image: url('images/round_frame/grey/left.gif' );
	background-repeat: repeat-y;
	width: 8px;
	height: 5px;
}

.frame_round_grey_right
{
	background-image: url('images/round_frame/grey/right.gif' );
	background-repeat: repeat-y;
	width: 8px;
	height: 5px;
}


/* MASTER */
.frame_bk
{
	width: 975px; /*975*/
	min-height: 700px;
	margin: 15px auto 0px auto;
	background-color: #eaedef;
}

.frame_left_bk
{
	min-height: 720px;
	background-color: #9c9d9f;
}

.divider_cyan
{
	background-color: #99D1D5;
	height: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
}
.divider_grey
{
	background-color: #eaedef;
	height: 4px;
	width: 100%;
}
.box_title
{
	font-weight: bold;
	color: White;
	background-color: #9c9d9f;
	width: 100%;
	padding: 2px 2px 2px 4px;
}
.box_content
{
	background-color: #eaedef;
	width: 100%;
	padding: 2px 2px 2px 4px;
	min-height: 75px;
}
#menu a
{
	color: White;
}
.menu_item
{
	margin-left: 10px;
	font-size: 11px;
	font-family:Arial;
	letter-spacing: 0.1em;
}

/* FORM */
.form_label_top
{
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right: 4px;
	white-space:nowrap;
}
.form_text_edit
{
	color: #0066FF;
}