/* 
    Document   : default
    Created on : 23/Mai/2009, 20:33:15
    Author     : Pedro Martins
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

HTML, BODY {
    width               : 100%;
    height              : 100%;
    background-color    : #fbfaf6;
    margin              : 0;
    padding             : 0;
    font-family         : Trebuchet MS,sans-serif;
    font-size           : 11px;
	color       		: #717e86;
}

input:focus, textarea:focus, select:focus {
    border      : 1px solid #b2b2b2;
    font-family : Trebuchet MS, sans-serif;
    font-size   : 11px;
    color       : #717e86;
}

input, textarea, select {
    border      : 1px solid #b2b2b2;
    font-family : Trebuchet MS, sans-serif;
    font-size   : 11px;
    height      : 18px;
    color       : #717e86;
	  -moz-border-radius    :4px;
  -webkit-border-radius :4px;
  -khtml-border-radius: 4px;
    border-radius: 4px;
}

input [type=text]{
	border:none;
}

#rounded {
  -moz-border-radius    :4px;
  -webkit-border-radius :4px;
  -khtml-border-radius: 4px;
  behavior: url(../css/border-radius.htc);
    border-radius: 4px;
}

h2{
	font-family:Trebuchet MS, sans-serif;
	font-size:13px;
	padding:4px 8px 4px 8px;
	color:#ffffff;
	font-weight:bold;
	background:#d03c80;
	text-transform:uppercase;
	width:743px;
	 -moz-border-radius    :4px;
  -webkit-border-radius :4px;
  -khtml-border-radius: 4px;
  behavior: url(../css/border-radius.htc);
    border-radius: 4px;
}

h2.subtitle{
	padding:0;
	width:100%;
}
h2.subtitle span{
	display:block;
	padding:4px 8px 4px 8px;
}

.section_title div{
	background:#717e86;
	position:relative;
	width:100%;
	
	-moz-border-radius    :4px;
  	-webkit-border-radius :4px;
  	-khtml-border-radius: 4px;
  	behavior: url(../css/border-radius.htc);
    border-radius: 4px;
}
h4{
	font-family:Trebuchet MS, sans-serif;
	font-size:17px;
	padding:4px 8px 4px 8px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
}
.left_col h2,
.right_col_dash h2{
	width:480px!important;
}
