/* basic layout classes */        
.fcaption {
    color: #009EDE;
    font-size: 1.15em;
    font-weight: bold;
}

.dottedline {
	border: none;
	border-bottom: 1px dotted #515151;
}
.martop10 {
	margin-top: 10px;	
}
.fit {
	font-style: italic;
}

.font1_5 {
	font-size: 1.5em;	
}
.font0_7 {
	font-size:	0.7em;	
}
.font1_2 {
	font-size: 1.2em;
}
	
.fbold {
	font-weight: bold;
}

.bluetextclr, .gblue {
	color:	#00baff;
}

.talcen {
	text-align: center;
}

.talright {
	text-align: right;
}

.padt7 {
	padding-top: 7px;
}

.padt14 {
	padding-top: 14px;
}
.nospace {
    padding: 0px;
    margin: 0px;
    font-size: 0.5em;
}
.padl14 {
	padding-left:	14px;
}

/* additional stuff */
.box {
/*    font-size: 0.9em; */
	position: relative;
	margin: 0 0 15px;
	color: #000;
  	padding: 10px;
	background: #dadada;
    -moz-border-radius: 4px;
    border-radius: 4px;    
    -webkit-border-radius: 4px;
    min-height: 1em;
}

.box h4 {
    font-size:  0.90em; 
	position: absolute;
	top: 0;
	right: 0;
	background-color: #00baff;
	color: #fff;
	font-weight: normal;
	padding: 1px 4px 3px;
    -moz-border-radius: 0px;
    border-radius: 0px;    
    -webkit-border-radius: 0px;

    -moz-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-right-radius: 4px;    
    border-bottom-left-radius: 4px;    
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;    
}

.rc {
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;    
    -webkit-border-radius: 4px !important;
}

.embed-gnet-news {
	width: 	600px;
	height: 350px;
	margin:0 auto;
}

.embed-gnet-article {
	width: 	550px;
	height: 315px;
	margin:0 auto;
}

.embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}
