
/* Yellow - default anchor links that is used when no class is set - eg. Content of blizzard sites.*/
a { text-decoration: none; }
a:link { color: #990000; }
a:visited { color: #990000 }
a:hover { color: #666666 }
a:active { color: #990000 }

.ddmx {
    font: 11px tahoma;
}

/* ------- 3d main menu style | Default: Black ------- */
.ddmx .main,
.ddmx .main:hover,
.ddmx .main-active,
.ddmx .main-active:hover {
    padding: 3px 10px 3px 10px;
    background: ;
    font: 14px arial;
    color: #6F003A;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

/* ------- 3d main menu HOVER style | Default: Grey ------- */
.ddmx .main:hover,
.ddmx .main-active,
.ddmx .main-active:hover {
    background: #FFCC00;
}

/* ------- 3d Sub menu style | Default: Red ------- */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 14px arial;
    color: #6F003A;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background: #FFCC00;
}

/* ------- 3d Sub menu HOVER style | Default: Yellow ------- */
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFE375;
}

/* ------- 3d Sub menu border color | Default: Grey ------- */
.ddmx .section {
    border: 1px solid #D3006E;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

/* ------- No need to change anything under here. ------- */
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

.form_input {
	width: 280px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	}
	
.form_notes {
    width: 280px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	}	#imageList {	list-style-type: none;	border: 0px solid #6F003A;	width: 703px;}#imageList li {	display: inline;	margin-left: 0px;	padding-left: 9px;	padding-right: 9px;}#imageList img {	border: 1px solid #6F003A;}#imageItem {	width: 100%;	border: 0px solid #F00;}#imageItem img {	margin-left: 130px;	border: 1px solid #6F003A;}