/* BODY */
body	{
	margin: 2px 2px 2px 2px;
	background-color: #FFFFFF;
	padding: 0px;
	}

a:link		{ color: #000000; text-decoration: none; }
a:visited 	{ color: #000000; text-decoration: none; }
a:hover		{ color: blue; text-decoration: none; }

a.cat, a.cat:active, a.cat:visited{
font-family: arial;
font-size:12px;
font-weight: bold;
color: black;
text-decoration: none;
}
a.cat:hover {
font-family: arial;
font-size:12px;
font-weight: bold;
color: blue;
text-decoration: none;
}

fieldset {
	width: 200px;
	border: 2px solid #000;
	text-align: center;
	margin: 15px auto;
	vertical-align: top;
	padding: 5px;
}

fieldset.addnew {
	width: 200px;
	border: 2px solid #000;
	text-align: center;
	padding: 5px;
	position: absolute;
	top: 20px;
	left: 10px;
}

fieldset.editit {
	width: 200px;
	border: 2px solid #000;
	text-align: center;
	padding: 5px;
	position: absolute;
	top: 150px;
	left: 10px;
}
fieldset.type2 {
	width: 505px;
	border: 2px grooved #dddddd;
	text-align: left;
	padding: 5px;
	position: absolute;
	top: 20px;
	left: 220px;
}

.div1 {
width: 300px;
border: 1px solid #333333;
text-align: left;
font-family: arial;
font-size: 12px;
font-weight: bold;
color: black;
background: white;
margin: 12px;
padding: 4px;
vertical-align: top;
}

.div2 {
width: 300px;
border: 1px solid black;
text-align: left;
font-family: arial;
font-size: 12px;
font-weight: bold;
color: blue;
background: white;
vertical-align: top;
position: absolute;
left: 500px;
top: 2px;
padding: 4px;
}
.div3 {
width: 125px;
border: 2px solid black;
text-align: left;
font-family: arial;
font-size: 12px;
font-weight: bold;
color: black;
background: white;
vertical-align: top;
position: absolute;
right: 10px;
top: 75px;
padding: 4px;
}

.div2bad {
width: 300px;
border: 2px solid red;
text-align: left;
font-family: arial;
font-size: 12px;
font-weight: bold;
color: red;
background: white;
vertical-align: top;
position: absolute;
left: 500px;
top: 20px;
padding: 4px;
}
.div2badhidden {
width: 600px;
border: 2px solid red;
text-align: center;
font-family: arial;
font-size: 20px;
font-weight: bold;
color: red;
background: white;
vertical-align: top;
position: absolute;
right: 50px;
top: 400px;
padding: 4px;
visibility: hidden;
}

legend {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background: white;
	border: 1px solid #000;
	text-align: center;
	margin: 0;
	padding: 0 10px 0 10px;
}
legend.delete {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: red;
	background: white;
	border: 1px solid red;
	text-align: center;
	margin: 0;
	padding: 0 10px 0 10px;
}
.button1 {
color: black;
font-weight: bold;
font-family: arial;
background: white;
border: 1px solid black;
width: 150px;
}
.button2 {
color: red;
font-weight: bold;
font-family: arial;
background: white;
border: 1px solid black;
width: 150px;
}

.textfield1 {
color: black;
font-family: arial;
font-weight: bold;
background: white;
border: 1px solid black;
margin: 2px 2px 2px 2px;
width: 150px;
}

.legend2 {
font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background: white;
	border: 1px solid #000;
	text-align: center;
	margin: 0;
	padding: 0 10px 0 10px;
}
.legend3 {
font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background: white;
	border: 1px solid black;
	text-align: center;
	margin: 0;
	padding: 0 10px 0 10px;
}
/*
/* dvd forms */
table.addform {
	margin: 0;
	padding: 0 0 0 0;
	border: 0px solid black;
}
.addformtextfield {
color: black;
font-family: arial;
font-weight: bold;
background: white;
border: 1px solid black;
margin: 1px;
width: 150px;
text-align: left;
}
.addformcheckbox {
color: black;
background: white;
}
.addformtextfieldsmall {
color: black;
width: 25px;
font-family: arial;
font-weight: bold;
background: white;
border: 1px solid black;
text-align: center;
}
.addformbutton {
color: black;
font-weight: bold;
font-family: arial;
background: white;
border: 1px solid black;
padding: 0;
margin: 0;
width: 150px;
text-align: center;
}

fieldset.addform {
	width: 440px;
	border: 2px solid #000;
	text-align: center;
	padding: 1px;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: none;
}
.addformlegend {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background: white;
	border: 2px solid black;
	text-align: center;
	margin: 0;
	padding: 0 2px 0 2px;
}
.addformtdleft {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background: white;
	border: 0px solid black;
	text-align: left;
	vertical-align: center;
	margin: 0;
	padding: 1px;
	}
.addformtdright {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background: white;
	border: 0px solid black;
	text-align: right;
	margin: 0;
	padding: 1px;
	
}
.addformtdcenter {
	width: 500px;
	color: black;
	background: white;
	border: 0px solid black;
	text-align: center;
	margin: 0;
	padding: 1px;
	
	
	
}
.addformtextarea {
	width: 150px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background: white;
	border: 1px solid black;
	margin: 0;
	text-align: left;
	overflow: auto;
}

.addformselect {
	width: 150px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background: white;
	border: 1px solid black;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: left;
	scrollbar-face-color: #949E94; 
	scrollbar-shadow-color: #737D74; 
	scrollbar-highlight-color: #A4B0A4; 
	scrollbar-3dlight-color: #A4B0A4; 
	scrollbar-darkshadow-color: #737D74; 
	scrollbar-track-color: #626B63; 
	scrollbar-arrow-color: #626B63;
}

.addformhidden{
color: black;
background: white;
border: 0px;
width: 165px;
position: absolute;
left: 220px;
top: 75px;
overflow: none;
visibility: hidden;
}
.addformnothidden{
color: black;
background: white;
border: 0px;
width: 165px;
position: absolute;
left: 220px;
top: 75px;
overflow: none;
visibility: visible;
}
/* DVD Show-er */
fieldset.showdvd {
	width: 800px;
	border: 2px solid #000;
	text-align: center;
	padding: 1px;
	position: absolute;
	top: 20px;
	left: 10px;
}
.showlegend {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background: white;
	border: 2px solid black;
	text-align: center;
	margin: 0;
	padding: 0 7px 0 7px;
}
.titles {
	background-color: white;
}

.titles2 {
	background-color: #dcdcdc;
	
}
td.showformbig {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: center;
	padding: 5px;
	width: 100px;	
		
}
	
td.showformbigfirst {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding:5px;
	width: 350px;
}
td.showform {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
	border-top: 1px solid black;
	text-align: center;
	background: white;
	
}
td.showformfirst {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
	border-top: 1px solid black;
	text-align: left;
	background: white;
	
}

td.showform2 {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
	border-top: 1px solid black;
	text-align: center;
	background: #dedede;
}
td.showform2first {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
	border-top: 1px solid black;
	text-align: left;
	background: #dedede;
}
table.showform{
	width: 800px;
	border: 0px solid white;
	padding: 2px;
	margin: 0;
}
	
/* DVD Menu */
.menudiv{
background: white;
color: black;
width: 400px;
text-align: center;
font-family: arial;
font-size: 12px;
font-weight: bold;
border-top: 1px solid black;
border-bottom: 1px solid black;
padding: 2px;
margin: 2px;
}
