/*
stylesheet for template use in art4d.com
use in article type 3 : 4dINTERVIEWs
create 07-02-2005
edit 03-05-2005
*/

/*
bg and scrollbar bg color -------------------------------------------------
*/

.mainframe {background-color:#ECFFC6;}
.iframe1 {background-color:#FAFFEF;} /* to prevent IE appear white when no scroll */
.iframe2 {background-color:#F5FFE0;}


/*
hyperlink color -----------------------------------------------------
*/

a:link {color:#009900;} /* general links */
a:visited {color:#009900;}
a:hover {color:#33AA33;}
a:active {color:#33AA33;}

a.head:link {color: #CCCCCC;} /* for header menu */
a.head:visited {color: #CCCCCC;}
a.head:active {color: #DDDDDD;} /* also use as current page indicator */
a.head:hover {color: #FFFFFF;}

a.nav:link {color: #559900;} /* for menu on rowHeadBody, footer */
a.nav:visited {color: #559933;}
a.nav:active {color: #33CC44;}
a.nav:hover {color: #33CC44;}

a.contents:link {color: #FF8855;} /* links within articled */
a.contents:visited {color: #DD8866;}
a.contents:active {color: #DD8833;}
a.contents:hover {color: #FF8833;}


/*
redefine html tag : color scheme ---------------------------
*/

hr {
color: #11DD33;
background-color: #11DD33;
}

ul {color: #999999;}


/*
form element : general formatting
*/

input.button {
	border-color: #9BFA3C; 
	background-color: #79ED65;
	color: #EEF5DD;
}

input.textbox, textarea.textbox, select.dropbox {
	border-color: #77EE66;
	background-color: #FFFFFF;
}


/*
class and id : color scheme -----------------------------------
*/

.head1 {color: #99EE99;}

.head2 {color: #226622;}

.head3 {color: #FF3300;}

.head4 {color: #FF3300;}

.head5 {color: #FF3300;}

.head6 {color: #FF3300;}

#imgHead {background-color: #CCFFDD;}

.contentBorder {border-color: #229933;}

.tabHead {background-color: #EEFFEE; color: #444444;}

.tabData {background-color: #DDFFDD; color: #000000;}

.tabCurrent {background-color: #EEFFDD; color: #000000;}

.rowHeader {background-color: #000000; color: #DDDDDD;}

.rowHeadBody {background-color: #CCFF66; color: #226622;}

.rowContent {background-color: #D6E2D6; color: #000000;}

.rowContent2 {background-color: #E6F2E6; color: #000000;}

#commentBlock {border-color: #222299; background-color: #F2F2F6;}

#commentSection {background-color: #C5C5C5;}

.textMenu {color: #FFFFFF;}

.textMenuCurrent {color: #CCCCDD;}

.textContents1 {color: #99CC99;}

.textContents2 {color: #909000;}

#menuFloat {
	border-color: #224422;
	color: #002200;
}

.prodList {border-color: #222222;}
