/****************************************/
/***** Default (CSS) Style Settings *****/
/****************************************/

.Default { }

/***** Default - Text Body *****/
.Default_body{ 

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #FFFFFF;

        /** Font Size **/
	font-size: 10px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}

/***** Default - Links *****/
.Default a {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;

        /** Text Decoration **/
        text-decoration: none; 

        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 10px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}

/***** Default - Links (on mouse over) *****/
.Default a:hover {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;

        /** Text Decoration **/
        text-decoration: underline; 

        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 10px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}

/***** Default - Title Text *****/
.Default_title { 

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: bold;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}

/***** Default - Title - Links *****/
.Default_title a {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: bold;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

}

/***** Default - Title - Links (on mouse over) *****/
.Default_title a:hover {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: bold;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}

/***** Default - Table Text *****/
.Default td {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 12px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}

.Default_image{ }
.Default img {  }

div.Default {clear:both;}

.Default hr { width: 100%; border:1px solid #CFCFCF; }


/***** Default - FORMS *****/
.Default input, .Default textarea , .Default select {
margin: 1px; 
border: 1px solid #CFCFCF; 
padding: 2px; 
font-size: 12px; 
color: #000000;
font-weight: normal; 
/*width:100%*/
}



.Default th {  width:150px; font-size: 10px; color: #000000; font-weight: normal;}
.Default .submit input{ width: 100px; font-weight: bold;}
.Default .submit input:hover { background-color: #4174BC; color: white; }


#SearchBar_Input { 
margin: 1px; 
border: 1px solid #CFCFCF; 
padding: 2px; 
font-size: 12px; 
color: 164776; 
font-weight: normal; 
width: 130px; 
}

#SearchBar_Search { 
margin: 1px; 
border: 1px solid #CFCFCF; 
padding: 1px; 
font-size: 11px; 
color: 164776; 
font-weight: normal; 
width: 72px; 
}


