@CHARSET "UTF-8";

.tableStat {
	border-collapse: separate;
	width: 100%;
        font-size: 13px;
}

.tableStat th {
	text-align: center;
	color: #606060;
	font-size: 12px;
	border-top: 0;
	border-right: 0;
	border-left: 1px solid #000;
}

.tableStat td {
	padding: 2px 2px 2px 2px;
	background: #ededed;
}

.cellLight {
	background: #54c2fb;
}

a {
	color: #808080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.contentheader {
	font-size: 25px;
	font-weight: bold;
	color: #4078b5;
	margin-bottom: 10px;
	margin-top: 20px;
        width: 100%;
        background: url('../../../images/content/contentheader_bg.jpg') no-repeat;
        padding: 7px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: top;
	width: 960px;
}

.content a {
	font-weight: bold;
	color: #3c6a92;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.right_column {
	font-size: 13px;
	line-height: 16px;
	float: left;
	width: 250px;
	text-align: left;
	vertical-align: top;
}

.right_column2 {
	font-size: 14px;
	text-align: left;
	margin-left: 20px;
	vertical-align: top;
}


.right_column a {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}

.caption {
	font-size: 25px;
	font-weight: bold;
	color: #4078b5;
	margin-bottom: 10px;
	margin-top: 20px;
        line-height: 1.2;
        border-top: 1px dotted #000;
        border-bottom: 1px dotted #000;
        padding-bottom: 9px;
}

.message {
    font-size: 20px;
    font-weight: bold;
    color: #d42323;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 1.2;
    text-align: center;
	background-color: yellow;
	border: 1px solid red;
}

.r-star-shape
{
	position: relative;
	overflow: hidden;
	padding: 3px 0;
}
 
.r-star-shape .content
{
	padding: 10px;
        background: #ececec;
        width: 100%;
        font-size: 14px;
        color: #535351;
        line-height: 1.4;
}

.r-star-shape .cn
{
	position: absolute;
	width: 6px;
	height: 6px;
	left: -3px;
	top: -3px;
	background: url(../../../images/borders/border.jpg);
}

.r-star-shape .cn.tr, .r-star-shape .cn.br
{
	margin-left: 100%;
}

.r-star-shape .cn.bl, .r-star-shape .cn.br
{
	top: auto;
}

.r-star-shape .cn.tl, .r-star-shape .cn.bl
{
	width: 100%;
}

.main_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 41px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4078b5;
	margin-top: 30px;
	display: block;
	margin-bottom: 20px;
        color: #000;
}

.main_footer a {
	font-weight: bold;
	text-decoration: underline;
}

.main_footer a:hover {
	text-decoration: none;
}

fieldset {
    border: 1px solid #939393;
    margin: 10px 10px;
}

fieldset legend {
    color: #4078b5;
    font-weight: bold;
}

.capt_profile {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4078b5;
	margin-top: 20px;
}

.fFileMngTable {
    border: 1px solid #000;
    border-collapse: collapse;
}
.fFileMngTable td {
    border: 1px solid #000;
    padding: 3px;
}

.border-mini {
    border: 1px solid #000;
    border-collapse: collapse;
}

.border-mini td {
    border: 1px solid #000;
}
