#i18nddn
{
	border:1px solid #32526a;
}
#menu
{
	background: #004400 url(images/shadow_top.png) repeat-x bottom left;
	height:1.5em;
	line-height:1.5em;
}

#menu a
{
	float:left;
	display: block;
	padding:0 8pt;
	color: #cfdef3;
	text-decoration: none;
}

#menu a:hover
{
	color: #333;
	padding:0px 8pt;
	border:1px solid #e3e6e9;
	background-color:#ecf0f4;
}


#content
{
	padding:6pt 12pt;
/*	font-size:16px;*/
	line-height:22px;
	color: #333;
}

#content .reader
{
	background: transparent url(images/lines.png) repeat top left;
	text-align: justify;
	padding:0 6pt;
}

#content p
{
	margin:0px 0 22px 0;
}

#content .pList
{
	margin:0px;
	padding: 5pt;
	line-height: normal;
}

#content a
{
	color: #578;
	text-decoration: none;
	/*	border-bottom:1px solid #9ab;*/
	padding-right:10px;
	background: transparent url(images/clink.png) no-repeat top right;
}

#content a:hover
{
	color: #004400;
	border-bottom:1px solid #004400;
}

#content q
{
	color: #235;
}


#content h1
{
	color: #004400;
	font-size:18pt;
	font-weight: normal;
	text-align:center;
}

#content h2
{
	color: #004400;
	font-size:11pt;
	font-weight: normal;
	text-align:left;
}

#content h4
{
	color: #004400;
	font-size:10pt;
	font-weight: bold;
	text-align:left;
}

#content h5
{
	color: #004400;
	font-size:9pt;
	font-weight: bold;
	text-align:left;
	margin: 0;
	padding: 5pt;
}

#content .paraSmall
{
    font-family: arial, sans-serif;
    font-size: 5pt;
    margin: 0pt;
    padding: 0pt;
    line-height: 5pt;
 }
 
#content .a_1d4c03{
    font-family: verdana, arial;
    text-decoration: none;
    color: #004400;
    padding-right: 0px;
}
#content a_1d4c03:active
{
    font-family: verdana, arial;
    text-decoration: underline;
    color: #004400;
}
#content a_1d4c03:hover
{
    color: red;
    text-decoration: underline;
}
#content a_1d4c03:link
{
    color: #004400;
   text-decoration: none;
}
#content a_1d4c03:visited
{
    color: #004400;
}

#content .gridHeader 
{
    border-bottom: #fff 1px solid;
    border-top: #fff 1px solid;
}


#content nopadding {padding:0; margin: 0;}

/* Videos*/

#video_page {
	background-color:#559900;
	width: 550px;
	margin:0pt;
	padding:0pt;
	border:1px solid #559900;
	text-align:left;
}

/* player and playlist go side by side */
#player, #playlist {
	float:left;		
	margin-right:20px; 
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;		
}

#playlist {
	width:200px;		
}


/* overlay play button */
div.play {
	background:url(flowplayer/examples/img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}


/* playlist entry */
#playlist a {
	background:url(/flowplayer/examples/img/block.jpg) no-repeat;
	width:200px;
	height:50px;
	display:block;
	text-decoration:none;
	color:#fff;		
}

#playlist p {
	font-size:9pt;
	width:200px;
	padding:5px 0 0 10px;
	margin:0px;		
}

#playlist p.time {
	padding-top:0px;
	color:#ffff00;
	margin-top:0px;
} 


/* entry stages: normal, hover, playing, paused */
#playlist a:hover {
	background-position:0 -68px;	
	color: #ffff00;
}

#playlist a.playing, #playlist a.paused {
	color:#ffff00;	
}

#playlist a.playing {
	background-position:0 -136px;		
}

#playlist a.paused {
	background-position:0 -68px;	
}



/* Rounded Corners */
.rc_559900_fff_box {
   background: #559900;
}
.rc_559900_fff_top div {
   background: url(images/corners/559900_fff_tl.png) no-repeat top left;
}
.rc_559900_fff_top {
   background: url(images/corners/559900_fff_tr.png) no-repeat top right;
}
.rc_559900_fff_bottom div {
   background: url(images/corners/559900_fff_bl.png) no-repeat bottom left;
}
.rc_559900_fff_bottom {
   background: url(images/corners/559900_fff_br.png) no-repeat bottom right;
}

.rc_559900_fff_top div, .rc_559900_fff_top, 
.rc_559900_fff_bottom div, .rc_559900_fff_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.rc_559900_fff_content { margin: 0 15px; }




.rc_004400_ffffff_box {
   background: #004400;
}
.rc_004400_ffffff_top div {
   background: url(images/corners/004400_ffffff_tl.png) no-repeat top left;
}
.rc_004400_ffffff_top {
   background: url(images/corners/004400_ffffff_tr.png) no-repeat top right;
}
.rc_004400_ffffff_bottom div {
   background: url(images/corners/004400_ffffff_bl.png) no-repeat bottom left;
}
.rc_004400_ffffff_bottom {
   background: url(images/corners/004400_ffffff_br.png) no-repeat bottom right;
}

.rc_004400_ffffff_top div, .rc_004400_ffffff_top, 
.rc_004400_ffffff_bottom div, .rc_004400_ffffff_bottom {
   width: 100%;
   height: 10pt;
   font-size: 1px;
}
.rc_004400_ffffff_content { margin: 0, padding: 10pt; }
