﻿.body {
  margin:0px;
  padding:0px;
  height:100%;
}


.ComboBox
{
	border: 1px solid #90b6c2;
	font-size: 11px;
		font-family: Tahoma;
	/*background-image: url(images/recruit_1_top_b.jpg);*/
		color:#000000; /*#545c67;*/
		clear: right;
	margin-left: 0px;
}

-moz-focus-inner { border: 0; }

.a
{
    outline: none;
    text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #376F84;
}
a:hover
{
    color: #1e3c47;
}


.atd
{
    background-image: url('images/menubg.jpg');
    background-repeat: no-repeat;
    width: 185px;
    height: 20px;
    padding-left: 7px;
}

.atdb
{
    background-image: url('images/menubgb.jpg');
    background-repeat: no-repeat;
    width: 185px;
    height: 23px;
    padding-left: 7px;
}



.worksBorder
{
	border: 1px solid #C0C0C0;
}

.FormText
{
    font-family: tahoma;
    font-size: 11px;
    color: #575757;
}

.LinkButtons
{
    font-family: tahoma;
    font-size: 11px;
    color: #5C8F98;
    text-decoration: none;
}

.FormText11
{
	font-family: tahoma;
	font-size: 11px;
	color: #676767;
}

.Headers
{
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #5992A4;
}

.TextBox
{
	font-size: 11px;
	font-family: Verdana;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	color: #333333;
	padding-left: 3px;
	margin-left: 0px;
	border-color: #90b6c2;
	background-image: url('images/textbobg.jpg');
	background-repeat: repeat-x;
}

.MultiTextBox
{
	font-size: 11px;
	font-family: Verdana;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	color: #333333;
	padding-left: 3px;
	margin-left: 0px;
	border-color: #90b6c2;
	background-image: url('images/multitextbg.jpg');
	background-repeat: repeat-x;
}


.webcastAccordianHeader
{
	background-image: url('images/Accordionopen.jpg'); /* Point to your minus img */
	background-repeat: no-repeat; 
	background-position: 1px 6px;   /* Adjust this (x y) to fix spacing of image within the line */
	padding-left: 18px; /* Adjust this for the starting point for the text in the header */
	cursor: pointer;
	width: 540px;
	height: 22px;
		padding-top: 5px;

}
 
.webcastAccordianSelectedHeader
{
	background-image: url('images/Accordionclose.jpg'); /* Point to your plus img */
	background-repeat: no-repeat; /* background-position: 4px 7px;    Adjust this (x y) to fix spacing of image within the line */
	background-position: 1px 6px;
	padding-left: 18px; /* Adjust this for the starting point for the text in the header */
	cursor: pointer;
	width: 540px;
	height: 22px;
	padding-top: 5px;
}

.WebcastHeader
{
	font-family: tahoma;
	font-size: 11px;
	color: #747474;
	font-weight: bold;
}

.mainpage
{
    display: none;
}