/*----------------------------------------------------------------------------*
 *
 * Trident Confidential Style Sheet
 *
 *----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/

@import url( "breadcrumb.css" );
@import url( "database.css" );
@import url( "matrix.css" );
@import url( "tree.css" );
@import url( "form.css" );
@import url( "menu.css" );


/*----------------------------------------------------------------------------*/

a
{
	color:				#00F;
}
main_page_title {font-weight:bold;color:#ffff00;font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif;}
a:hover
{
	color:				#F00;
}

.body
{
	padding:			5px;
	padding-bottom:		20px;
	font-family:		Arial;
	font-size:			12px;
}

.header
{
	width:				100%;
	color:				#FFF;
	font-family:		Arial Narrow;
	font-size:			32px;
	font-weight:		bold;
	padding-left:		10px;
	letter-spacing:		-1px;
	background-image:	url( "/images/header.gif" );
	background-repeat:	no-repeat;
}

.footer, .footer
{
	text-align:			center;
	font-family:		Arial;
	font-weight:		bold;
	color:				#FFF;
}

.footer a
{
	color:				#FFF;
	font-size:			11px;
	font-weight:		bold;
	text-decoration:	none;
}

.footer a:hover
{
	text-decoration:	underline;
}

h1
{
	font-weight:		bold;
	color:				#ff0000;
	font-size:			18px;
}

h2
{
	font-weight:		bold;
	color:				#ff0000;
	font-size:			14px;
}

h3
{
	font-weight:		bold;
	color:				#ff0000;
	font-size:			12px;
}


/*----------------------------------------------------------------------------*/

.memberbox2
{
	width:				186px;
	height:				70px;
}

.memberbox
{
	width:				193px;
	height:				105px;
}

.memberboxcont
{
	padding:			5px 0px 0px 20px;
}

.container1
{
	background-color:	#c9e5f3;
	overflow:			hidden;
	margin-bottom:		10px;
}

* html .container1
{
	height:				1%;
}

.topleft1
{
	background-image:	url( "/images/topleft-corner.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				left;
}

.topright1
{
	background-image:	url( "/images/topright-corner.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				right;
}

.middletopleft {

background-image: url(images/topleft1.gif);

width: 12px;

height: 12px;

font-size: 0;

float: left;

}
.middletopright {

background-image: url(images/topright1.gif);

width: 12px;

height: 12px;

font-size: 0;

float: right;

}
.bottomleft1
{
	background-image:	url( "/images/bottomleft-corner.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				left;
}

.bottomright1
{
	background-image:	url( "/images/bottomright-corner.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				right;
}

.container2
{
	width:				316px;
	background-image:	url( "/images/bg1.gif" );
}

.topleft2
{
	background-image:	url( "/images/topleft1.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				left;
}

.topright2
{
	background-image:	url( "/images/topright1.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				right;
}

.bottomleft2
{
	background-image:	url( "/images/bottomleft1.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				left;
}

.bottomright2
{
	background-image:	url( "/images/bottomright1.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				right;
}

.container3
{
	background-color:	#00A8F8;
}

.topleft3
{
	background-image:	url( "/images/topleft2.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				left;
}

.topright3
{
	background-image:	url( "/images/topright2.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				right;
}

.bottomleft3
{
	background-image:	url( "/images/bottomleft2.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				left;
}

.bottomright3
{
	background-image:	url( "/images/bottomright2.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				right;
}

.container4
{
	background-color:	#16285D;
}

.topleft4
{
	background-image:	url( "/images/topleft3.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				left;
}

.topright4
{
	background-image:	url( "/images/topright3.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				right;
}

.bottomleft4
{
	background-image:	url( "/images/bottomleft3.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				left;
}

.bottomright4
{
	background-image:	url( "/images/bottomright3.gif" );
	width:				12px;
	height:				12px;
	font-size:			0;
	float:				right;
}

.allbuttons
{
	font:					10px sans-serif;
	border:					1px solid blue;
	padding:				3px;
	cursor:					pointer;
}

/*----------------------------------------------------------------------------*/
