/* COMMON STYLE
--------------------------------------------------------- */
#bg {
	color: #333;
	background: url(../images/shadow.png) repeat-y top center #F4F4F4;
}

h2 {
	color: #009;
}

h3 {
	color: #009;
}

strong {
	color:#666;
}

/* Check list */
ul.checklist li {
	background: url(../images/tick.png) no-repeat 5px 5px;
}

ul.checklist2 li {
	background: url(../images/tick.png) no-repeat 5px 5px;
}

/* highlight list */
ul.highlight li {
	background: url(../images/green-hilite.gif) no-repeat 5px 5px;
}

/* Normal link */
a:link, a:visited{
	color: #333333;
}

a:hover {
	color: #000066;
}

/* LOGO
--------------------------------------------------------- */
h1.logo a {
	background: url(../images/logo.png) no-repeat top left;
}

/* MAIN MENU
--------------------------------------------------------- */
#menutab{
	background:transparent url(../images/bgOFF.gif) repeat-x top left;
}

#menutab ul li a{
	color:#666;
	background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;
}

#menutab ul li a:hover{
	color:#B30000;
	background:#f4f4f4 url(../images/bgON.gif) no-repeat top right;
}

#menutab ul li a.current{
	color:#B30000;
	background:#fff url(../images/bgON.gif) no-repeat top right;
}


/* CONTENT
--------------------------------------------------------- */
#content {
	background:url(../images/content-box.jpg) no-repeat top left #fff;
}


.column-inner {
	background:url(../images/column-box.jpg) no-repeat top left #fff;
}


/* FOOTER
--------------------------------------------------------- */
#bottomlinks {
	color: #999999;
}


/* FORM
--------------------------------------------------------- */
.button {
	background: url(../images/grad1.jpg) repeat-x center #EFEFEF;
	color: #666666;
}


/* MISCELLANOUS
----------------------------------------------------------- */
.dotline2 {background: url(../images/dot.gif) repeat-x; height:1px; margin:8px 0 8px 0;}

.notification_error {
background: #F8F0F1;
}

.notification_ok {
background: #f5f9fd;
}