@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;	
}
body {	
	background-color: #FFF;
	color: #333;
	text-align: left;
	font-size:14px;
	font-family:Segoe UI !important;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

html, body
{
    height: 100%;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	vertical-align:middle !important;
}

.Middle_Body 
{
    background-image: url("http://staging.maximgroupco.com/Intranet/maxim/images/top_middle_bg.jpg");
    background-repeat:no-repeat;
    color: #333;
}
.Footer {
	font-family: Segoe UI;
	font-size: 10px;
}
.Intro {
	font-family: Segoe UI;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.LeftMenu {
	font-family: Segoe UI;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.SubMenu {
	font-family: Segoe UI;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.ColoredText {
    color: #CC6600;
	font-family:Segoe UI;
}
a:link {
	/**color: #36F; **/
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #CC6600;
} 
.Options {
	font-family: Segoe UI;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.Container {
	width:100%;
	height:100%;
	/**padding:0px 0px 0px 0px; 
	border-width: 0px;  **/
}
.Login {
	width:100%;
	height:100%;
	/*background-color:#CCCCCC; */
	/*background-image: url('../img/Login_1.1.png'); */
	/**padding:0px 0px 0px 0px;
	border-width: 0px;  **/
}

.UserName
{
    Border:0px solid transparent;
    Border-Bottom: 1px solid LightGray;
    Font-Family: "Segoe UI";
    Font-Size:Medium;
    Height:25px !important; 
    Width:280px !important; 
    Text-Align:center;
    margin-top:5px;
}

.Password
{
    Border:1px solid transparent;
    Border-Bottom:1px solid LightGray;
    Font-Family: "Segoe UI";
    Font-Size:Medium; 
    Height:25px !important; 
    Width:280px !important; 
    Text-Align:center;
    margin-top:5px;
}

.LoginButton
{
    Position:Absolute;
    Left:21px;
    border:1px solid Transparent;
    Height:30px;
    Width:280px;
    /*Background-Color:LimeGreen;*/
    Background-Color:#8d8d8d;
    color:#f1f1f1;
    Font-Family:Segoe UI;
    Font-Size:Larger;
}
.LoginButton:Hover
{
    /*Background-Color:#5ad75a; */
    Background-Color:#a4a4a4;
}
.LoginButton:Active
{
    /*background-color:#238f23; */
    Background-Color:#757575;
    color:#f5f5f5;
}
.LoginButton:Focus
{
    outline:0;
}
.contentDiv
{
    height: 512px;
    padding-top: 50px;
    text-align: center;
/*	background-image:url(../images/../img/Maxim_Login_1.2.3.png); */
	background-repeat:no-repeat;
	background-position:center;
}

.whiteOpacity
{
    padding-top:15px;
    padding-left:21px !important; 
    height:350px;
    width:335px !important;
    background-color:rgba(242,240,229, 0.5); 
    
    float:none !important;
    margin: 0 auto !important;
}

.cusColorID a
{
    color:Orange !important;
}

form
{
    margin-bottom:0px !important;
    min-height: 100%;
}

.bs-example{
    margin: 20px;
}

.NavLeft {
	width:200px;
	height:100%;
	padding:0px 0px 0px 0px;
	border-width: 0px;
	background-color: #CC6600;
	border-right: solid 5px #000000;
}
.Copyright {
	color:#333;
	font-size:10px;
}
.PageTitle {
	font-size:14px;
	font-weight:bold;
	font-family:Segoe UI;
	color:#333
}
.ContentTopic {
	font-size:14px;
	font-weight:bold;
	font-family:Segoe UI;
	color:#333
}
.Alert {
	color: #C00;
	font-weight:bold;
	font-family:Segoe UI;
	font-size:12px;
}
a.linkblack:link {
	color: #000;
	text-decoration:none;
	font-weight: normal
}
a.linkblack:visited {
	color:#000;
	text-decoration:none;
	font-weight: normal
}
a.linkblack:active {
	color:#000;
	text-decoration:none;
	font-weight: normal
}
a.linkblack:hover {
	color: #999;
	text-decoration:none;
	font-weight: normal
}
a.linkwhite:link {
	color: #333;
	text-decoration:none;
	font-weight: normal
}
a.linkwhite:visited {
	color:#333;
	text-decoration:none;
	font-weight: normal
}
a.linkwhite:active {
	color:#333;
	text-decoration:none;
	font-weight: normal
}
a.linkwhite:hover {
	color: #000;
	text-decoration:none;
	font-weight: normal
}
a.linkLeftNavMain:link {
	color: #333;
	text-decoration:none;
	font-weight: normal
}
a.linkLeftNavMain:visited {
	color:#333;
	text-decoration:none;
	font-weight: normal
}
a.linkLeftNavMain:active {
	color:#333;
	text-decoration:none;
	font-weight: normal
}
a.linkLeftNavMain:hover {
	color: #999;
	text-decoration:none;
	font-weight: normal
}
.textblack {
    color: #000000 
}
.textColor {
    color: #CC6600 
}
.textColortitle {
    color: #CC6600;
    font-size: 20px 
}
.BorderBlack {
	border-width:1px;
	border-style:groove;
	border-color:#CCC;
}
.Box {
	height: 18px;
	font-family: Verdana, Segoe UI;
	font-size: 10px;
	font-style: normal;
	background-color: #333333;
	border: 1px groove #666600;
	margin: 0px;
	padding: 0px;
}
.Warning {
	font-family: Verdana, Segoe UI;
	font-size: 12px;
	font-style: normal;
	font-weight:bolder;
	color:#C00;
}

input {
	border-style:groove;
}
.textbox01 {
	border-style:groove;
	width:200px;
	height:16px;
	font-size: 14px;
}
.textbox02 {
	border-style:groove;
	width:250px;
	height:20px;
}
.textbox03 {
	border-style:groove;
	height:20px;
	text-align:center;
}

button {
	font-family: Segoe UI;
	font-size: 10px;
	font-style: normal;
	background-color:#000;
	/*height: 20px; */
	color: #333333;
	/*width: 50px; */
}
.button50 {
	font-family: Segoe UI;
	font-size: 10px;
	font-style: normal;
	background-color: #000000;
	/*height: 20px; */
	color: #333333;
}
.button75 {
	font-family: Segoe UI;
	font-size: 16px;
	font-style: normal;
	background-color: #CC6600;
	height: 40px;
	color: #000000;
}
.button75:hover {
	font-family: Segoe UI;
	font-size: 16px;
	font-style: normal;
	background-color: #000000;
	height: 40px;
	color: #333333;
}
.button100 {
	font-family: Segoe UI;
	font-size: 10px;
	font-style: normal;
	background-color: #000000;
	height: 20px;
	color: #333333;
	width: 100px;
}
.button140 {
	font-family: Segoe UI;
	font-size: 10px;
	font-style: normal;
	background-color: #000000;
	height: 20px;
	color: #333333;
	width: 140px;
}
.button200 {
	font-family: Segoe UI;
	font-size: 10px;
	font-style: normal;
	background-color: #000000;
	height: 20px;
	color: #333333;
	width: 200px;
}
.button100_color {
	font-family: Segoe UI;
	font-size: 10px;
	font-style: normal;
	background-color: #630;
	height: 20px;
	color: #333;
	width: 100px;
}
.button140_color {
	font-family: Segoe UI;
	font-size: 10px;
	font-style: normal;
	background-color:#000;
	height: 20px;
	color: #333;
	width: 100px;
}
.button140_gray {
	font-family: Segoe UI;
	font-size: 10px;
	font-style: normal;
	background-color:#999;
	height: 20px;
	color: #333;
	width: 100px;
}
.button200_big {
	font-family: Segoe UI;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-color: #000000;
	height: 25px;
	color: #333333;
	width: 200px;
}

/* RS lines below */

* {
        margin: 0;
    }
    html, body
    {
        height:100%;
        margin:0 auto;
    }
    html
    {
        width:95%;
    }
    .footer, .push
    {
        height:185px !important;
        clear:both;
    }
    .wrapper
    {
        min-height: 100%;
        margin: 0 auto -185px; /* the bottom margin is the negative value of the footer's height */
    }
    form
    {
        height:100%;
    }
    .contentWidth
    {
        width:90% !important;
        margin:0 auto;
    }
    
/* Sticky Footer */


    html, body
    {
        height:100%;
        margin:0 auto;
    }
    html
    {
        width:95%;
    }
    .footer, .push
    {
        height:185px !important;
        clear:both;
    }
    .wrapper
    {
        min-height: 100%;
        margin: 0 auto -185px; /* the bottom margin is the negative value of the footer's height */
    }
    form
    {
        height:100%;
    }
    .contentWidth
    {
        width:95% !important;
        margin:0 auto;
    }

/* End of Sticky Footer*/


/* top nav menu javacript design codes start*/
.dropdown 
{
 width: 121px;
 position: relative;
 text-align:left;
 } 
 .dropdown li a 
{ 
 color: #CC6600;
 display: block;
 padding: 6px 15px;
 cursor: pointer;
 } 
 .dropdown li a:visited
 {
 background-color:#000000;
 color: #CC6600;
 }
.dropdown li a:hover
 {
 background-color:#CC6600;
 color: #000000;
 } 
 .subLinks
 {
 background-color:#000;
 margin:0px;
 padding:0px;
 font-size: 13px;
 } 
 
 
 
 .pulldownsubmenu1
 {
 margin-left: 10px;
 background-color: #000; 
 position: absolute;
 top: 0px;
 left: 10px;
 z-index: 100;
 width: 121px;
 display: none;
 padding: 40px 0 5px;
 } 
 a.titleContacts 
 {
    margin: 0px 0 0 0;/* top right bottom left */
    height: 32px;
    background-color:#000;
    position: absolute;
	color: #CC6600;	
	font-weight: bold;
	font-size: 15px;
    z-index: 110;
    display: block;
    padding: 8px 0 0 20px;
    width: 121px; 
    cursor:pointer;
    font-size: 15px;
 } 
  a.titleContacts:visited
 {
    margin: 0px 0 0 0;
    height: 32px;
    background-color:#000;
    position: absolute;
	color: #CC6600;	
	font-weight: bold;
	font-size: 15px;
    z-index: 110;
    display: block;
    padding: 8px 0 0 20px;
    width: 121px; 
    cursor:pointer;
    font-size: 15px;
 } 
  
 .pulldownsubmenu2
 {
 margin-left: -110;    
 background-color: #000; 
 position: absolute;
 top: 0px;
 left: 10px;
 z-index: 100;
 width: 121px;
 display: none; 
 padding: 40px 0 5px;
 } 
  a.titlePrograms 
 {
    margin: 0px 0 0 -121;/* top right bottom left */
    height: 32px;
    background-color:#000;
    position: absolute;
	color: #CC6600;	
	font-weight: bold;
	font-size: 15px;
    z-index: 110;
    display: block;
    padding: 8px 0 0 20px;
    width: 121px; 
    cursor:pointer;
    font-size: 15px;
 }
 
 .pulldownsubmenu3
 {
 margin-left: -230;    
 background-color: #000; 
 position: absolute;
 top: 0px;
 left: 10px;
 z-index: 100;
 width: 121px;
 display: none; 
 padding: 40px 0 5px;
 } 
  a.titleMarketing
 {
    margin: 0px 0 0 -242;/* top right bottom left */
    height: 32px;
    background-color:#000;
    position: absolute;
	color: #CC6600;	
	font-weight: bold;
	font-size: 15px;
    z-index: 110;
    display: block;
    padding: 8px 0 0 20px;
    width: 121px; 
    cursor:pointer;
    font-size: 15px;
 }
 
 .pulldownsubmenu4
 {
 margin-left: -355px;    
 background-color: #000; 
 position: absolute;
 top: 0px;
 left: 10px;
 z-index: 100;
 width: 121px;
 display: none; 
 padding: 40px 0 5px;
 } 
  a.titleProducts
 {
    margin: 0px 0 0 -363px;/* top right bottom left */
    height: 32px;
    background-color:#000;
    position: absolute;
	color: #CC6600;	
	font-weight: bold;
	font-size: 15px;
    z-index: 110;
    display: block;
    padding: 8px 0 0 20px;
    width: 121px; 
    cursor:pointer;
    font-size: 15px;
 }
 
 .pulldownsubmenu5
 {
 margin-left: -475px;    
 background-color: #000; 
 position: absolute;
 top: 0px;
 left: 10px;
 z-index: 100;
 width: 121px;
 display: none; 
 padding: 40px 0 5px;
 } 
  a.titlePromotion
 {
    margin: 0px 0 0 -484px;/* top right bottom left */
    height: 32px;
    background-color:#000;
    position: absolute;
	color: #CC6600;	
	font-weight: bold;
	font-size: 15px;
    z-index: 110;
    display: block;
    padding: 8px 0 0 20px;
    width: 121px; 
    cursor:pointer;
    font-size: 15px;
 }
 
 .pulldownsubmenu6
 {
 margin-left: -625px;    
 background-color: #000; 
 position: absolute;
 top: 0px;
 left: 10px;
 z-index: 100;
 width: 121px;
 display: none; 
 padding: 40px 0 5px;
 } 
  a.titleHome
 {
    margin: 0px 0 0 -600px;/* top right bottom left */
    height: 32px;
    background-color:#000;
    position: absolute;
	color: #CC6600;	
	font-weight: bold;
	font-size: 15px;
    z-index: 110;
    display: block;
    padding: 8px 0 0 20px;
    width: 121px; 
    cursor:pointer;
    font-size: 15px;
 }
  a.titleHome:visited
 {
    margin: 0px 0 0 -600px;/* top right bottom left */
    height: 32px;
    background-color:#000;
    position: absolute;
	color: #CC6600;	
	font-weight: bold;
	font-size: 15px;
    z-index: 110;
    display: block;
    padding: 8px 0 0 20px;
    width: 121px; 
    cursor:pointer;
    font-size: 15px;
 }
 .printfriendly
 {
    margin: 0px 0 0 0;/* top right bottom left */
    background-color:#000;
    position: absolute;
	z-index: 110;
    display: block;
    cursor:pointer; 
 }
 /* top nav javacript design codes end*/

table.dataTable tfoot th, table.dataTable tfoot td {
     border-top: 1px solid #ddd !important;
}

table.dataTable thead th, table.dataTable thead td {   
    border-bottom: 1px solid #ddd  !important;
}
