/* -----------------------------------------------
	Victory
	version:  2007.06.21
----------------------------------------------- */

body {
		color: #333;
		margin: 0;
		padding: 0 18px;
		background: #fff url("../graphics/bg_body.gif") 0 100px repeat-x;
	}

body, td {
		font: 13px "Lucida Grande", Arial, sans-serif;
	}

a         { color: #36C;   }
a:link    { color: #36C;   }
a:visited { color: #36C;   }
a:active  { color: #C63;   }
a:hover   { color: #333;   }

 img      { border: 0;     }
 form     { margin: 0;     }
 hr       { display: none; }
.hidden   { display: none; }
.print    { display: none; }
.clear    { clear: both;   }

/* -----------------------------------------------
	#columns
----------------------------------------------- */

#colL {
		position: absolute;
		top: 150px;
		left: 25px;
		padding-top: 50px;
		width: 310px;
		height: 500px;
		background: url("../graphics/bg_colL.gif") top right no-repeat;
	}

#colM {
		padding: 6px 10px 10px 35px;
		margin: 0 0 0 320px;
	}

/* -----------------------------------------------
	#header
----------------------------------------------- */
#header {
	height: 120px;
}

#header h1 {
		position: absolute;
		top: 0;
		width: 291px;
		height: 79px;
		background: url("../graphics/verge.gif") no-repeat;
	}

#header h1 span {
		display: none;
	}

/* -----------------------------------------------
	#timer
----------------------------------------------- */

#timer {
		position: absolute;
		top: 17px; right: 45px;
		z-index: 1;
		display: none;
	}

#timer img {
		display: block;
		float: left;
		margin: 3px 5px 0 0;
	}
	
#timer input {
		color: #666;
		font-size: 16px;
		border: none;
		background: #fff;
		width: 50px;
	}

#timer input.red {
		color: #f00;
	}

.red {
		color: #f00;
	}

/* -----------------------------------------------
	#search
----------------------------------------------- */

#search {
		width: 350px;
		position: absolute;
		z-index: 2;
		top: 130px;
	}

#search h3 {
	color: #5f99ca;
	font: bold 24px "Trebuchet MS", Arial, sans-serif;
	letter-spacing: -2px;
	margin-right: 5px;
}

#search_block {
		position: absolute;
		top: 12px; left: 25px;
	}

#search_now {
		width: 78px;
		height: 23px;
		background: url("../graphics/keyword.gif") 0 2px no-repeat;
	}

#search_now span {
		display: none;
	}

#search input {
	width: 180px;
	border: 1px solid #b3b3b3;
	background: #f4f4f4;
	color: #999;
	font: bold 18px "Trebuchet MS", Arial, sans-serif;
	letter-spacing: -2px;
}

a.find {
		width: 40px;
		float: left;
		overflow: hidden;
		padding: 40px 0 0 0;
		height: 0px !important; 
		height /**/:40px; /* for IE5/Win only */
		background-image: url("../graphics/find.png");
		position: absolute;
		top: -5px;
		right: 0;
	}

a.find i {
		display: none;
	}

/* -----------------------------------------------
	#related
----------------------------------------------- */

#related {
	}

#related input {
	float: left;
}

#related ul {
		float: left;
		width: 130px;
		font-size: 11px;
		list-style: none;
		margin: 0; padding: 0;
		margin-left: 10px;
}

#related li {
		list-style: none;
		margin: 0; padding: 0;
		border-bottom: 1px solid #ccc;
		clear: both;
		padding-bottom: 2px;
	}
	
	#related li a {
		padding-top: 2px;
		display: block;
		text-decoration: none;
	}

/* -----------------------------------------------
	#footer
----------------------------------------------- */

#footer {
		color: #fff;
		height: 60px;
		font-size: 11px;
		background: #333;
		position: relative;
		clear: both;
		font: bold 14px "Trebuchet MS", Arial, sans-serif;
		padding: 10px;
	}

#footer #copyright {
		float: left;
		padding: 8px 0 0 10px;
	}

#footer #validate {
		position: absolute;
		top: 35px;
		left: 10px;
	}

#footer #user {
		color: #333;
		position: absolute;
		top: 35px;
		right: 10px;
	}

#footer a {
	text-decoration:none;
	color: #FFFFFF;

}

/* -----------------------------------------------
	Navigation Toolbar
----------------------------------------------- */

#navbar {
	width: 68px; height: 17px;
	margin: 0; padding: 0;
	overflow: hidden;
}

#navbar i {
		display: none;
	}

