﻿body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.HeaderText {
	font-family: Arial;
	font-size: 40px;
}
.HeaderText1 {
	color: #999999;
	font-weight: bold;
}
.HeaderText2 
{
	color: #FF0000;
}

.HeaderText3 
{
	font-size: 30px;
	color: #FF0000;
}

.FooterText {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
}
	
a.ovalbutton
{
    background: transparent url('/T3Web/member/images/oval-gray-left.gif') no-repeat top left;
    display:block;
    float:left;
    font: normal 13px Tahoma; /* Change 13px as desired */
    line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 24px; /* Height of button background height */
    padding-left: 11px; /* Width of left menu image */
    text-decoration: none;
}

a:link.ovalbutton, a.visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('/T3Web/member/images/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	padding:0 0 0 0;
	margin: 0 auto 0 auto;
	background: url('/T3Web/member/images/menus_bg2.gif') repeat-x; /*tab background image path*/
	height: 33px;
	list-style: none;
}

.glossymenu li{
	float:right;
}

.glossymenu li a
{
    float: left;
    display: block;
    color: #000;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
    height: 33px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url('/T3Web/member/images/menus_hover_left2.gif') no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url('/T3Web/member/images/menus_hover_right2.gif') no-repeat right top; /*right tab image path*/
}

a {
	font-family: Verdana;
	color: #000000; 
}
a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.MainTextBold {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}


.MainText2 {

	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

.LinkTISS {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.StandardFont1 {
	font-family: Verdana;
	font-size: 10px;
}
.style1 {color: #FFFFFF}
.style2 {color: #666666}
.style3 {color: #999999}
.RedStandard {
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
}
.style6 {font-family: Verdana; font-size: 10px; color: #999999; }

.style7 {font-family: Verdana; font-weight: normal; font-size: 10px; color: #999999; }

.WhiteSmall
{
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;

}

.MainText3
{
    font-family: Verdana;
	font-size: 9pt;
	color: #666666;
	text-align:justify;
}

.modalBackground 
{
	background-color:Gray;
 	filter:alpha(opacity=70);
	opacity:0.7;

}

.updateProgress    
{
    border-width:1px;     
    border-style:solid;     
    background-color:#FFFFFF;     
    position:absolute;     
    width:160px;     
    height:40px;     
    vertical-align: middle;
 }
 
 .updateProgressMessage   
 {
      margin:auto;     
      font-family:Trebuchet MS;   
        font-size:small;    
         vertical-align: middle;
}

.updateProgress1
{
    border-width:1px;     
    border-style:solid;     
    background-color:#FFFFFF;     
    position:absolute;     
    width:200px;     
    height:100px;     
    vertical-align: middle;
}

