﻿/*
================================================================================
 
 Author  :   
 Date    :   2/25/2009
 Contact :   support@1redx.com
 Homepage:   http://www.1redx.com

================================================================================
*/

html, body, form 
{
	height: 100%;
}

body 
{
	margin: 0;
	padding: 0;
	background-color: #eee;
	text-align:-moz-center; #text-align:center;
	font-family: Arial, Verdana, Tahoma, MS Sans Serif;
	font-size: 10pt;
	color: #333;
}

.popupWindow
{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px 0px 0px 0px;
    background-color: #000;
    overflow:hidden;
   
    z-index:900; 
    filter:alpha(opacity=80); 
    opacity:0.8; 
    display:none;
}

.popupSideMenu
{
    color: White;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    display: none;
    position: fixed;
    width: 50px;
    left:0;
    top:0;
    height: 100%;
    filter:alpha(opacity=80); 
    opacity:0.8; 
    z-index:903;
    background-color: #722;
}


.containerWrapper 
{
	width: 900px;
	min-height:100%;
    height: auto;
    margin:auto;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/* Main Header Class */
.mainHeaderDiv
{
    width: 100%;
    height: 30px;
    padding-right: 10px;
}

ul.mainHeaderUL
{
    list-style: none;
    margin: 0;
    padding: 0px 10px 0px 0px;
}

ul.mainHeaderUL li
{
    float: right;
    padding-right: 10px;
    padding-left: 15px;
    margin-top: 10px;
}

ul.mainHeaderUL li a
{
    color: #888;
    text-decoration: none;
}

ul.mainHeaderUL li a:hover
{
    color: Blue;
    text-decoration: none;
}



/* UpdatePanel Class */

.progressBackgroundFilter 
{
    margin:auto;
    text-align:-moz-center; #text-align:center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow:hidden; 
    padding: 65px 0 0 0;  
    height: 100%;
    width: 100%;
}

.progressBackground 
{
    width: 900px;
    height: 100%;
    min-height: 100%;
    display: table;
    padding: 0; 
    margin: auto; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

.processMessage 
{
	text-align:center; 
    position:fixed; 
    top:33%; 
    left:42%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}


/* Home - Usercontrol */
.homeTableCell
{
    width: 50%; 
    vertical-align: top;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
}

.homeTableTitle
{
    font-size: 12pt;
    font-weight: bold;
    color: #777;
}

.homeTableMoreButton
{
    color: #888;
    text-decoration: none;
}

.homeTableMoreButton:hover
{
    color: Blue;
    text-decoration: none;
}



/* Main Footer Class */
.mainFooter
{
    height: 30px; 
    width: 100%; 
    margin-top: 20px; 
    text-align: right;
    background-color: #ddd;
    vertical-align: bottom;
}

.submainFooter
{
    padding-right: 10px; 
    padding-top: 12px;
    font-size: 10px;
}

.netimateLink
{
    font-size: 11px;
    color: #3333cc;
    text-decoration: none;
}

.netimateLink:hover
{
    font-size: 11px;
    color: #7777cc;
    text-decoration: underline;
}


/* Template Header Class */
.templateHeaderLeftCell
{
    width: 166px;
    height: 100px;
    background-image: url(../images/1redx_template_head.jpg);
    background-repeat: no-repeat;
}

.templateHeaderShadow
{
    width: auto;
    height: 18px;
    background-image: url(../images/1redx_template_shadow.jpg);
    background-repeat: repeat-x;
    padding: 20px 10px 10px 20px;
    text-align: left;
    vertical-align: top;
}

.templateHeaderShadow_product
{
    width: auto;
    background-image: url(../images/1redx_template_shadow.jpg);
    background-repeat: repeat-x;
    padding: 20px 10px 5px 20px;
    text-align: left;
    vertical-align: bottom;
}


.templateHeaderTitle
{
    font-size: 14pt;
    font-weight: bold;
    color: Maroon;
}

.templateHeaderDesc
{
    font-size: 11pt;
    color: #555;
}

.templateHeaderSplitter
{
    height: 10px;
    width: 100%;
    background-color: Transparent; /*#adadad;*/
}


.divTitle
{
    font-size: 13pt;
    color: #555;
    font-weight: bold;
}

.divContent
{
    line-height: 20px;
    font-size: 11pt;
    color: #555;
    font-weight: normal;
}

.instructions 
{
	font-weight: bold !important;
	color: Maroon !important;
}
