/* CSS Document */
.add_op a {color:#0F3F9F; font-weight:bold;}

#form-container {width:771px; background-color:#fff;font-size:8pt;padding:0 5px;}

html>body #form-container {width:770px;}

#form-container_act {width:770px; background-color:#fff;font-size:8pt;padding:0 5px;margin-left:7px;}

html>body #form-container_act {width:770px; background-color:#fff;font-size:8pt;padding:0 5px;margin-left:6px;}

#bread_crumb, #bread_crumb a {
	color:#652580;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-transform:capitalize;
	}

.spacer {height:10px;}

em {font-size:7pt;}

td {vertical-align:top;}

#op_navigation ul {
	margin:0;
	padding:0 2px;
	}

#op_navigation li {
	display:inline;
	line-height:25px;
	padding:0 5px;
	margin:0;
	/*background-color: #09f;
	border-bottom:1px solid #000;*/
	}

#op_navigation a { padding: 3px 5px;}

#op_navigation a:link, #op_navigation a:visited {
	color: #666;
 	text-decoration: none;
	/*background: #6699FF;*/
	border:1px solid #000;
	}
	
#op_navigation li a:hover { 
	background-color: #ccc; 
	text-decoration: none;
	}

#op_navigation a:active { 
	background-color: #f90;
	text-decoration: none;
	}
	
#form-container h3, #form-container_act h3 {
	font-size:10pt;
	color:#fff;
	font-weight: bold;
	background: #06c;
	margin:0
	}

#form-container .clearfix {
	padding:3px 0px; 
	vertical-align:top;
	}

#form-container form label, #form-container_act form label {
	margin:0 10px;
	font-size:8pt;
	color:#666;
	font-weight:bold;
	float:left;
	text-align:right;
	width:200px;
	} /* this is the text label on the left of each input */
	
input, textarea, select {
	border:1px solid #36C;
	color:#606060;
	font-size:8pt;
	}
	
		
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


/*various table*/
#account, #opRegion, #images_form, #activities0, #activities1, #activities2, #activities3, #comment, #stats {width:100%;}

#activities table {margin-left:0;}

#comment table td .name {width:30%;}