/* style of tv-mis */
body {
    font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.2;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

a {
    color: #00f;    
}

a:hover, a:focus, a:active {
    color: #f00;    
}

.center {
	text-align: center;	
}

.cb{
    clear: both;
}

.cb5hr {
    clear: both;
    height: 5px;
    border-bottom: solid #ccc 1px;
    padding: 2px 0 2px 0;
}


.cb10{
    clear: both;
    height: 10px;  
}

.cb20{
    clear: both;
    height: 20px;  
}

img {
  border: 0;
}

#header {
    background: #446492 url('../img/back.png') repeat-x;
    height: 80px;
    width: auto;    
}

#header #logo {
    padding: 4px;
    height: 72px;
    width: 72px;
    float: left;     
}
#header #title {
    padding: 10px 4px 4px 4px;
    float: left;
}
#header #title h1 {
    font-size: 24px;
    font-weight: bold;    
}

#header #title h2 {
    font-size: 14px;
    text-indent: 100px;
    /*font-style: italic;*/    
}

#header #help-links {
    position: absolute;
    top: 2px;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    color: #ccc;
    text-align: right;
}

#header #help-links #rss-img { 
    width: 12px;
    height: 12px;
    padding-right: 2px;
}

#header #help-links a {
    color: #fff;
    text-decoration: none;
}

#header #help-links a:hover, a:focus, a:active {
    color: #f00;
    text-decoration: underline;
}

#header .header-text {
    margin: 0;
    padding: 0;
    color: #fff;
}


#content #headline {
    font-size: 150%;
    text-align: center;
    width: 100%;
    margin: 0 5px 0 0;    
    
}

#content #top {
    float: left;
    background: #fff5ba;
    text-align: center;
    width: 960px;
    margin: 0 5px 0 0;    
}

#content #info {
    float: left;
    background: #fff5ba;
    text-align: center;
    width: 960px;
    margin: 0 5px 0 0;    
}

#content #info .box-content {
    text-align: left;
}

#content #share {
    float: left;
    background: #fff5ba;
    text-align: center;
    width: 475px;
    height: 160px;
    margin: 0 5px 0 0;    
}


#content #top #mp {
    clear: both;
    margin: auto;
} 

#content #bottom {
    float: left;
    background: #fff5ba;
    width: 475px;
    height: 160px;
    margin: 0 5px 0 0;
}


#content #bottom #text {
    margin: 0 20px 0 20px; 
    clear: both;
    text-align: center;
    font-size: large;
}

#content #bottom #text img {
    vertical-align: middle;
}

#content #bottom #text .small {
    font-size: small;
    margin: 20px 0 20px 0;
}

#content-header {
    height: 40px;
    background: #fff5ba;
    padding-left: 50px;
    color:#263F66;
}

#content-header h1 {
    padding: 0;
    margin: 4px;
    font-size: 22px;
    float: left;    
}

#content-header h2 { 
    float: left;
    padding: 0;
    margin: 12px 0 2px 15px;
    font-size: 12px;
    font-weight: normal;
}


#content {
   color: #444;
   margin: 10px auto 30px auto;
   width: 960px;    
}

#content .box {
    background: #fff5ba;  
    margin: 5px;
    padding: 10px 0 10px 0;
    border-radius: 10px 10px 10px 10px;
}

#content .box .box-title {    
    margin: 0 20px 0 20px;
    padding-bottom: 4px;      
}

#content .box .box-title h3 {
    margin: 0;
    padding: 0;   
    font-size: 18px;     
    color: #a6911f;
    text-align: center;
}

#content .box .box-title h4 {
    margin: 0;
    padding: 0;   
}


#content .box .box-content {    
    margin: 0 20px 0 20px;
    line-height: 1.5;      
}

#content #comments-box {
    width: 950px;
    margin: auto;
    float: none;
}

#content .box #comment-add {
    padding: 0 20px 0 20px;
}

#content .box .comment-item {
    border-top: solid #ccc 1px;
    margin: 5px 20px 5px 20px;
    padding: 2px;
}

#content #mp-box {
	width: 400px;
	float: left;
}

#content #info-box {
	width: 520px;
	float: right;
	font-size: 11px;
}

#content #info-box th {
	text-align: left;
	vertical-align: top;
}

#content #info-box #info-table { 
	width: 480px;
	margin: 5px 15px 5px 15px;
}


#content #mp {
	margin: 5px 20px 5px 20px;
}

#content #tipofday {
	width: 600px;
	float: left;
}

#content #tipofday .item {
	float: none;
	clear: both;
	padding: 5px 0 5px 0;
}


#footer {   
    margin-top: 20px; 
    padding: 5px;
    clear: both;
    border-top: 1px solid #ddd;
    color: #888;     
}

#footer #footer-content a {   
    color: #88f; 
}

#footer #footer-content {   
    margin: 0 10px 0 10px;
    text-align: center;
}


.bold {
    font-weight: bold;
}

#signaly-share {
	background: #3ab13a;
	cursor: pointer;
	display: inline-block;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,.3);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	font-weight: bold;
	padding: 6px 13px 5px;
	text-shadow: 1px 1px rgba(0,0,0,.3);
	text-align: center;
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-size: 15px;
	cursor: pointer;
}

.info {
    color: #0c0;
}

.warn {
    color: #c00;
}

.hint {
    color: #0cc;
}

.help {
    color: #0c0;
}

