
	
/* Error Checking */
div#MSGSuccess{
	border:1px solid #063;
	border-radius: 5px;
	color:#060;
	background-color:#b1d490;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;}
div#MSGError{
	border:1px solid #900;
	border-radius: 5px;
	background-color:#900;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;}
div#MSGError h2{
	color:#FFF;
		
}

/*div#MSGError ul{
	color:#FFF;
}*/

div#MSGError ul li{
	color:#FFF;
}

.instruction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004273;
	font-style: normal}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0033;
	background:#E7E7E7;
	border:1px solid #cc0033;}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0033;}
.requiredApp {
	color: #FFF !important;
	  text-shadow: none;
	  background-color: #990000;
	  border-radius: 5px;
}
/* FORMS */
label.requiredApp{
	background-color:#900;
	border-radius: 5px;
	color:#FFF !important;}
input.submitbutton {
	background-color:#948986;
	border:1px solid #61504d;
	color:#FFF;}
/* Error Checking End */

/* Sub Pages */
div#Sub_Page_Listing {
	border-bottom:1px solid #3d3d3d;}													/* Footer sub-page border Color */
div#Sub_Page_Listing_Full {
	border-bottom:1px solid #3d3d3d;}													/* Footer sub-page border Color */
#Sub_Page_Listing h4{
	color:#3d3d3d;																		/* Footer sub-page link Color */
	font-weight:bold;}
div#Sub_Page_Listing_Title a{
	font-size:14px;
	color:#3d3d3d;																		/* Footer sub-page link Color */
	font-weight:bold;}
div#Sub_Page_Listing_Full .Sub_Page_Listing_More {
	font-size:11px;}
/* Sub Pages End */


/* FORM Styles */

#LoginMenu {}

#LoginMenu A.CreateAcct{
	margin-left:50px;
	margin-top:5px;
	-webkit-border-radius:5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#8dc642;
color:#FFF;
padding:7px;
font-size:12px;
font-weight:bold;
text-decoration:none;
	}

#LoginMenu A.CreateAcct:hover{
	background-color:#648c2f;
	}

.FatForm-frm p{
	border-top:1px solid #900;
	border-bottom:1px solid #900;
	padding: 10px 15px;
}

.FatForm-login {
	padding-top:20px;}

.FatForm-login label{
	padding-right: 10px;
	font-size:12px;}


.FatForm-login input[type="text"], .FatForm-login input[type="email"], .FatForm-login textarea, .FatForm-login select{
	   border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
        padding: 3px 0px 3px 5px;
    width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.FatForm-login input[type="password"]{
	border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
        padding: 3px 0px 3px 5px;
    width: 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.FatForm-login .LoginButton {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 5px 15px 5px 15px;
    color: #333;
    bborder-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
}
.FatForm-login .LoginButton:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}

.FatForm-frm  {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    background: #FFF;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.FatForm-frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.FatForm-frm h1>span {
    display: block;
    font-size: 11px;
}

.FatForm-frm label {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;
    margin-top: 3px;
	margin-right:10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.FatForm-frm input[type="text"], .FatForm-frm input[type="email"], .FatForm-frm input[type="password"], .FatForm-frm textarea, .FatForm-frm select{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.FatForm-frm input[name="MathAnswer"], .minifield{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.Mathprob, .FatForm-frm input[name="MathAnswer"]{
	display: inline-block;
	 padding: 5px 10px 5px 5px;
}

.FatForm-frm select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}
.FatForm-frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}

.minifield{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.FatForm-frm ul.Horiz{
	display: block;
}

.FatForm-frm ul.Horiz li{
	display:inline-block;
}

.FatForm-frm ul.Vert{
	padding-left:120px;
}

.FatForm-frm ul.Vert li{
	list-style:none;
	display: block;
}


.FatForm-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.FatForm-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}
/* FORM Styles */

/* Pagination */
/* style for page ordering */
.pagination {
	background: #f2f2f2;
	font-size: 10px;
	color:#666;
	border: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
	.pagination p {position:relative;text-align:right; width:700px; float:right;}
	.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc}
	.pagination p a:hover {background:#c00;color:#fff}
	.pagination p span {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc;color:#ccc}
	.pagination * {
	margin:0;
}

.pagination form{
	float:left;
	padding:0px;
	margin:0px auto;}


/* Social Icons */
#FASocialIcons {}

#FASocialIcons UL{
	list-style:none;}

#FASocialIcons UL LI{
	display:inline-block;
	padding:3px;}
	
#FASocialIcons UL LI A {
	height:25px;
	width:25px;
	padding:0;
	margin:0;
	display:block;}
	
	

#FASocialIcons .facebook-color {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:0px 0px;}

#FASocialIcons .twitter-color {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-60px 0px;}

#FASocialIcons .linkedin-color {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-90px 0px;}

#FASocialIcons .google-color {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-120px 0px;
	}

