
TD.Login
{
	width: 250px;
	height: auto; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 75px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 75px;
	background-image: url("/images/custom/t86_bg_menu.jpg");
	background-color: #505050;
	background-position: right;
	background-repeat: no-repeat;
}

/*	Menu class																			*/
#sidebar-left {
	background-image: url("/images/custom/t86_bg_menu.jpg"); 
	background-repeat: no-repeat;
	background-color: #505050;
	background-position: right;
}

/*	Background menulogo																	*/
TD.BGLogo
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 15px;
	background-color: #EEEEEE;
}

/*	Title																				*/
TR.SectionTitleRow
{
	background-color: #808080;
	font-family: Verdana;	
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

/*	List headline row																	*/
TR.ListHeaderRow
{
	background-color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/*	Page status row																		*/
TR.StatusRow
{
	background-color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/*	Login page																			*/
TD.LoginRow
{
	background-color: #E21E1E;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 20px;
	background-image: url("/images/custom/t86_bg_border.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

/*	Subpage headline row																*/
.TitleRow
{
	background-color: #E21E1E;
	font-family: Verdana;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 3px;
	background-image: url("/images/custom/t86_bg_border.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

/*	Breadcrumb row																		*/
TD.SectionRow
{
	background-color: #E06E70;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 3px;
	
}

tr.QuickStartTable > td {
	padding: 10px;
}

.CenterContents {
	text-align: center;
}

/*																						*/
/*																						*/
/* Normalt you don't need to make any changes below.									*/
/*																						*/
/* Normalt behöver du inte göra några ändrinar under.									*/
/*																						*/
/*																						*/



/******************** FORM CLASSES ********************/

FORM {
	margin: 0px 0px 0px 0px;
}

INPUT.TextSmall
{
	background-color: white; 
	color: black; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	width: 75px;
        /* height: 20px; */
        font-size: 10pt;
        height: 12.5pt;
        line-height: 10pt;
        margin: 0;
        padding: 0 0 -2.5pt 0;
        /**/
	border: solid 1px;
	border-color: #C0C0C0;
}

INPUT.TextMedium
{
	background-color: white; 
	color: black; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	width: 150px;
        /* height: 20px; */
        font-size: 10pt;
        height: 12.5pt;
        line-height: 10pt;
        margin: 0;
        padding: 0 0 -2.5pt 0;
        /**/
	border: solid 1px;
	border-color: #C0C0C0;
}

INPUT.TextMediumLarge
{
	background-color: white;
	color: black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	width: 225px;
	/* height: 20px; */
	font-size: 10pt;
	height: 12.5pt;
	line-height: 10pt;
	margin: 0;
	padding: 0 0 -2.5pt 0;
	/**/
	border: solid 1px;
	border-color: #C0C0C0;
}



INPUT.TextLarge
{
	background-color: white; 
	color: black; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	width: 300px;
        /* height: 20px; */
        font-size: 10pt;
        height: 12.5pt;
        line-height: 10pt;
        margin: 0;
        padding: 0 0 -2.5pt 0;
        /**/
	border: solid 1px;
	border-color: #C0C0C0;
}

INPUT.SubmitMedium
{
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 75px;
	height: 20px; 
	border: solid 1px;
	border-color: #000000;
}

INPUT.SubmitLarge
{
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 150px;
	height: 20px; 
	border: solid 1px;
	border-color: #000;
}

INPUT.SubmitDefault
{
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px; 
	border: solid 1px;
	border-color: #000000;
}

SELECT.DropdownDefault
{
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: auto;
	height: 20px; 
	border: solid 1px;
	border-color: #C0C0C0;
}

TEXTAREA.TextareaMedium
{
	background-color: white; 
	color: black; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	width: 300px;
	height: 150px; 
	border: solid 1px;
	border-color: #C0C0C0;
}
TEXTAREA.TextareaLarge
{
	background-color: white; 
	color: black; 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	width: 550px;
	height: 150px; 
	border: solid 1px;
	border-color: #C0C0C0;
}

INPUT.CheckboxDefault
{
}

INPUT.RadioDefault
{
}

/******************** MENU CLASSES ********************/

TD.MenuLeft
{
	padding-left: 20px;
}

body { 
	background: #FFFFFF;
}

#content { 
	background: #FFFFFF;
}

TD.MenuHeadline
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 10px;
}

A.MenuOption:link
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.MenuOption:active
{
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.MenuOption:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.MenuOption:hover
{
	text-decoration: none;
	color: #C0C0C0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/******************** ERROR CLASSES ********************/

.SectionErrorRow
{
	background-color: #FF0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 20px;
}

TR.SectionConfirmationRow
{
        background-color: #EFDF5C;
	font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 24px;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
}

A.ConfirmationLink:link
{
        text-decoration: underline;
        color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: normal;
}

A.ConfirmationLink:active
{
        text-decoration: underline;
        color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: normal;
}

A.ConfirmationLink:visited
{
        text-decoration: underline;
        color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: normal;
}

A.ConfirmationLink:hover
{
        text-decoration: underline;
        color: #808080;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: normal;
}

A.ErrorLink:link
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
}

A.ErrorLink:active
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
}

A.ErrorLink:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
}

A.ErrorLink:hover
{
	text-decoration: none;
	color: #C0C0C0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
}

/******************** INFORMATION CLASSES ********************/

.PreInfoText
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

TR.SectionInfoRow
{
	background-color: #EFDF5C;
	font-family: Verdana;	
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

A.SectionInfoRowLink:link
{
        text-decoration: underline;
        color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
}

A.SectionInfoRowLink:active
{
        text-decoration: underline;
        color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
}

A.SectionInfoRowLink:visited
{
        text-decoration: underline;
        color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
}

A.SectionInfoRowLink:hover
{
        text-decoration: underline;
        color: #808080;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
}

/******************** GENERAL CLASSES ********************/

.QuickstartTitle
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.NormalText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.PageSelector
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.SelectAccountHeadline 
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.ImageValignMiddle
{
        vertical-align: middle;
        margin-bottom: 5px;
        margin-right: 2px;
}

.BrowseText
{
        text-decoration: none;
        color: #000000;
        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
}
	
/******************** TR ********************/


TR.AddRow
{
	background-color: #EEEEEE;
}

TR.FunctionRow
{
	background-color: #EEEEEE;
}

TR.OddListRow
{
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	/* text-decoration: none; */
	font-weight: normal;
	background-image: url("https://controlpanel.stejtech.net/images/oddlist_border.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

TR.EvenListRow
{
	background-color: #E3E3E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	/* color: #000000; */
	/* text-decoration: none; */
	font-weight: normal;
	background-image: url("https://controlpanel.stejtech.net/images/evenlist_border.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

TR.DeletedListRow
{
	font-size: 9px;
	color: #808080;
	text-decoration: line-through;
	font-weight: normal;
}
TR.ActiveListRow
{
	background-color: #EFDF5C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	/* color: #000000; */
	/* text-decoration: none; */
	background-image: url("https://controlpanel.stejtech.net/images/activelist_border.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

TR.FormRow
{
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-image: url("https://controlpanel.stejtech.net/images/oddlist_border.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

TR.FormInfo
{
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-image: url("https://controlpanel.stejtech.net/images/oddlist_border.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

/******************** TD ********************/

TD.FormTitle
{
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/******************** ADD CLASSES ********************/

A.AddLink:link
{
	text-decoration: underline;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}
A.AddLink:active
{
	text-decoration: underline;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}
A.AddLink:visited
{
	text-decoration: underline;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}
A.AddLink:hover
{
	text-decoration: underline;
	color: #808080;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}

/******************** QUICK START CLASSES ********************/

TABLE.Quickstart
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

A.QuickstartLink:link
{
	text-decoration: underline;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}
A.QuickstartLink:active
{
	text-decoration: underline;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}
A.QuickstartLink:visited
{
	text-decoration: underline;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}
A.QuickstartLink:hover
{
	text-decoration: underline;
	color: #808080;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}

A.QuickstartLinkSwitch:link
{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
A.QuickstartLinkSwitch:active
{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
A.QuickstartLinkSwitch:visited
{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
A.QuickstartLinkSwitch:hover
{
	text-decoration: underline;
	color: #C0C0C0;;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}



/******************** LOGIN CLASSES ********************/

A.LoginLink:link
{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
A.LoginLink:active
{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
A.LoginLink:visited
{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
A.LoginLink:hover
{
	text-decoration: underline;
	color: #EEEEEE;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/******************** A.TableHeaderLink ********************/

A.TableHeaderLink:link
{
	text-decoration: underline;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
A.TableHeaderLink:active
{
	text-decoration: underline;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
A.TableHeaderLink:visited
{
	text-decoration: underline;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
A.TableHeaderLink:hover
{
	text-decoration: underline;
	color: #404040;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/******************** PAGE SELECTOR CLASSES ********************/

A.PageSelectorLink:link
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
A.PageSelectorLink:active
{
	text-decoration: none;
	color: #C0C0C0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
A.PageSelectorLink:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
A.PageSelectorLink:hover
{
	text-decoration: none;
	color: #C0C0C0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.PageSelector .current
{
        text-decoration: underline;
}

A.SortingSelectorLink:link
{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
A.SortingSelectorLink:active
{
	color: #C0C0C0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
A.SortingSelectorLink:visited
{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
A.SortingSelectorLink:hover
{
	color: #C0C0C0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

/******************** A CLASSES ********************/

A:link
{
	text-decoration: underline;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

A:active
{
	text-decoration: underline;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

A:visited
{
	text-decoration: underline;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

A:hover
{
	text-decoration: underline;
	color: #808080;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.mailflowtable td, .gandgtable td, .resolutionstable td {
	padding: 5px 5px 5px;
}

.mailflowtable td td, .gandgtable td td, .resolutionstable td td {
	padding: 0;
}
.mailflowtable td p, .gandgtable td p, .resolutionstable td p {
	margin: 0px;
	overflow: hidden;
}
.mailflowtable .mailflowtdFrom p, .gandgtable .gandgtdFrom p, .resolutionstable .resolutionstdFrom {
	margin: 0px;
	width: 160px;
	overflow: hidden;
}
.gandgtable .gandgtdFrom p { width: 120px; }
.resolutionstable .resolutionstdFrom p { width: 120px; }
.mailflowtable .mailflowtdTo p, .gandgtable .gandgtdTo p, .resolutionstable .resolutionstdTo p  {
	margin: 0px;
	width: 160px; 
	overflow: hidden;
}
.gandgtable .gandgtdTo p { width: 150px; }
.resolutionstable .resolutionstdTo p { width: 150px; }
.mailflowtable .mailflowtdSubject p, .gandgtable .gandgtdSubject p, .resolutionstable .resolutionstdSubject p {
	margin: 0px;
	width: 230px;
	overflow: hidden;
}
.gandgtable .gandgtdSubject p{ width: 240px; }
.resolutionstable .resolutionstdSubject p { width: 200px; }
.mailflowtable .mailflowtdSize p {
	margin: 0px;
	width: 60px;
	overflow: hidden;
}
.mailflowtable .mailflowtdStatus p {
	margin: 0px;
	width: 125px;
	overflow: hidden;
}
.mailflowtable .mailflowtdDate p {
	margin: 0px;
	width: 125px; 
	overflow: hidden;
}
.grayedMenuItem {
	font-size: 10px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #b0b0b0;
}
#backgroundMailMsgPopup, #backgroundMsgPopup {  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for ie6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;  
}  
#backgroundLoadingPopup {
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for ie6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:3;  
}
#popupLoading {  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for ie6*/  
	height:40px;  
	width:300px;  
	background: #ffffff url(/images/icons/loading.gif) no-repeat 50% 20%;  
	border:2px solid #cecece;  
	z-index:4;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: black;  
	text-align: center;
	padding-top: 120px;
} 

#popupMailMsg {  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for ie6*/  
	height:480px;  
	width:818px;  
	background:#FFFFFF;  
	border: thick solid white;  
	z-index:2;  
	font-size:13px;
	overflow-y: scroll;
}

#popupMsg{
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for ie6*/
	background: #ffe749;
	border: thin solid grey;  
	z-index:2;  
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	left: 405px;
	top: 30px;
	width: 300px;
	padding: 10px;
}

#popupMailMsgTitle {
	display: block;
	height: 18px;
}
#popupCloseBtn {  
	display:block;
	float: right;	
	cursor: pointer;
	padding: 0;
	width: 11px;
	height: 11px;
	background: url(/images/icons/close.gif);
	margin: 2px 5px;  
}
#popupCloseBtnGrey {  
	display:block;
	float: right;	
	cursor: pointer;
	padding: 0;
	width: 11px;
	height: 11px;
	background: url(/images/icons/close_grey.gif);
	margin: 2px 5px;  
}
.foldIcon, .unfoldIcon {
	display: inline;
	float: left;
	width: 11px;
	height: 11px;
	border: 0;
	display: block;
	margin: 3px 5px 0 0;
}
.foldIcon {
	background: url('/images/icons/fold.gif') top left no-repeat;
}

.unfoldIcon {
	background: url('/images/icons/unfold.gif') top left no-repeat;
}
.seeMoreRow {
	background: #c0c0c0;
	font-size: 9px;
}
.seeMoreIcon {
	display: inline;
	float: left;
	background: url('/images/icons/unfold_black.gif');
	width: 11px;
	height: 11px;
	margin: 0 5px 0 0;
}

#popupContent #infoCutoff {
	display: none;
}
#popupContent #msgBodyFull {
	display: none;
}
#popupContent pre {
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: normal;
	/*
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word; */
}
#statusInfo {
	display: none;
}

 .calendarIcon {
 	float: left;
 	display: block;
 	width: 16px;
 	height: 15px;
 	background: url(/images/icons/calendar.gif);
 	margin: 3px 2px 0;
 	cursor: pointer;
 }
 
 #from_date, #to_date, #from_score, #to_score  {
 	float: left;
 	margin: 0 1px;
 }
 
 .arr_date, .arr_score {
 	float: left;
 	margin: 5px 3px 0 3px;
 }
 .arr_score {
 	margin-left: 23px;
 }
 
 .sameLineItem {
	float: left;
 	margin: 0px 3px;
}

.smtpRouteStatusOK, .smtpRouteStatusError, .smtpRouteStatusUnknown
{
	display: none;
	width:10px;
	height: 10px;
	float: left;
	margin-right: 10px;
}
.smtpRouteStatusOK {
	background: url(/images/icons/status_ok.gif); 
}
.smtpRouteStatusError {
	background: url(/images/icons/status_error.gif); 
}
.smtpRouteStatusUnknown {
	background: url(/images/icons/status_unknown.gif); 
}
.fileType, .activeFileType {
	float: left;
	display: block;
	width: 80px;
}
.activeFileType { 	background-color: #FFE749; }

.vMarged { margin-top: 2px; margin-bottom: 2px; }

button[disabled]:active, button[disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
select[disabled] > input[type="button"],
select[disabled] > input[type="button"]:active,
input[type="submit"][disabled]:active,
input[type="submit"][disabled] {
	/* padding: 0px 6px 0px 6px;
	border: 2px outset ButtonFace; */
	color: GrayText;
	/* cursor: inherit; */
}

/******************** LOGIN STATUS CLASSES ********************/
.UserLoginStatus
{
	float:right;
	text-decoration: underline;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 8px;
}
.UserLoginStatus a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.StatusLineButton
{
	width: 150px;
	float:left;
	height:28px;
	text-align:center;
}
.StatusLineButton a
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 12px;
}
.green
{
	background-color:#E06E70;
}
.green .first
{
	background: url("/images/green-sprite.png") repeat scroll left top transparent;
	float: left;
	height: 9px;
	width: 9px;
}
.green .last
{
	background: url("/images/green-sprite.png") repeat scroll right top transparent;
	float: right;
	height: 9px;
	width: 9px;
}
.gray
{
	background-color:#bfbfbf;
}
.gray .first
{
	background: url("/images/gray-sprite.png") repeat scroll left top transparent;
	float: left;
	height: 9px;
	width: 9px;
}
.gray .last
{
	background: url("/images/gray-sprite.png") repeat scroll right top transparent;
	float: right;
	height: 9px;
	width: 9px;


