
@import url(_ext/plugins/plugins/plugins.css);
@import url(_ext/plugins/include/include.css);
@import url(_ext/plugins/users/users.css);
@import url(_ext/plugins/blog/blog.css);
@import url(_lib/clearfix.css);
@import url(_ext/plugins/ls/basic.css);


body {  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  background-image: url(_files/Image/images/shell/bground.gif);
  color: #000000;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-width: 0;
  margin-height: 0;
}

/* Standard anchor tag formatting */ 
A:link { 
  color: #095BA5;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none; }
A:visited { 
  color: #095BA5;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none; }
A:hover {
  color: #FE740B;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;}
A:active {
  color: #FE740B;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;}
  
A.small:link { 
  color: #095BA5;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none; }
A.small:visited { 
  color: #095BA5;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none; }
A.small:hover {
  color: #FE740B;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;}
A.small:active {
  color: #FE740B;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;}
  

A.nav:link {
	color: #000000;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
	text-decoration: none;}
	A.nav:visited { 
	color: #000000;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
	text-decoration: none;}
	A.nav:hover {
	color: #FE740B;
    font-family:verdana,  Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
	text-decoration: none;}
	A.nav:active {
	color: #FE740B;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
	text-decoration: none;}
/* End standard anchor tag formatting */

/* End formatting for menu items */

/* table color formatting */
table {  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #000000;}
td {  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #000000;}
table.lt_blue { BACKGROUND-COLOR: #EFF2F5; 
                    padding: 3px; }
td.lt_blue { BACKGROUND-COLOR: #EFF2F5; 
		         padding: 3px; }
table.med_blue { BACKGROUND-COLOR: #D1DAE2; 
                    padding: 3px; }
td.med_blue { BACKGROUND-COLOR: #D1DAE2; 
		         padding: 3px; }
table.dk_blue { BACKGROUND-COLOR: #095BA5; 
                    padding: 3px; }
td.dk_blue { BACKGROUND-COLOR: #095BA5; 
		         padding: 3px; }
table.orange { BACKGROUND-COLOR: #FE740B; 
                    padding: 3px; }
td.orange { BACKGROUND-COLOR: #FE740B; 
		         padding: 3px; }
table.lt_blue_outline { border: 1px solid #095BA5;
					BACKGROUND-COLOR: #EFF2F5; 
                    padding: 3px; }
td.lt_blue_outline { border: 1px solid #095BA5;
				BACKGROUND-COLOR: #EFF2F5; 
		         padding: 3px; }
/* end table color formatting */

/* Text formatting for content */
.text_footer { font-size: 11px; }

.text_dk_color {
  color: #095BA5; }

.text_bold_black {
  font-weight: bold; }

.text_bold_color {
  font-weight: bold;
  color: #FE740B; }
  
.text_large_small_title {
  font-weight: bold;
  font-size: 12px;
  color: #095BA5; }
  
.text_large_blue_title {
  font-weight: bold;
  font-size: 19px;
  color: #095BA5; }
  
.text_large_orange_title {
  font-weight: bold;
  font-size: 19px;
  color: #FE740B; }
/* End formatting for content */

/* List formatting */
ul { font-family: verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 12px;
	   padding: 0;
	   margin-top: 0px;
	   margin-bottom:0px;
	   margin-left: 25px; }

li  { font-family: verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 12px;
	   padding: 0;
	   margin-top: 0px;
	   margin-bottom:0px;
	   margin-right: 5px; }
/* end formatting */

/* Header formatting */
H1, H2, H3, H4, H5, H6 {color: #000000;
		    font-family: verdana, Arial, Helvetica, sans-serif;
			margin-top: 1px;
		    margin-bottom:1px;}
/* End Header formatting */

/* Class Selectors */
bold { font-weight: bold; }
.firstletter { font-size: 15px;
	  font-weight: bold;
	  color: #FE740B; }
.red { color: #FF0000;
	 font-weight: bold; }
.underline { text-decoration: underline; }
.allcaps { text-transform: uppercase; }
.margin { margin-top: 5px;
		 margin-bottom: 5px;
		 margin-left: 5px;
		 margin-right: 5px; }
.body_margin { margin-top: 15px;
		 margin-bottom: 15px;
		 margin-left: 15px;
		 margin-right: 15px; }
/* End class selectors */

/* form elements formatting */
INPUT,password {
	BORDER-TOP:    #095BA5 1px outset; 
	BORDER-LEFT:   #095BA5 1px outset; 
	BORDER-BOTTOM: #095BA5 1px inset; 
	BORDER-RIGHT:  #095BA5 1px inset; 
	FONT-SIZE: 12px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; BACKGROUND-COLOR: #FFFFFF;
}

INPUT{ border: 1 solid #095BA5;
            FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #FFFFFF;
			vertical-align: bottom;}

TEXTAREA{
	BORDER-TOP:    #095BA5 1px outset; 
	BORDER-LEFT:   #095BA5 1px outset; 
	BORDER-BOTTOM: #095BA5 1px inset; 
	BORDER-RIGHT:  #095BA5 1px inset;
	FONT-SIZE: 12px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;}

SELECT{
	BORDER-TOP:    #095BA5 1px outset; 
	BORDER-LEFT:   #095BA5 1px outset; 
	BORDER-BOTTOM: #095BA5 1px inset; 
	BORDER-RIGHT:  #095BA5 1px inset;
	FONT-SIZE: 12px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;
	vertical-align: bottom;}
/* end form elements formatting */

#include-content textarea {
 font-family: courier;