#FASocialIcons .pinterest-color {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-150px 0px;}

#FASocialIcons .youtube-color {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-180px 0px;}

#FASocialIcons .blog-color {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-210px 0px;}

#FASocialIcons .instagram-color {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-240px 0px;}
	



#FASocialIcons .facebook-white {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:0px -30px;}

#FASocialIcons .twitter-white {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-60px -30px;}

#FASocialIcons .linkedin-white {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-90px -30px;}

#FASocialIcons .google-white {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-120px -30px;
	}

#FASocialIcons .pinterest-white {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-150px -30px;}

#FASocialIcons .youtube-white {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-180px -30px;}

#FASocialIcons .blog-white {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-210px -30px;}

#FASocialIcons .instagram-white {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-240px -30px;}
	
	



#FASocialIcons .facebook-grey {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:0px -60px;}

#FASocialIcons .twitter-grey {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-60px -60px;}

#FASocialIcons .linkedin-grey {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-90px -60px;}

#FASocialIcons .google-grey {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-120px -60px;
	}

#FASocialIcons .pinterest-grey {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-150px -60px;}

#FASocialIcons .youtube-grey {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-180px -60px;}

#FASocialIcons .blog-grey {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-210px -60px;}

#FASocialIcons .instagram-grey {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-240px -60px;}

	




#FASocialIcons .facebook-black {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:0px -90px;}

#FASocialIcons .twitter-black {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-60px -90px;}

#FASocialIcons .linkedin-black {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-90px -90px;}

#FASocialIcons .google-black {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-120px -90px;
	}

#FASocialIcons .pinterest-black {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-150px -90px;}

#FASocialIcons .youtube-black {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-180px -90px;}

#FASocialIcons .blog-black {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-210px -90px;}

#FASocialIcons .instagram-black {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-240px -90px;}




#FASocialIcons .facebook-white:hover, #FASocialIcons .facebook-grey:hover, #FASocialIcons .facebook-black:hover   {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:0px 0px;}

#FASocialIcons .twitter-white:hover, #FASocialIcons .twitter-grey:hover, #FASocialIcons .twitter-black:hover  {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-60px 0px;}

#FASocialIcons .linkedin-white:hover, #FASocialIcons .linkedin-grey:hover, #FASocialIcons .linkedin-black:hover  {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-90px 0px;}

#FASocialIcons .google-white:hover, #FASocialIcons .google-grey:hover, #FASocialIcons .google-black:hover {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-120px 0px;
	}

#FASocialIcons .pinterest-white:hover, #FASocialIcons .pinterest-grey:hover, #FASocialIcons .pinterest-black:hover {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-150px 0px;}

#FASocialIcons .youtube-white:hover, #FASocialIcons .youtube-grey:hover, #FASocialIcons .youtube-black:hover {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-180px 0px;}

#FASocialIcons .blog-white:hover, #FASocialIcons .blog-grey:hover, #FASocialIcons .blog-black:hover {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-210px 0px;}

#FASocialIcons .instagram-white:hover, #FASocialIcons .instagram-grey:hover, #FASocialIcons .instagram-black:hover {
	background-image:url(../media/layout/Social-Icons.png);
	background-position:-240px 0px;}


/* Social Icons */

/* News */
.NewsImage, .NewsImage  IMG{
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
width:120px;
overflow:hidden;}

.NewsImage  {
height:120px;
width:120px;
overflow:hidden;}

.NewsListing

/* Sub Pages */
div#Sub_Page_Listing_Full {
	overflow:auto;
	border-bottom:1px solid #8dc63f;}													/* Footer sub-page border Color */
#Sub_Page_Listing h4{																	/* Footer sub-page link Color */
	font-weight:bold;}
div#Sub_Page_Listing_Title a{
	font-size:14px;																/* Footer sub-page link Color */
	font-weight:bold;}
div#Sub_Page_Listing_Full .Sub_Page_Listing_More {
	font-size:11px;}
/* Sub Pages End */
/* Useer Acct */
#account{
/*	background-color:#A3A3A3;
	border-bottom:2px solid #FFF;*/
	    background-color: #000;
    border-bottom: 2px solid #FFF;
    color: #FFF;
}

#accountWrapper{
	margin:0 auto;}

#UserAccount {
width: 960px;
}

#UserAccount{
	margin:0px auto;
	padding:0px;
	height:75px;
	/*width:390px;*/}
	
#UserAccount>DIV{
	display: table-cell;
	vertical-align: middle;}
	
#UserAccount UL LI {
	display: inline-block;
	padding: 6px 15px;
	vertical-align: middle;}

