/*  
 * Stylesheet for Washington
 */
 
/* general CSS for mLogic platform */


/* default style for HTML tags */

ol	{ list-style-type:upper-roman ; list-style-position:inside }
ul	{ list-style-type:square }
li	{ list-style-position:inherit }
table	{ 
		border-collapse : collapse;
		border-color: 0000CC; 
	}
	
td,th	{ 
	    text-align:left ; 
	    vertical-align:middle ; 
	    border-style:solid ; 
	    border-top-width: 0px;
	    border-right-width: 0px;
	    border-bottom-width: 0px;
	    border-left-width: 0px; 
	    font-size: 9pt;

    	}

a { 
    	text-decoration:none;
  }

body { 
	background-color:#ffffff; 
	color:#000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/* end of default for HTML tags */

/* style class for: bold */
.b 	{ font-weight: bold;}

/* style class for: no wrap text */
.nw   	{ white-space: nowrap; color: #000000; }

/* style class for: underline */
.u 	{ text-decoration:underline }

/* style class for: larger font size */
.big 	{ font-size:larger }

/* style class for: italic */
.i 	{ font-style:italic }

/* style class for: smaller font size */
.small 	{ font-size:smaller }

/* style class for: mobile phone number input field */
.phone 	{-wap-input-format: "*N"}

/* style class for: logo text-block */
.logo { 
       	background-color:#FFFFFF; 
       	border-color:#000000 ;
       	border-style:solid ; 
       	border-top-width: 0px;
       	border-bottom-width: 1px;
       	border-left-width: 0px;
       	border-right-width: 0px;
       	padding-left:4px;
       	padding-right:4px;
       	padding-top:1px;
       	padding-bottom:1px;
       	text-decoration:none;
       	text-align: center;
    }
    
/* style class for: category title that has an underline beneath it */
.top { 
        background-color:#FFFFFF; 
        border-color:#000000 ;
        border-style:solid ; 
        border-top-width: 0px;
        border-bottom-width: 1px;
        border-left-width: 0px;
        border-right-width: 0px;
        padding-left:4px;
        padding-right:4px;
        padding-top:1px;
    	padding-bottom:1px;
    	font-weight: bold;
    	text-decoration:none;
    }
    
/* style class for: category heading on homepage */
.cat { 
     	background-color:#840712; 
     	border-color:#FFFFFF ;
     	border-style:solid ; 
     	border-top-width: 0px;
     	border-bottom-width: 1px;
     	border-left-width: 0px;
     	border-right-width: 0px;
     	padding-left:4px;
     	padding-right:4px;
     	padding-top:1px;
 	padding-bottom:1px;
 	font-weight: bold;
 	text-decoration:none;
   }

/* style class for: category link on homepage */
.catlink 
	{
		font-weight: bold;
		color: #FFFFFF;
		text-decoration:none;
	}
 
/* style class for: footer text-block */
.footer { 
 	background-color:#000000; 
    	border-color:#FFFFFF ;
    	border-style:solid ; 
    	border-top-width: 1px;
    	border-bottom-width: 1px;
    	border-left-width: 1px;
    	border-right-width: 1px;
    	padding-left:4px;
    	padding-right:4px;
    	padding-top:1px;
	padding-bottom:1px;
	#font-weight: bold;
	text-decoration:none;
    }

/* style class for: footer link */
.footerlink { 
	color: #FFFFFF; 
	text-decoration:none;
}