/****************************************/
/***** Default (CSS) Style Settings *****/
/****************************************/

.Default {
        
        background-image: url(/assets/layouts/avx_text_body_bg_dynamic.jpg);
        background-repeat: repeat-y;
        background-position: right;
 }

/***** Default - Text Body *****/
.Default_body {

        /** 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;

        display:block;
        padding-top:10px;

}

/***** Default - Links *****/
.Default a {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
	color:#ba272d;

        /** Font Size **/
	font-size: 10px;
}

/***** Default - Links (on mouse over) *****/
.Default a:hover {

}

/***** Default - Title Text *****/
.Default_title {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
	color:#231f20;

        /** Font Size **/
	font-size: 25px;
}

/***** Default - Title - Links *****/
.Default_title a {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
	color:#231f20;

        /** Font Size **/
	font-size: 30px;

}

/***** Default - Title - Links (on mouse over) *****/
.Default_title a:hover {

}

/***** Default - Table Text *****/
.Default td {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
	color:#231f20;

        /** Font Size **/
	font-size: 10px;
}

.Default_body li {
        
        list-style-image: url(/assets/layouts/avx_sidebar_bullet_red.jpg);
        list-style-type: disc;
        list-style-position: inside;
}

.Default_image{ }
.Default img {  }

div.Default {clear:both;}

.Default hr { width: 100%; border:thin solid #1b3f95; }


/***** 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:100px; font-size: 10px; color: #000000; font-weight: normal;}
.Default .submit input{ width: 50px; font-weight: bold;}
.Default .submit input:hover { background-color: #4174BC; color: black; }


#SearchBar_Input { 
margin: 1px; 



border: 1px solid #CFCFCF; 
padding-left: 2px;
font-size: 12px; 
color: 164776; 
font-weight: normal; 
width: 130px; 
}

#SearchBar_Search { 
margin: 1px; 
border: 1px solid #CFCFCF; 
padding-left: 1px;
font-size: 11px; 
color: 164776; 
font-weight: normal; 
width: 74px; 
}


/****************************************/
/***** Sidebar (CSS) Style Settings *****/
/****************************************/

.Sidebar {
        
        padding-left:8px;
        padding-right:8px;
        padding-top: 15px;
 }

/***** Sidebar - Text Body *****/
.Sidebar_body {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
	color:#626262;

        /** Font Size **/
	font-size: 10px;


}
.Sidebar_body ul {padding:0px;}
.Sidebar_body li {
        
        list-style-image: url(/assets/layouts/avx_sidebar_bullet_red.jpg);
        list-style-type: disc;
        list-style-position: inside;
}

/***** Sidebar - Links *****/
.Sidebar a {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
	color:#ba272d;

        /** Font Size **/
	font-size: 10px;
}

/***** Sidebar - Links (on mouse over) *****/
.Sidebar a:hover {

}

/***** Sidebar - Title Text *****/
.Sidebar_title {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
	color:#231f20;

        /** Font Size **/
	font-size: 25px;
}

/***** Sidebar - Title - Links *****/
.Sidebar_title a {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
	color:#231f20;

        /** Font Size **/
	font-size: 30px;

}

/***** Sidebar - Title - Links (on mouse over) *****/
.Sidebar_title a:hover {

}

/***** Sidebar - Table Text *****/
.Sidebar td {

        /** Font **/
        font-family: Verdana, Arial, Helvetica, sans-serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
	color:#231f20;

        /** Font Size **/
	font-size: 10px;
}

.Sidebar_image{ }
.Sidebar img {  }

div.Sidebar {clear:both;}

.Sidebar hr { width: 100%; border:thin solid #1b3f95; }


/***** Default - FORMS *****/
.Sidebar input, .Sidebar textarea , .Sidebar select {
margin: 1px; 
border: 1px solid #CFCFCF; 
padding: 2px; 
font-size: 12px; 
color: #000000;
font-weight: normal; 
width: 100%; 
}

.Sidebar th {  width:100px; font-size: 10px; color: #000000; font-weight: normal;}
.Sidebar .submit input{ width: 50px; font-weight: bold;}
.Sidebar .submit input:hover { background-color: #4174BC; color: black; }


#SearchBar_Input { 
margin: 1px; 


border: 1px solid #CFCFCF; 
padding-left: 2px;
font-size: 12px; 
color: 164776; 
font-weight: normal; 
width: 130px; 
}

#SearchBar_Search { 
margin: 1px; 
border: 1px solid #CFCFCF; 
padding-left: 1px;
font-size: 11px; 
color: 164776; 
font-weight: normal; 
width: 74px; 
}

