﻿  .rounded-frame-spacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    3px: the width or height of the border image
*/
.rounded-frame-topleft, .rounded-frame-topright, .rounded-frame-bottomleft, .rounded-frame-bottomright {
    width: 3px; height: 3px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.rounded-frame-topleft, .rounded-frame-bottomleft { float: left; clear: both; }
.rounded-frame-topright, .rounded-frame-bottomright { float: right; clear: right; }
.rounded-frame-topleft { margin: -1px 0px 0px -1px; }
.rounded-frame-topright { margin: -1px -1px 0px 0px; }
.rounded-frame-bottomleft { margin: -3px 0px 0px 0px; }
.rounded-frame-bottomright { margin: -3px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.rounded-frame-topleft {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .rounded-frame-topleft {
    margin-left: -1px;
}
.rounded-frame-topright {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .rounded-frame-topright {
    margin-right: -1px;
}
.rounded-frame-bottomleft {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .rounded-frame-bottomleft {
    margin-left: 0px;
}
.rounded-frame-bottomright {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .rounded-frame-bottomright {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   rounded-frame-content class and apply whatever positioning you
   want to the rounded-frame class. */
.rounded-frame-content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #c1d8e0;
}

.rounded-frame-content-top {
    margin: 0px;
    padding: 0px;
    border: 1px solid #c1d8e0;
    border-bottom: 1px dashed #c1d8e0;
}

.rounded-frame-content-bottom {
    margin: 0px;
    padding: 0px;
    border: 1px solid #c1d8e0;
    border-top:0px;
}

.rounded-frame {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
    margin:0;
}

/*--------------------------------------------------------------------------------------------------*/
.rounded-header-wrapper
{
	margin:2px;
}

.rounded-header
{
	margin:0;	
	height:25px;
	width:100%;
	float:left;
}


.rounded-header-left
{	
	float:left;	
	height:25px;
}

.rounded-header-right
{
	float:right;	
	height:25px;
}


.rounded-header-content
{
	float:left;	
	height:25px;	
}

.rounded-header-content-text
{
	clear: left;
	float:left;
	margin:5px 5px 5px 5px;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

.rounded-header-content-text-number
{
	float:left;
	padding:0px;
	margin:0 3px 5px 3px;
	font-size:16px;
	font-weight: bold;
}

/* links */

a.rounded-header-content-link:link,
a.rounded-header-content-link:visited
{
	float:left;
	margin:3px 0 5px 10px;
	color:#fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	overflow: hidden;
}

a.rounded-header-content-link:hover,
a.rounded-header-content-link:focus
{
	float:left;
	margin:3px 0 5px 10px;
	color:#fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	overflow: hidden;
}

/* black */

a.rounded-header-content-link-black:link,
a.rounded-header-content-link-black:visited
{
	float:left;
	margin:3px 0 5px 10px;
	color:#333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	overflow: hidden;
	min-width: 200px;
	max-height: 25px;
}

a.rounded-header-content-link-black:hover,
a.rounded-header-content-link-black:focus
{
	float:left;
	margin:3px 0 5px 10px;
	color:#333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	overflow: hidden;
	min-width: 200px;
	max-height: 25px;
}

.color12
{
	background-color: #c1d8e0;
}

.white
{
	color:#fff;
}
