﻿/****************************************************************
TYPOGRAPHY

This CSS file calls a set of core typography styles based upon 
the core XHTML tags. It is included in all templates.
****************************************************************/
body {
	font-family: Arial, verdana, tahoma, helvetica;
	font-size:77%;
	padding:0 0 0 0;	    
	margin:0;	
}

a {
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
	color:#1d5da7;
}
	
h1 {
    color:#6394d0;
    font-size:1.5em;
}
h1 a{

}


h2 {
    color:#f57b21;
    font-size:1.5em;
}
h2 a{

}


h3 {
    color:#f57b21;
    font-size:1.3em;
}
h3 a{

}

h4 {
    color:#f57b21;
    font-size:1.1em;
}
h4 a{

}

h5 {

}
h5 a{
	
}


h6 {

}
h6 a{
	
}

p 

{
	padding:0;
	margin:0;
	padding-top:8px;
	margin-top:0;
	padding-bottom:0;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, verdana, tahoma, helvetica;
	color:#999;
}

ul {

}

li{
	
}

ol {

}

hr {

}

img
{
    border-style:none;
    border-style:hidden;
    border:none;
    border:hidden;
}

/* FORMS */
.TextField
{
	font-family: Arial, verdana, tahoma, helvetica;
}

select, input {
	font-family: Arial, verdana, tahoma, helvetica;
}

textarea {
	font-family: Arial, verdana, tahoma, helvetica;
}


#Table
{
    border:none;
    border-style:none;
    border:hidden;
    border-style:hidden;

}

#Table th, td
{
    border:none;
    border-style:none;
    border:hidden;
    border-style:hidden;    
    padding-left:10px;
    padding-right:10px;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, verdana, tahoma, helvetica;
	color:#999;    
}

#Table td p
{

}

.DATA_CAPTURE_TABLE td
{
    border:none;
    border-style:none;
    border:hidden;
    border-style:hidden;    
    padding-left:0px;
    padding-right:10px;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, verdana, tahoma, helvetica;
	color:#999;  
}

.SQL_TABLE
{
    border:none;
    border-style:none;
    border:hidden;
    border-style:hidden;    
    width:100%;
}

.SQL_TABLE td
{
    padding:5px;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Arial, verdana, tahoma, helvetica;
	color:#999;  
}

.SQL_TABLE_ITEM_STYLE
{
    background-color:#ecf3fb;
}

.SQL_TABLE_ALTERNATING_ITEM_STYLE
{
    
}


#CVBuilderBody
{
    padding:0;
    margin:0;    
}

.CVMainMenu
{

}

.CVBuilderMain 
{
    width:410px !important;    
}
.CVBuilderMain p
{
    position:relative;
    float:left;
    left:-10px !important;
    padding:0;
    margin:0;
    width:410px !important;
}

.CVBuilderMain .FORM_TITLE
{
    position:relative;
    float:left;
    left:0px !important;
    padding:0;
    margin:0;
 
    color:#f57b21;
    font-size:1.1em;
    font-weight:bold;    
    padding-bottom:20px;
}

#pnlSkillsEdit
{
    width:410px !important;    
}

.FORM_TITLE
{
    float:left;
    width:120px !important;      
}

.CV_FORM_LABEL
{
    border:1px solid green;
    float:left;    
    width:150px !important;      
}
