/* CSS Document */
body {
		font-family: "Century Gothic", Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:10pt;
		color:#666;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#69f;
		text-decoration:none;
	}
	table, th, td {
    font-size:10pt;
  }
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #ccc; /* line */
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		float:left;
		margin:0 0 0 3px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#369;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:2em;
	}
	#header ul li a:hover {
		background:#69f;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
	}
	#header ul li a span {
		display:block;
	}
	#header a img {
    text-decoration:none;
    border: 1px solid #ccc;
  }

  #header a img:hover {
    text-decoration:none;
    border: 1px solid #69f;
  }
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:1px solid #ccc; /* line */
		margin:0;
		padding:3px 15px 5px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0.5em 0;
		overflow:hidden;
	}
	.col2 {
		padding-top: 15px;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
		border-right: 1px solid #ccc;
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #ccc; /* line */
	}
	#footer p {
		float:center;
		padding:10px;
		margin:0;
	}
  #copyright {
    text-align: center;
  	padding-bottom: 5px;
  	margin-top:10px;
  	font-size: 85%;
  	color: #aaa;
  }

#alignleft {
  text-align:left;
}

#left {
	clear:left;
	position:relative;
  float:left;
}

#right {
  float:right;
}

p.logged
{
  position: fixed;
  right:10px;
  font-size:12pt;
}

p.note
{
  font-size: 11pt;
  line-height: 17px;
}
/**/
h1, h2, h3 {
  text-align: left;
}  
h1 {
  color:#dadada;
  font-size:18pt;
  font-weight:normal;
}
h2 {
  color:#33c;
  font-size:15pt;
  font-weight:bold;
  margin-top:0em;
  margin-bottom:0.3em;
}
h2.label {
  color:#bfbfbf;
  font-size:20pt;
  font-weight:normal;
  margin:0.8em 0 0.5em 0;
}
h2.index {
  color:#666;
  font-size:20pt;
  font-weight:normal;
  margin-top:0em;
  margin-bottom:0.3em;
}
h3 {
  color:#369;
  font-size:13pt;
  font-weight:bold;
  margin-top:0em;
  margin-bottom:0.3em;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul li {
	padding-left: 20px;
	background: url(../images/bullet.gif) no-repeat 1px 3px;
}

.name
{
  font-size:15pt;
  font-weight:bold;
}

.field
{
  color: #66c;
  text-align: right;
  background-color: #eee;
}

.value
{
  background-color: #f6f6f6;
}

.blue
{
  color: #33c;  
}

.comment
{
  color: #66c;
}

.thumbnails
{
  background-color: #999;
}

a.red, a.red:visited {
  color:#f00;
}

a.nav, a.nav:visited {
  color:#69f;
  text-decoration:none;
  font-weight:bold;
}

#error {
  color:#c30;
  background-color: #fffff7;
  border: 1px solid #c30;
  padding: 10px;
  margin: 10px 0;
}

#info {
  color:#6c3;
  background-color: #fffff7;
  border: 1px solid #6c3;
  padding: 10px;
  margin: 10px 0;
}

#box {
  color:#33c;
  background-color: #fbfbfb;
  border: 1px solid #33c;
  padding: 10px;
  margin: 10px 0;
}

/* rounded top frame */
#bottom {
  background: #f6f6f6 url(../images/btm_grey.gif) no-repeat left bottom;
  padding-bottom: 4px;
}
#top {
  margin-top:10px;
  padding-top: 4px;
  background: #f6f6f6 url(../images/top_grey.gif) no-repeat top left }
#sides {
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  background: #f6f6f6;
}

/* ice breakers */
#full {
  width:100%;
}

ul.ice {
  height:200px;
  overflow:auto;
  width:100%;
  border:1px solid #aaa;
  list-style-type:none;
  margin:0;
  padding:0;
  overflow-x:hidden;}
ul.ice li {
  margin:0;
  padding:0;}
label {
  display:block;
  color:WindowText;
  background-color:Window;
  margin:0;
  padding:0;
  width:100%;}
label:hover {
  background-color:Highlight;
  color: HighlightText;}

#copyright {
    text-align: center;
  	padding-bottom: 5px;
  	margin-top:10px;
  	font-size: 85%;
  	color: #aaa;
  }

#logo {
  float:left;
  color:#bfbfbf;
  font-size:17pt;
  margin:0px;
  padding:0px;
}

table.plain {
  border-width: 0px;
  background-color: #f6f6f6;
}

table.plain td {
  background-color: #fff;  
  padding: 0px 5px 0px 5px;
}

table.plain th {
  background-color: #e6e6e6;
  font-weight:normal;
}

.thumb {
  float:left;
  margin:5px;
}

/* cropper */
#cropWrap {
    width: 500px;
    margin-right: 2em;
}

#previewOuterWrap {
    float: left;
    width: 120px;
    margin-right: 2em;
    margin-top: 30px;
}

#previewWrap {
    border: 1px solid #333;
}