#navbar a {
	float: left;
	padding: 17px 0 0 0;
	overflow: hidden;
	width: 17px;
	height: 0px !important; 
	height /**/:17px; /* for IE5/Win only */
}

#navbar a:hover {
	background-position: 0 -17px;
}

#navbar a.disabled {
	background-position: 0 -34px;
}

#first a    { background: url("../graphics/nav_first.gif") no-repeat; }
#previous a { background: url("../graphics/nav_previous.gif") no-repeat; }
#next a     { background: url("../graphics/nav_next.gif") no-repeat; }
#last a     { background: url("../graphics/nav_last.gif") no-repeat; }

#pages {
		padding-top: 5px;
		font-size: 11px;
	}
	
/* -----------------------------------------------
	min-height simulation
	See: http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/index.php
----------------------------------------------- */

/* for Mozilla/Safari/Opera */
*>.min {
	padding-top: 450px;
	min-height: 1px;
}
*>.min .height {
	margin-top: -450px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .min {
	height: 450px;
}
/* end filter */

/* -----------------------------------------------
	Styling
----------------------------------------------- */

h1, h2 {
	color: #5f99ca;
	font: bold 24px "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	letter-spacing: -2px;
}

h3 {
	font: bold 18px "Lucida Grande", Arial, sans-serif;
}

h4 {
	font: bold 13px "Lucida Grande", Arial, sans-serif;
	border-bottom: 1px solid #ccc;
}

h5 {
	font: bold 16px "Lucida Grande","Trebuchet MS", Arial, sans-serif;
	border-bottom: 1px solid #ccc;
	letter-spacing: 2px;
	text-align: right;
	font-color: #660066;
	
}
h5 a {
	font: bold 16px "Lucida Grande","Trebuchet MS", Arial, sans-serif;
	border-bottom: 1px solid #ccc;
	letter-spacing: 2px;
	text-align: right;
	text-decoration: none;
	font-color: #660066;
	
}



div.standout {
	background: #f3f7f2;
	border: 1px solid #d1dece;
	margin: 10px; padding: 10px;
}

div.standout p {
	margin: 10px;
}

#colM ul {
		margin: 10px 0;
		padding: 0 20px 10px 20px;
		list-style: none;
	}

#colM ul ul {
		margin: 10px 0 0 0;
		padding-bottom: 0;
	}

#colM ul li {
		padding: 0 0 5px 11px;
		background: url("../graphics/circ.gif") 0 5px no-repeat;
	}

#colM ul li li {
		background: url("../graphics/circn.gif") 0 5px no-repeat;
	}

table.body {
	width: 100%;
	border: 1px solid #ccc;
}

table.body td {
	vertical-align: top;
}

#date {
		color: #999;
		margin: 30px 20px 20px 0;
		float: right;
		font-size: 11px;
	}

#text {
		margin: 0 20px;
	}

p#intro {
		position: relative;
		margin: 20px 0;
		padding: 5px;
		background: #f4f4f4;
		border: 1px solid #ddd;
	}

#colM a[href^="http:"] {
	background: transparent url(../graphics/aoutside.gif) 100% 60% no-repeat;
	padding-right: 10px;
}


/* -----------------------------------------------
	Post
----------------------------------------------- */

.post {
		margin: 10px 20px 10px 10px;
		padding-bottom: 1px;
		font-size: 11px;
		background: url("../graphics/posts_bg.gif") bottom repeat-x;
	}

.post_text {
		margin-left: 160px;
	}

.post h3 {
		margin: 0;
	}

.post .date {
		margin: 0;
		color: #666;
	}

.post .info {
		margin: 0;
	}

.post .comments {
		padding-left: 17px;
		background: url("../graphics/comments.gif") 0 2px no-repeat;
		color: #666;
	}

.post .attachments {
		padding-left: 17px;
		background: url("../graphics/post_attachments.gif") 0 2px no-repeat;
		color: #666;
	}

.post .info a {
		color: #666;
	}

.post .text {
		color: #333;
		margin: 19px 0;
		font-size: 13px;
	}

.post img {
		float: left;
		margin: 0 10px;
		padding: 7px;
		border: 1px solid #ccc;
		background: #fff;
	}

.post .date {
		margin: 0;
	}

.post .category {
		margin: 2px 0 0 0;
		font: bold 9px "Lucida Grande", Arial, sans-serif;
	}

.post .category a {
		color: #999;
	}

.post a {
		color: #D17E62;
		text-decoration: none;
	}

.post a:hover {
		
	}

