html {
	height: 100%;
}

body {
	height: 100%;
	background: #FFF url('../img/bg2-rest.gif') repeat-y top center;
	padding: 0;
	margin: auto;
	text-align: center;
        width: 770px;
	color: #333;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif; 
	font-family: Verdana;
	font-size: 8pt;
}

#bodytop {
        height: 100%;
        background: transparent url('../img/bg2-top.gif') no-repeat top center;
        padding: 0;
        margin: 0;
        text-align: center;
        color: #333;
}

#container {
	position: relative;
	min-height: 100%;
	background: #FFF url('../img/bg_white.gif') repeat-x top left;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

* html #container {
	height: 100%;
	text-align: left;
}

#push {
	position: relative;
	margin: -20px auto 0 auto;		
	width: 780px;		
}

* html #push {
	margin-top: -20px;
}

/* Layout*/

#logo {
	padding-top: 30px;
}

#login {
	margin: 0 0 10px 0;
}

#menu {
	background: #E0E0DF url('../img/bg_menu.gif') repeat-x bottom left;
}

#sub_menu {
	background: #0054BC url('../img/bg_sub_menu.gif') repeat-x bottom left;
}

#product_menu {
	background-color: #0082D1;
}

#holder {
	clear: both;
	background: #FFF url('../img/bg_white.gif') repeat-x top left;
	padding-bottom: 20px;	
}

#intro {
	clear: both;
	padding-top: 21px;
}

#body {
	clear: both;
}

#footer {
	font-size: 9px;
	clear: both;
	padding: 5px 0;
	margin: 20px 5px 0 5px;	
	border-top: 1px solid #E1E1E1;
}

.col_575 {
	float: left;
	width: 575px;
	padding-bottom: 10px;
}

.col_580 {
	float: left;
	width: 580px;
}

.col_380 {
	float: left;
	width: 380px;
	padding-bottom: 10px;
}

.col_185 {
	float: left;
	width: 185px;
}

.login {
	background: #DDDEE0 url('../img/bg_login.gif') repeat-x top left;
	height: 131px;
}

/* Forms */

#loginbox label {
	float: left;
	clear: both;
	width: 60px;
	margin: 5px 0 0 10px;
	padding-top: 5px;
}

#loginbox input {
	float: left;
	display: block;
	width: 100px;
	margin: 9px 0 7px 0;
	border: 1px solid #666;
	padding: 1px;
	font-size: 8pt;
}

#loginbox .input_btn {
	border: none;
	background-color: #D1D2D4;
	margin: 0;
	width: auto;
	margin-left: 7px;
	font-weight: bold;
	padding: 0;
	font-size: 10pt;
}

/* Lists */

#menu ul {
	width: 100%;	
	margin: 0;
	padding: 2px 0 2px 0;
	height: 22px;
}

#menu li {
	display: block;
	margin: 0;
	padding : 0;
	float: left;
	list-style-type: none;
}

#sub_menu ul {
	width: 100%;	
	margin: 0;
	padding: 2px 0 2px 0;
	height: 21px;
}

#sub_menu li {
	display: block;
	margin: 0;
	padding : 0;
	float: left;
	list-style-type: none;
}

#product_menu ul {
	width: 100%;	
	margin: 0;
	padding: 0;
	height: 21px;
}

#product_menu li {
	display: block;
	margin: 0;
	padding : 0;
	float: left;
	list-style-type: none;
}

#footer ul {
	margin: 0;
	padding: 0;
	height: 21px;
}

#footer li {
	margin: 0;
	float: left;
	list-style-type: none;
}

.col_380 ul {
	margin: 0;
	padding: 0;
}

.col_380 li {
	padding: 2px 0;
	list-style-type: none;
}

.blog_list li {
	list-style-type: none;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
}

/* Links */

#menu a {
	display: block;
	margin: 4px 0 4px 15px;
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
}

#menu .selected {
	color: #FFF;
	border-bottom: 1px solid #CF0;	
}

#sub_menu a {
	display: block;
	margin: 4px 0 4px 15px;
	color: #FFF;
	text-decoration: none;
}

#sub_menu a:hover {
	color: #FFF;
}

#sub_menu .selected {
	color: #FFF;
	border-bottom: 1px solid #CF0;	
}

#product_menu a {
	display: block;
	margin: 4px 0 4px 15px;
	color: #000;
	text-decoration: none;
}

#product_menu a:hover {
	color: #FFF;
}

#product_menu .selected {
	color: #FFF;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

a {
	color: #333;
	text-decoration: none;
}

a.link1:link, a.link1:visited {
	color: #0071C9;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2:link, a.link2:visited {
	color: #00AFAB;
	text-decoration: none;
}

a.link2:hover {
	text-decoration: underline;
}

a.page_link:link,
a.page_link:visited {
	color: #690;
	text-decoration: none;
}

a.page_link:hover {
	text-decoration: underline;
}

a.blog_link:link,
a.blog_link:visited {
	color: #0082D1;
	text-decoration: none;
}

a.blog_link:hover {
	text-decoration: underline;
}

/* Text */

.blog_list .title {
	font-weight: bold;
}

h3 {
	color: #0082D1;
	margin-bottom: 0;
}

h2 {
	margin: 0;
	font-size: 9pt;
	font-weight: normal;
}

/* Page titles */

.page_title {
	font-size: 10pt;
	font-weight: normal;
	padding: 7px 0 0 0;
	margin: 0;
}

.page_small_title {
	font-size: 8pt;
	font-weight: normal;
	padding: 9px 0 0 0;
	margin: 0;
}

.description {
	border-bottom: 1px solid #0082D1;
	padding: 7px 0 7px 10px;
}

.bg_blue_indented {
	height: 31px;	
	background: url('../img/blue_indented.gif');
}

.bg_blue_solid_indented {
	min-height: 31px;
	background: url('../img/blue_solid_indented.gif');
        background-color: #0082D1;
}

.bg_grey {
	height: 31px;	
	background: url('../img/grey.gif');
}

/* Colours */

.clr_white {
	color: #FFF;
}

/* Misc. */

.indent_25 {
	padding-left: 25px;
}

.indent_15 {
	padding-left: 15px;
}

img {
	border: 0;
}

.box {
        min-height: 0; /* IE Peekaboo */
	padding: 0 5px;
}

.box2 {
	padding: 5px 10px;
}

.move_right {
	text-align: right;
}

.centre {
	text-align: center;
}

.m_r10 {
	margin-right: 10px;
}

.p_t10 {
	padding-top: 10px;
}

.p_t20 {
	padding-top: 20px;
}

.p_c {
	padding: 10px;
}

.item {
	padding: 7px 0;
}

.blog_border {
	padding: 10px 0 0 0;
	border-top: 1px solid #999;
}

.border_line {
	border-bottom: 1px solid #999;
}

.border_topline {
	border-top: 1px solid #999;
}

/* table */

table.tnversions {
	border-collapse: collapse;
}

table.tnversions td, th {
	text-align: center;
	border-right: 1px solid #999;
	padding: 5px
}

tr.lastrow td {
	border-bottom: 1px solid #999;
}

th.used {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-weight: bold;
}

th.empty {
	border-bottom: 1px solid #999;
}

td.desc {
	text-align: left !important;
	border-left: 1px solid #999;
}