#ProfilePic {
	display:inline-block;}

#accountWrapper #ProfilePic IMG{
	max-width:45px;
	max-height:45px;
	padding:5px;
	}

#AccountInfo #ProfilePic{
	float:left;
	max-width:75px;
	max-height:75px;
	padding:5px;
	}



#ProfileLinks{
	margin-top: 15px;
	padding:0px;
	height:40px;
	width:460px;
	display:block;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	}

#ProfileLinks ul{
	margin:0px auto;
	padding:0px;
}
	
#ProfileLinks li{
	list-style:none;
	display:inline-block;
	/*height:15px;*/
	width:auto;
	margin:0px auto;
	padding:0px;
}

.UserLevel{    
	color: #000;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
}

#ProfileLinks a{
    font-family: 'Homenaje', sans-serif !important;
	font-size:18px;
	color:#fff;}
	
#ProfileLinks a:hover{
	color:#900;}
	
#ProfileLinks li.Screename {
	padding-right:10px;
	overflow:hidden;}
	
#ProfileLinks li.SalesReports {
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #333;}
	
#ProfileLinks li.SignOut, #ProfileLinks li.Cart {
	/*overflow:hidden;*/
	padding:0 8px;
	border-left:1px solid #333;}	

#ProfileLinks a, #ProfileLinks span{
	width:auto;
	display:inline-block;
	text-decoration:none;
	}

/* End Profile */



/* Account Info*/

div#AccountInfo {
	width:100%;
	background-color:#CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;
}

div#AccountInfo UL {
	list-style:none;
}
div#AccountFiles {
	width:100%;
	background-color:#f1f1f1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;
}
div#AccountFiles Strong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
div#AccountFiles UL {
	list-style:none;
}

/* Account INfo End */

#featurebox { 
	float: right;
	color:#333;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	margin: 0px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 0px;
	background-color:#ffffff;
	font:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px
}

#featurebox ul { 
	list-style:none; 
	margin: 0px;
	padding: 8px;
}
#featurebox li { 
	list-style:none; 
	margin: 1px 0px 1px -10px;
	padding: 0px 0px 5px;
}


/* anchor styling */
#featurebox a.email
{
  color:#333333;
  display: block; 
  text-decoration: none;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -148px;
padding-top:2px; padding-bottom:2px
}
#featurebox  a.email:hover
{
  color: #CD3834;
  text-decoration: underline;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -198px;
padding-top:2px; padding-bottom:2px
}

#featurebox a.print
{
  color:#333333;
  display: block; 
  text-decoration: none;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -50px;
padding-top:2px; padding-bottom:2px
}
#featurebox  a.print:hover
{
  color: #CD3834;
  text-decoration: underline;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -100px;
padding-top:2px; padding-bottom:2px
}
#featurebox a.detail
{
  color:#333333;
  display: block; 
  text-decoration: none;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -240px;
padding-top:2px; padding-bottom:2px
}
#featurebox  a.detail:hover
{
  color: #CD3834;
  text-decoration: underline;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -271px;
padding-top:2px; padding-bottom:2px
}

.shadetabs {
	clear:left;
	padding: 3px 0;
	margin-left: 15px;
	margin-right:15px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background-color: #CCCCCC;
}
.shadetabs li a:visited {
	color: #2d2b2b;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}
.shadetabs li.selected {
	position: relative;
	top: 1px;
}
.shadetabs li.selected a {
	border-bottom-color: white;
	background-color: #FFFFFF;
}
.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 95%;
	margin-bottom: 1em;
	margin-left:10px;
	margin-right:10px;
	padding: 10px;
	background-color:#FFFFFF;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block!important;
}
}

/* Pre-Existing  Styles */
.table-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #525252;
	color: #FFFFFF;
}

.table-line-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #dcdcdc;
	color:#525252;
}
.table-line-2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #ebebeb;
	color:#525252;
}
.table-line-3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #eaeaea;
	color:#525252;
}

.table-line-caution {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #f1d747;
	color:#525252;
}

.table-line-warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #F60;
	color:#525252;
}

.table-line-error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #bf2930;
	color:#FFFFFF;
}

.table-line-success {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #b3efa8;
	color:#525252;
}
.table-line-caution a{
	color:#525252;
	font-weight:bold;}

.table-line-warning a,
.table-line-error a {
	color:#FFF;
	font-weight:bold;}


/* Pre-Existing  Styles END */

@media only screen and (max-width:974px) {
	#UserAccount{
		width:768px;}
}
@media only screen and (max-width:782px) {	
	#UserAccount{
		width:600px;}
}
@media only screen and (max-width:614px) {
	#UserAccount{
		width:480px;}
}
@media only screen and (max-width:494px) {
	#UserAccount{
		width:300px;}
}