/* G E N E R A L */
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	background-color:#cccccc;
	background-image:url(images/bgrepeat.png);
	margin:15px;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* E N D   G E N E R A L */



/* L I N K   &   C O L O R   C L A S S E S */
a:link, a:visited, a:active {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:none;
}

a.white:link, a.white:visited, a.white:active {
	color:#FFFFFF;
	text-decoration:none;
}
a.white:hover {
	color:#666666;
	text-decoration:none;
}

a.whiteund:link, a.whiteund:visited, a.whiteund:active {
	color:#FFFFFF;
	text-decoration:underline;
}
a.whiteund:hover {
	color:#666666;
	text-decoration:underline;
}

a.gray:link, a.gray:visited, a.gray:active {
	color:#666666;
	text-decoration:none;
}
a.gray:hover {
	color:#cccccc;
	text-decoration:none;
}

a.darkgray:link, a.darkgray:visited, a.darkgray:active {
	color:#333333;
	text-decoration:none;
}
a.darkgray:hover {
	color:#777777;
	text-decoration:none;
}

a.article:link, a.article:active, a.article:visited {
	color:#ffffff;
}
a.article:hover {
	color:#999999;
}

a.issuetitle:link, a.issuetitle:active, a.issuetitle:visited {
	color:#99ccff;
	font-family:"Courier New", Courier, monospace;
	font-size:48px;
	font-weight:bold;
}
a.issuetitle:hover {
	color:#999999;
	font-family:"Courier New", Courier, monospace;
	font-size:48px;
	font-weight:bold;
}

div.hoverborder {
	border:2px dotted #222222;
	padding:8px;
}
div.hoverborder:hover {
	border:2px dotted #ffcc33;
	background-image:url(images/bgrepeat.png);
	padding:8px;
}
div.hoverborder:hover a.issuetitle {
	color:#ffcc33;
}
div.hoverborder:hover a.issuetitle:hover {
	color:#999999;
}
div.hoverborder:hover a.gray {
	color:#ffcc33;
}
div.hoverborder:hover a.gray:hover {
	color:#999999;
}
th {
	color:#ffffff;
	font-weight:100;
}
th:hover {
	color:#000000;
	font-weight:100;
	background-color:#ffcc33;
	cursor:hand;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after { 
    content: " \25B4\25BE" 
}
/* E N D   L I N K S   C L A S S E S */



/* L A Y E R   I Ds */
#handfullopen {
	position:static;
	top:0px;
	left:0px;
	right:20px;
	width:200px;
	height:115px;
	z-index:1;
}

#handopening {
	position:static;
	top:100px;
	left:90px;
	width:200px;
	height:115px;
	z-index:2;
}

#dove {
	position:static;
	width:200px;
	height:115px;
	z-index:3;
}

#handfist {
	position:static;
	top:170px;
	left:20px;
	width:200px;
	height:115px;
	z-index:4;
}

#avplogo {
	position:static;
	top:8px;
	left:10px;
	width:200px;
	height:115px;
	z-index:5;
}

#fisttodove {
	position:relative;
	right:330px;
	width:300px;
	height:400px;
	z-index:1001;
}

#maincontent {
	position:relative;
	left:120px;
	bottom:440px;
	display:block;
	width:650px;
	height:345px;
	z-index:1002;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:justify;
	color:#FFFFFF;
	border:1px solid #99ccff;
	padding:10px;
}
/* E N D   L A Y E R   I Ds */



/* M I S C.   F O R M A T,   L A Y O U T   &   U T I L I T Y */
p {
	margin-top: 1em;
	margin-bottom: 1em;
}

span.issuetitleposition {
	position:relative;
	bottom:45px;
}


.fieldnameback {
	background-color: #000000;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

.rounded10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.rounded4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.rightround {
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}

.shadow {
	-moz-box-shadow:    1px 1px 2px 0px #444;
	-webkit-box-shadow: 1px 1px 2px 0px #444;
	box-shadow:         1px 1px 2px 0px #444;
}

ul {
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1em;
}

.sorttext {
	color:#222222;
	font-size:1px;
}

.red {
	color: #FF0000;
}

.green {
	color: green;
}

input, textarea, select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid gray;
	padding: 2px 4px 2px 4px;
}

input:hover, textarea:hover, select:hover {
	border-color:#FFCC33;
}

select {
	padding: 1px 4px;
}

.smallest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.aligntop {
	vertical-align:top;
}

.alignmiddle {
	vertical-align:middle;
}

form {
    margin: 0px;
}

.indent {
	padding-left:24px;
}
/* E N D   O F   O R I G I N A L   L I S T   O N   JAN 10, 2014 */