/**
 *  File: general.css
 *
 *  Author: Tasso Kostalas oame@rizendev.com
 * 
 *  Basic general tags. No special context.
 *  For specific context see content.css or footer.css.
 */

body {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 8pt;
    color: blue;

}
/*MCIS forms structure*/
div.mcisForm       {text-align:center;}
div.mcisForm table {border:1px solid #009900; margin:10px;}
div.mcisForm table caption {font-weight:bold; text-align:left;}
div.mcisForm th    {font-family:Arial; color:#ffffff; font-size:10pt; border:1px solid #333333; padding:2px; background-color:#CCFFFF; text-align:right;}
div.mcisForm td    {padding:0 10px; text-align:left; background-color:#0000FF; font-weight:bold;}
div.mcisForm input {border:1px solid #FF9900; width:200px;}
div.mcisForm.Button input {border:0px solid #FF9900; width:100px;}

/*User profile and forum structure*/
div.userForm       {text-align:center;}
div.userForm table {border:1px solid #333333; margin:10px;}
div.userForm table caption {font-weight:bold; text-align:left;}
div.userForm th    {font-family:Arial; color:#ffffff; font-size:10pt; border:1px solid #333333; padding:2px; background-color:#009900; text-align:right;}
div.userForm td    {padding:0 10px; text-align:left; background-color:#CCFFFF; font-weight:bold;}
div.userForm input {border:1px solid #333333; width:200px;}



div.floatright {
  position: relative; /* ADD */
  float: right;
  text-align:right;
  /* width: 30%; */
}


div.floatleft {
  position: relative; /* ADD */
  float: left;
  text-align:left;
  /* width: 30%; */
}

td img {display: block;}

TD.LeftPanel{
	background-color:  lightcyan
}
TD.Banner {
	background-color:  lightcyan
}
TD.Main {
	background-color:  yellow
}
P.Info {
	color : black;
	text-indent:0px;
}	
	
TABLE.Main {
	cellpadding:10;
	cellspacing=10;
}
P.LeftPanel {
	font-size: 8pt;
	}
	
	P.Main {
	padding-left:20px; 
	}
	
	
UL.LeftPanel , LI.LeftPanel, UL LI.LeftPanel	{
	font-size: 8pt;
	}
	
EM.LeftPanel {
	background-color:  yellow;
	font-style:normal;
}

}
hr {color: #8090b0;}

a.LeftPanel:link {
	color: blue;
	text-decoration: none;
	font-family: "Arial", Helvetica, sans-serif;
}

a.LeftPanel:visited {
    color: blue;
	text-decoration: none;
	font-family: "Arial", Helvetica, sans-serif;
}

a.LeftPanel:hover {
	color: blue;
	text-decoration: none;
		BACKGROUND-COLOR: orange;
	font-family: "Arial", Helvetica, sans-serif;
}

a.LeftPanel:active {
	color: blue;
	text-decoration: none;
	font-family: "Arial", Helvetica, sans-serif;
}

H1.Main {
	color: green;
	font-size: 14pt;
	}
	
	
H2.Main {
	color: red;
	font-size: 12pt;
	}
	
H1 EM.Banner{
	color: lightblue;
}

.BannerConfName {
	color: black;
	font-size: 16pt;
	font-family: "Arial", Helvetica, sans-serif;
}

.BannerSubTitle {
	color: red;
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
}

.BannerLoc {
	color: blue;
	font-size: 13pt;
	font-family: "Arial", Helvetica, sans-serif;
}

.BannerDate {
	color: green;
	font-size: 12pt;
	font-style: italic;
	
	font-family: "Arial", Helvetica, sans-serif;
}
.BannerFn {
	color: orange;
	font-size: 14pt;
	font-family: "Arial", Helvetica, sans-serif;
}
.BannerRegNum {
	color: black;
	font-size: 7pt;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.BannerMCISnameBlue {  
	color: blue;
	font-size: 7pt;
	font-family: "Arial", Helvetica, sans-serif;
}
.BannerMCISnameGreen {  
	color: green;
	font-size: 7pt;
	font-family: "Arial", Helvetica, sans-serif;
}
.BannerMCISnameOrange{  
	color: orange;
	font-size: 7pt;
	font-family: "Arial", Helvetica, sans-serif;
}
.BannerMCISnameRed {  
	color: red;
	font-size: 8pt;
	font-family: "Arial", Helvetica, sans-serif;
}

.BannerPreposition {
	color: lightgreen;
	font-size: 12pt;
		text-decoration: none;
	font-family: "Arial", Helvetica, sans-serif;
}
.BannerName {
	color: red;
	font-size: 14pt;
	font-family: "Arial", Helvetica, sans-serif;
}
TR.RequiredField {
	background-color:  yellow;
}

p {text-indent:0px;}

/*h1 {font-size:15pt; text-indent:20px; text-decoration:underline;}*/
h1 {font-size:16pt; padding-left:20px; }

h2 {font-size:14pt; padding-left:15px;}

h3 {font-size:13pt; padding-left:10px; font-variant:small-caps; text-decoration:underline;}

sup {font-size:8pt; font-variant:normal;}

th {text-align:center; border-left:1px solid #a84848; padding-top:5px;}