* {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
html { 
	overflow-y:scroll; 
	font-family: verdana;
	font-size: 12px;
	color: #616161;
}

#Logo{
	margin-right: 10px;
	margin-top: 10px;
	width: 100%;
	height: 95px;
	text-align: right;
	background-color: transparent;
	position: absolute;
}

/* ---------- TABS --------------- */
#tabmenu{
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -500px;
	color: #616161;
	text-align: center;
	
}

/* tab menu */
#tabmenu ul {
	clear:left;
	float:left;
	list-style:none;
	position:relative;
	padding:0;
	margin: 0;
}
#tabmenu ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding: 5px 10px 0 10px;
}
#tabmenu ul li a {
	display:block;
	float:left;
	margin: 0 0 0 2px;
	padding: 5px 10px;
	text-align:center;
	position:relative;
	line-height:1.3em;
}

#tabmenu .Active {
	background-color: #E5E5E5; 
	color: #616161; 
	text-decoration: none;
}
/* ---------- LOGO MENU --------------- */
#submenu{
	font-size: 10px;
	position: absolute;
	top: 0px;
	padding: 0px 5px;
	position: absolute;
	right: 30px;
}
#Menu1, #Menu2, #Menu3, #Menu4 {
	position: relative;
	padding: 0px 5px;
}

#Menu5{
	position: relative;
	padding: 0px 5px;
}

#submenu A:link, #submenu A:visited, #submenu A:active {
	text-decoration: underline;
}
#submenu A:hover { 
    color: #FF0000;
	text-decoration: none;
}

/* -------- BODY SECTION --------- */
#BodySection{
	margin-top: 130px;
	left: 50%;
	margin-left: -500px;
	width: 700px;
	background-color: #ffffff;
	border-right: 1px solid #4B4B4B;
	border-bottom: 1px solid #4B4B4B;
	position: absolute; 
}

/* for understanding browsers */
#BodySection {
min-height: 500px;
}
/* for Internet Explorer */
/*\*/
* html #BodySection {
height: 500px;
}
/**/

#Body_Heading {
	background-color: #EDF3FE;
	width: 100%;
	height: 40px;
	font-size: 18px;
	border-bottom: 1px dotted #cccccc;
}

#BodySection a:link, #BodySection a:visited, #BodySection a:active {
	color: #000066;
}
#BodySection a:hover { 
         color: #FF0000;
         text-decoration: underline;
}
#Body_Content table {
	font-size: 12px;
}
/* -------- HELP SECTION --------- */
#HelpSection{
	left: 50%;
	margin-left: 230px;
	margin-top: 130px;
	width: 240px;
	position: absolute;
	min-height: 250px;
	background-color: #FAFAFA;
}

#Help_Heading {
	width: 100%;
	height: 40px;
	font-size: 18px;
	border-bottom: 1px dotted #cccccc;
}
#Help_Content P{
	padding: 5px 10px;
	line-height: 18px;
}
.Help_Show_Prompts{
	border: 2px solid #ffffff;
	padding: 5px;
	font-size: 12px;
	right: 5px;
	top: 8px;
	position: absolute;
	cursor: hand;
	cursor: pointer;
}

#HelpSection a:link, #HelpSection a:visited, #HelpSection a:active {
	color: #0000EE;
}
#HelpSection a:hover { 
         color: #FF0000;
         text-decoration: underline;
}

/* --------- SELECT ACCOUNTS ----------------- */
#SelectAccounts {
	padding-right: 30px;
	margin-left: 20px;
	margin-top: 20px;
	position: absolute;
	left: 0px;
	width: 541px;
}
#SelectAccounts H1, #SingleAccount H1{
	font-size: 24px;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}

#DD_Select{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 28px;
	background:url(../images/arrow_down.gif) 4px 12px no-repeat;
}
#SingleAccount{
	padding-right: 30px;
	margin-left: 20px;
	margin-top: 20px;
	position: absolute;
	left: 0px;
	width: 571px;
}
#SelectAllAccounts{
	background-color: #FFFFFF; 
	position: absolute;
	top: 60px;  
	margin-left: 20px; 
	position: absolute; 
	left: 0px;
	width: 570px;
	text-align: left;
}


#DD_Select_UP{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 28px;
	background:url(../images/arrow_up.gif) 4px 12px no-repeat;
	background-color: #6A9600;
	display: none;
}
/* ----------- FOOTER ---------------------*/
#footer{
	font-size: 10px; 
	color: #999999;
	position: absolute;
	bottom: -30px;
	margin-left: 30px;
}
#footer a:link, #footer a:visited {
	font-size: 10px; 
	color: #999999;
}
#footer a:hover { 
         color: #FF0000;
         text-decoration: underline;
}

/* ------------ FORM ELEMENTS -------------*/
.textfield{
	border: 1px solid #5C5C5C; 
	font: normal 11px verdana, Helvetica, sans-serif;
	line-spacing: 18px;
	padding: 1px;
	color: #616161;
}
.button{
	font-family: verdana;
	padding: 0px 10px;
}

.Charset TD{
	width: 15px;
	height: 13px;
}
.Charset{
	font-size: 10px;
}
#PhoneTxt{
	max-width: 131px;
	display: block;
	width: 131px; 
	height: 128px; 
	position: absolute; 
	top: 99px; 
	left: 34px; 
	font-size: 10px;
	text-align: left;
}
#msg{
	margin-top: 2px;
	padding: 2px;
	width: 100%;
	height: 112px; 
	overflow-y: auto;
	overflow-x: none;

}
.create_heading{
		border: 1px dotted #cccccc;
		background-color: #EDF3FE;
		padding-left: 5px;
	}
	
	.create_arrow{
		border: 1px dotted #cccccc;
		background:url(../images/arrow_down.gif) 7px 12px no-repeat;
		background-color: #EDF3FE;
	}
#altlinks a:link, #altlinks a:visited, #altlinks a:active {
	color:#484A4C;
	border-bottom: 1px dotted #FF0000;
	text-decoration: none;
}

#altlinks a:hover {
	color:#ff0000;
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
}

.padout{
	padding: 5px;
	line-height: 18px;
} 

.SU_error{
	color: #FF0000;

}