.more a {
	padding-top: 1px;
	padding-right: 20px;
	background: url("../graphics/invite_callo.gif") top right no-repeat;
}

/* -----------------------------------------------
	Attachments
----------------------------------------------- */

ul#attachments li {
		padding: 0 0 5px 22px;
	}

ul#attachments li.pdf {
 		background: url("/dbx-1.0/rsrc/graphics/icons/pdf.16.gif") 0 2px no-repeat;
	}

ul#attachments li.msword {
 		background: url("/dbx-1.0/rsrc/graphics/icons/msword.16.gif") 0 2px no-repeat;
	}

/* -----------------------------------------------
	Partners
----------------------------------------------- */
table.partners {
	width: 80%;
	margin: 10px auto;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

table.partners td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

table.partners td.label {
	text-align: right;
	background: #f4f4f4;
}

h3.toggler {
	margin: 2px 0;
	border: 1px solid #ccc;
	padding: 4px 4px 4px 20px;
	background: #f4f4f4 url("../graphics/icon_plus_14x14.gif") 3px 6px no-repeat;
}

h3.toggler a {
	text-decoration: none;
}

/* -----------------------------------------------
	Search Results
----------------------------------------------- */

#thumbnails, #thumbnails td {
		border: none;
		font-size: 10px;
	}

#thumbnails {
		border-top: 3px solid #ccc;
	}

#thumbnails td {
		padding: 6px 0;
		border-bottom: 1px solid #ccc;
	}

#thumbnails td img {
		border: 2px solid #999;
	}

/* -----------------------------------------------
	Thumbnails
----------------------------------------------- */

.thumb400, .thumb120, .thumb60 {
		border-spacing: 0;
		border-collapse: collapse;
		border: 1px solid #B9C2D4;
		border-width: 1px;
	}

.thumb120 td, .thumb60 td {
		padding: 0; margin: 0;
	}

.thumb400 td {
		padding: 10px; margin: 0;
	}

.thumb400 {
		width: 420px;
	}

.thumb120 {
		width: 140px;
		height: 120px;
	}

.thumb60 {
		width: 70px;
		height: 70px;
	}

.thumb400 img, .thumb120 img, .thumb60 img {
		display: block;
		margin-bottom: 3px;
	}

.thumb60 embed, .thumb60 object,
.thumb120 embed, .thumb120 object,
.thumb400 embed, .thumb400 object {
		display: block;
	}
	
.treeMenuBold {
      font-style: italic;
      font-weight: bold;
    }

#submitted {
	width: 280px;
	clear: both;
	margin-top: 20px;
	margin-left: 0;
  	border-top: #ccc 3px solid;
  }

#headimage {
	position: absolute;
	top: 55px;
	left: 380px;
	width: 140px;
	height: 116px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 10px;
}

#headimage img {
	margin-top: 4px;
	border: 2px solid #999;
}

.submitted {
		margin: 10px; padding: 0;
	}

.submitted td {
		font-size: 10px;
		border-bottom: 1px solid #999;
	}

.submitted td img {
		display: block;
	}

.submitted b {
		font-size: 11px;
	}


/* -----------------------------------------------
	Thickbox
----------------------------------------------- */

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	top: 0px;
	left: 0px;
	position: fixed;
	_position: absolute;
	background: #fff;
	z-index: 102;
	color: #333;
	display: none;
	border: 4px solid #525252;
	font-family: "Lucida Grande", "Arial Unicode MS", "Palatino Linotype", Arial, sans-serif;
}

#TB_caption {
	height: 25px;
	padding: 10px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 10px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	background-color: #e8e8e8;
}

#TB_ajaxContent{
	padding: 2px 15px 15px 15px;
	overflow: auto;
}

#TB_load{
	text-align: center;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index: 101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}

#TB_closeAjaxWindow {
	height: 20px;
}

#TB_closeWindowButton {
	float: right;
	overflow: hidden;
	padding: 19px 0 0 0;
	height: 0px !important; 
	height /**/:19px; /* for IE5/Win only */
	width: 19px;
	background: url("../graphics/close.gif") 0 0;
}

#TB_closeWindowButton:hover {
	background-position: 0 -19px;
}



/* -----------------------------------------------
	Concepts
----------------------------------------------- */
div#concepts {
	margin-left: 350px;
	text-align: center;
	margin-top: 15px;
}

div#concepts img {
	display: block;
	background: url("../graphics/bg_concepts.gif") no-repeat;
	width: 56px;
	height: 46px;
	padding: 5px;
	margin-left: 2px;
}


div#concepts a {
	text-decoration: none;
}
