/*
 * TCT Data Tracker Default Style v1 
 * By: Pablo Delgado
 */

/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
body { 
	font-family: verdana; 
	font-size: 8pt;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: white url(../images/header_pattern.gif) top;
	background-repeat: repeat-x;
	}
img {
	padding: 0px;
	}
hr {
	height: 3px;
	color: #FFC004;
	background-color: #FFC004;
	border: 0 none;
	}
p { 
	font-family: verdana; 
	font-size: 8pt;
	text-align: justify;
	}
h3 { 
	font-family: verdana; 
	font-size: 8pt;
	font: italic normal 12pt verdana; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	}
a:hover, a:active { 
	text-decoration: underline; 
	}
table {
	border: 0;
	font-family: verdana;
	font-size: 12px;
	}
th {
	border: 0;
	background-color: #2C5F93;
	color: white;
	}
td {
	border: 0;
	}

textarea {
    border: 1px solid #000;
    }

select {
    color: #000;
    /*
    background: #FFC004;
    background: #ffa20f;
    */
    border: 1px solid #000;
    }

input {
    /*color: #781351;*/
    color: #000;
    /*
    background: #FFC004;
    background: #ffa20f;
    */
    border: 1px solid #000;
    border: 1px solid #cccccc;
    }

input [type="radio"] { border: 0px; }
input.radio { background:green; border: 0px; }

.radio input {
    border: 0px;
    }

.submit input {
    color: #000;
    /*
    background: #ffc004;
    background: #ffa20f;
    */
    /*
    background: #ffc004;
    background: #ffa20f;
    */
    }

label {
    width: 15em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block
    }
 
legend {
    color: #000;
    background: #ffa20c;
    background: #ffc004;
    border: 1px solid #781351;
    padding: 2px 6px
    }
 
.topImage {
	vertical-align: top;
	}

.centeredImage {
	vertical-align: middle;
	}

.bottomImage {
	vertical-align: bottom;
	}
	
.leftImage {
	vertical-align: left;
	}

.rightImage {
	vertical-align: right;
	}

.ReportModuleTitle {
	font-family: verdana, arial;
	font-size: 25px;
	text-align: center;
	color: #ff0000;
	margin: 1px 1px 1px 1px;
}

.ReportModuleSubTitle {
	font-family: verdana, arial;
	font-size: 15px;
	text-align: center;
	margin: 1px 1px 1px 1px;
}

.arrowShape {
    background: #fff url(../images/left_arrowtip.png) no-repeat right 50%;
    margin: 0;
    padding: 0;
    float: left;
    }

.arrowShape a {
    display: block;
    border: 1px solid #363;
    border-right-width: 0;
    padding: .3em .6em .3em .6em;
    margin-right: 1.1em;
    font: bold .7em Arial, Helvetica, sans-serif;
    color: #363;
    text-decoration: none;
    }

/******************************************************
 * CSS FOR Smarty Tempalates
 ******************************************************/
.content-section {
    position: relative;
    margin: 30px 30px 30px 30px;
    }

.content-header {
    /* Margin: top,right, bottom, left */
    position: relative;
    padding: 0px 0px 0px 0px;
    }

.ch-title {
    position: relative;
    font-size:25px;;
    color:#dd1a22;
    }

.ch-subtitle {
    position: relative;
    font-size:15px;;
    color:#3f8db1;
    }
