/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #FEFEFE;
  
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;

}





p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/








/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 720px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


.ltst_updtscntr {
    position: relative;
    width: 100%;
    height: 27px;
    margin: 18px 0;
    background: #e3e3e3;
}

.ltst_updtscntr {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: -5px;
}

.ltst_updtscntr .ltst_updttl {
    position: absolute;
    line-height: 27px;
    padding: 0 5px 0 10px;
    background: #ed1c24;
    color: #fff;
    font-size: 14px;
    left: 0;
    z-index: 9;
}

element.style {
}
.ltst_updtscntr .ltst_updttl {
    position: absolute;
    line-height: 27px;
    padding: 0 5px 0 10px;
    background: #16397e;
    color: #fff;
    font-size: 14px;
    left: 0;
    z-index: 9;
}
.ltst_updtscntr .ltst_updttl {
    text-transform: uppercase;
}
.ltst_updtscntr .ltst_updttl:after {
    position: absolute;
    right: -17px;
    border: 17px solid transparent;
    border-left: 0;
    border-top: 27px solid #ed1c24;
}
.latest_updt {
    box-sizing: border-box;
    float: left;
    /*margin-top: 6px;*/
    padding-left: 155px;
    width: 100%;
}
.latest_updt span {
    float: left;
    padding: 0 17px;
    border-right: 1px solid #333;
    cursor: pointer;
    transition: .2s ease-in;
}
.latest_updt span:hover {
    color: #ab1522;
}
.latest_updt span:hover .updtshow_cntr {
    display: block;
}
.latest_updt span.last {
    padding-right: 0;
    border-right: 0px solid #333;
}

.tag-strip {
padding: 0px 0 25px 0;
}


.updtshow_cntr {
    position: absolute;
    border: 0px !important;
    background: transparent;
    left: 0;
    margin-top: 0;
    z-index: 999;
    display: none; 
    padding-bottom: 0;
    min-height: 0;
    width: 100%;
    background: transparent !important;
    border: 0px !important;
    overflow: hidden;
    -webkit-animation-name: updt;
    -webkit-animation-duration: .2s;
    animation-name: updt;
    animation-duration: .2s;
}
.updtshow_cntr {
    text-align: center;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


#LayoutMain
{	
    position:relative;
	width:920px;	
	margin-left:auto;
	margin-right:auto;		
}

#LayoutContentPane
{
    float:right;
    top:0;
    left:0;
	width:695px;	
}

#LayoutLeftPane {
    float:left;
    top:0;
    right:0;
	width:225px;	
}

.h3SourceCode
{	
	display:inline;
	color:#4A777A;
	font-size:1.8em;	
	font-weight:bold;
	text-decoration:underline;
}

a.TryItYourselfLink
{    
    border:1px solid none;     
    color:#FFFFFF; 
    background-color:#FF8C00;    
    font-family:Arial;
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;
    padding:5px 12px 5px 12px;
}

a.TryItYourselfLink:hover
{    
    border:1px solid none; 
    color:#000000; 
    background-color:Yellow;
    font-family:Arial;
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;    
    padding:5px 12px 5px 12px;
}

.MsgBoxContainer {		
	border: 2px solid #FFD700;	
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	background-color:#FEEC80;
	
	
	overflow:hidden;
	-moz-border-radius: 2px;	
	-webkit-border-radius: 2px;	
	border-radius: 2px;
	/*behavior: url('../Images/border-radius.htc');
    */
}

.para1
{
    font-family:Times New Roman;
    font-size:x-large;
}

.para2
{
    font-family:Verdana;
    font-size:medium;
}

.MyClass
{
    border-color:Blue;
}

