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

body {
		color: #333;
		margin: 0; padding: 0;
		background: #fff url("../graphics/bg_body.gif") 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; text-decoration: underline;  }

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

.imgcell img, .imgcell a { display: block; margin: 0px; padding: 0px; border: 0px; }

.logo {
	float: right;
	margin: 10px;
}

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

.center {
		margin-left: auto;
		margin-right: auto;
	}

#container {
		color: #333;
		width: 950px;
		margin: 15px auto;
		padding: 0 0 50px 0;
		position: relative;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
		
	}

#colL {
		float: left;
		width: 170px;
		height: 320px;
		padding: 0 10px;
		margin: 70px 0 0 0;
		background: url("../graphics/bg_colL.gif") top right no-repeat;
	}

#colM {
		padding: 10px;
		margin: 0 0 0 190px;
	}

/* -----------------------------------------------
	#header
----------------------------------------------- */

#header {
		height: 190px;
		margin: 0; padding: 0;
	}

#header h1 {
	margin: 0; padding: 0;
}

#logo {
		margin: 0 0 0 10px;
	}

#eu {
		top: 60px;
		right: 20px;
		position: absolute;
	}

#options {
		top: 15px;
		right: 10px;
		list-style: none;
		position: absolute;
		border-bottom: 1px solid #999;
		padding-bottom: 5px;
	}

#options span {
		display: none;
	}

#options ul {
		float: right;
		list-style: none;
		margin: 0; padding: 0;
	}

#options li {
		float: left;
		list-style: none;
		padding-right: 5px;
	}

#options a {
		padding: 0 0 0 20px;
		color: #c63;
		text-decoration: none;
		font: 11px "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	}

#options a:hover {
	color: #930;
}

#unav_members { background: url("../graphics/unav_login.gif") no-repeat; }
#unav_sitemap { margin-right: 6px; background: url("../graphics/unav_sitemap.gif") no-repeat; }
#unav_contact {	margin-right: 6px;	background: url("../graphics/unav_contact.gif") no-repeat; }

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

#footer {
		color: #fff;
		height: 29px;
		margin: 0 10px;
		font-size: 11px;
		background: #5d87b2;
		line-height: 11px;
		position: relative;
	}

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

#footer #support {
		right: 10px;
		top: 2px;
		position: absolute;
		text-align: right;
	}

#footer #support a {
		color: #fff;
	}

#footer #support a:visited {
		color: #fff;
	}

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

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


/* -----------------------------------------------
	#menu
----------------------------------------------- */

#menu {
		top: 165px;
		left: 20px;
		list-style: none;
		position: absolute;
		margin: 0; padding: 0;
	}

#menu li {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left; /* ie5win needs this. Not sure why */
	}

#menu a {
		color: #fff;
		display: block;
		margin-right: 15px;
		text-decoration: none;
		font: bold 12px "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	}

#menu a:active, #menu a:hover {
		color: #d2e3f4;
	}

#menu a.current {
		color: #ffc973;
	}


/* -----------------------------------------------
	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/nav_first.gif") no-repeat; }
#previous a { background: url("../graphics/nav/nav_previous.gif") no-repeat; }
#next a     { background: url("../graphics/nav/nav_next.gif") no-repeat; }
#last a     { background: url("../graphics/nav/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: 400px;
	min-height: 1px;
}
*>.min .height {
	margin-top: -400px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .min {
	height: 400px;
}
/* end filter */

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

h1, h2 {
	font: bold 22px "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

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

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

div.standout {
	background: url("../graphics/bg_standout.gif") top right repeat-x;
	border: 1px solid #aec3d8;
	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;
}

#colL ul {
		margin: 10px 0;
		padding: 0 25px 10px 10px;
		list-style: none;
	}

#colL ul li {
		padding: 0 0 2px 0;
		margin-top: 10px;
		text-align: right;
		background: url("../graphics/bg_li.gif") bottom right no-repeat;
	}

#colL ul a {
		color: #666;
		text-decoration: none;
		font: bold 13px "Lucida Grande", Arial, sans-serif;
	}

#colL ul b a {
		color: #9cc519;
	}

p.error {
	font-weight: bold;
	color: #f30;
	background: #f4f4f4;
	text-align: center;
	margin-bottom: 0;
}

#colM sup a {
		text-decoration: none;
	}

#colM p.fn, #colM p.fnfirst {
	color: #666;
	margin: 10px 0 0 0;
	font: 0.9em/1.4em "Bookman Old Style", "Times New Roman", Times, serif;
}

#colM div.fnsep {
	width: 200px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
}

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

.post {
		margin: 10px 20px 10px 10px;
		padding-bottom: 1px;
		font-size: 11px;
		background: url("../graphics/bg_header.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 {
		text-decoration: underline;
	}

.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;
}

/* -----------------------------------------------
	Global Search
----------------------------------------------- */

#gsearch {
	height: 60px;
	padding: 10px;
	background: transparent url("../graphics/bg_header.gif") bottom left repeat-x;
	margin-bottom: 20px;
}

#gsearch input {
	width: 150px;
	border: 1px solid #e0ddcf;
}

#gsearch h3 {
		color: #bb6054;
		font-size: 13px;
		margin: 3px 0; padding: 0; border: none;
	}

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

a.find i {
		display: none;
	}

#gsearch a.advanced {
	color: #777;
	text-decoration: none;
	font-size: 10px;
	padding-left: 8px;
	background: url("../graphics/arrow.gif") 2px 4px no-repeat;
}

#gsearch a.advanced:hover {
	color: #36C;
}

.dojoE2TBIcon_RemoveFormat { background-position: -522px 0px; }
