/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/

.topram {	
	background-color: #DFECF8;
	color: A25D06;
	height:10px;
}

.content {	
  background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width:100%;
	height:100%;
	padding:5px;
	color: #203668;
	text-decoration: none;
	vertical-align: top;	
}

.contentb {	
  background-color:#D4E6F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width:100%;
	height:100%;
	padding:5px;
	color: #203668;
	text-decoration: none;
	vertical-align: top;	
}

.yui-navset .yui-nav li a, .yui-navset .yui-content {
    border:1px solid #135FAB;  /* label and content borders */
}

.yui-navset .yui-nav .selected a {
	background-color:#DFECF8; /* active tab bgcolor */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #203668;
	text-decoration: none;
}
.yui-navset .yui-nav a:hover {
    background-color:#DFECF8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #203668;
	text-decoration: none; /* tab hover bgcolor */
}
.yui-navset .yui-nav a {
    background-color:#135FAB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; /* tab hover bgcolor */
}
.yui-navset .yui-content {
    background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width:100%;
	height:100%;
	padding:0px;
	color: #203668;
	text-decoration: none; /* content bgcolor */
}

.yui-navset .yui-nav li em {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
} /* tab padding */

/* defaults to orientation "top" */
.yui-navset .yui-nav .selected a {
    border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:1px; /* to match height of other tabs */
}

.yui-navset .yui-content {
    margin-top:-1px; /* for active tab overlap */
}

/* overrides for other orientations */

.yui-navset-bottom .yui-nav .selected a {
    border-width:0 1px 1px; /* no top border for active tab */
    padding:1px 0 0; /* to match height of other tabs */
}

.yui-navset-bottom .yui-content {
    margin:0 0 -1px; /* for active tab overlap */
}

.yui-navset-left .yui-nav li.selected a {
    border-width:1px 0 1px 1px; /* no right border for active tab */
    padding:0 1px 0 0; /* to match width of other tabs */
}

.yui-navset-left .yui-content {
    margin:0 0 0 -1px; /* for active tab overlap */
}

.yui-navset-right .yui-nav li.selected a {
    border-width:1px 1px 1px 0; /* no left border for active tab */
    padding:0 0 0 1px; /* to match width of other tabs */
}

.yui-navset-right .yui-content {
    margin:0 -1px 0 0; /* for active tab overlap */
}
.yui-content {
	height: 327px;
	width: 345px;
}
