/*               background             */
.input {
	color : #333333;
	background-color : #EEEEFF;
	font-size : 11px;
	border: 1px solid #7F9DB9;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.button {
	color : #333333;
	background-color : #EEEEFF;
	font-size : 11px;
	border: 1px solid #7F9DB9;
	font-family: "Arial", "Helvetica", "sans-serif";
        cursor: pointer;
	cursor: hand;
}
.outer {
        background-color: #F5A29E;
}
.outside_bg{
        background-image: url(../images/logo_bg.gif);
}
.footer {
	color: #FFFFFF;
	background-color: #B87976;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
}

/*               text             */
.submenu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.menuitem {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
        text-decoration: none;
}
.header {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #B87976;
}
.title {
	font-family: Verdana, Helvetica;
        font-size: 11px;
	font-weight: bold;
        color: #666666;
        text-decoration: underline;
}
.warning {
	font-family: Verdana, Helvetica;
        font-size: 11px;
	font-weight: bold;
        color: #007CB9;
}
.content {
        background-color: #FFE1DF;
	font-family: Verdana, Helvetica;
        font-size: 11px;
	color: #666666;
}
.contentbold {
        background-color: #FFE1DF;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.oddrow {
        background-color: #FFFFFF;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #666666;
}
.evenrow {
        background-color: #F7F9FB; 
        font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #666666;
}
.overrow { 
        background-color : #EEEEEE;
        font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #666666; 
}
.star {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/*            url link            */
a.linkunderline:visited {font-family: "Arial"; font-size: 11px; color: #666666;}
a.linkunderline:link {font-family: "Arial"; font-size: 11px; color: #666666;}
a.linkunderline:hover {font-family: "Arial"; font-size: 11px; color: #666666;}

a.menuitem:visited {font-family: "Arial"; font-size: 11px; font-weight: bold; color: #FF3300; text-decoration: none;}
a.menuitem:link {font-family: "Arial"; font-size: 11px; font-weight: bold; color: #FF3300; text-decoration: none;}
a.menuitem:hover {font-family: "Arial"; font-size: 11px; font-weight: bold; color: #FF3300; text-decoration: underline;}
