@CHARSET "ISO-8859-1";
@import "jquery.ui.all.css";
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    font-size: 12px;    
    font-family: verdana, arial, sans-serif;
    width:100%;
    line-height: 22px;
    padding:0px;    
    background-color:#ffffff;
}
.code {
  background-color:#EEEEEE;
  font-family:Courier New;
  font-size:8pt;
}
tr.conId1{
    float:left;
    clear:both;
    
    background-color:#ffffff;
    border:1px solid #fff;
    width: 600px;
    padding:2px;
    margin-left:3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}
td.conDtls{
    background: #ffffff;    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;    
    outline: none;
    padding: 2px;
    width: 400px;
    float:right;
}
th.conTh{
    width:160px;
    float:left;
    text-align:right;
    margin-right:15px;
    line-height:26px;
    padding: 2px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}

.header
{	
	margin-top:0px;
	height:70px;    
   	background-color: #FCFCFC;
   	border: 1px solid lightgray; 
} 
.bar
{	margin-top:0px;
	margin-bottom:0px;
	background-color: #f5f5f5;    
    float: none;	
    border-bottom: 1px solid #fff;
    border-top: 1px solid #d9d9d9;
    color:#333;  
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;    
	font-size: 14px;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
        
}
.detailbar
{
	border: 1px solid lightgray;	
	padding: 20px;
	margin-bottom: 10px;
	font-size: 14px;
    font-family: Arial, 'Helvetica Neue', sans-serif;
    letter-spacing: 0.1px;
    line-height: 1.8;   
	
}

.detailbar tr td
{	
	padding: 5px;	
}

.pull-left {
	margin-left:10px;	
	float:left !important;	
}
.pull-right {		
	margin-right:10px;	
	float:right !important;
}
.main-div{	
	width:65%;
	padding-left:17.5%;	
    padding-right:17.5%;
	height:inherit;		
	border-color:#e7e7e7;	
}
.simpletext
{
	font-size: 14px;
    font-family: Arial, 'Helvetica Neue', sans-serif;
    letter-spacing: 0.1px;
    line-height: 1.8;
    margin: 10px;   
}
.headings
{
	font-size: 14px;
    font-family: Arial, 'Helvetica Neue', sans-serif;
    letter-spacing: 0.1px;
    line-height: 1.8;
    font-weight: bold;  
}
#header label{
   font-size: 20pt;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    padding: 2% 15%;"
}
#maincontent input{
width: 188px;
padding: 5px;
border: 1px solid #ddd;
border-radius: 3px;
}
#maincontent select{
    width: 200px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;    
}
#maincontent label{
    font-size: 14px;
    font-family: Arial, 'Helvetica Neue', sans-serif;
    letter-spacing: 0.1px;
    line-height: 1.8;
    font-weight: bold;
    padding: 10px;
}
#maincontent button
{
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    width: auto;
    font-weight: bold;    
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
}
textarea{
    resize:none;
    padding:3px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.errmsg
{
    font-size:8pt;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal; 
    color:red;
}

#relconcept{
    width: inherit;
    border:1px solid #ddd; 
    border-radius:5px;
    box-shadow:1px 2px 2px #ddd; 
    padding:10px
}

/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: #f1f1f1;
	color:#333;
	font-weight: bold;  
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;    
	font-size: 14px;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-top: none;
	
}