table {font-family: Verdana;font-size: 10px;color:black;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f2f2f2;	
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:link 
{
	color:DimGray;
	text-decoration: underline;
		
}
a:visited 
{
	color:DimGray;
	text-decoration: underline;
	
}
a:active 
{
	color:DimGray;
	text-decoration: none;	
}

a.white:hover {	color: white;text-decoration: none;}
a.white:link {	color:white;text-decoration: underline;}
a.white:visited {	color:white;	text-decoration: underline;}
a.white:active {	color:white;	text-decoration: none;}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
		
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
.items {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
	font-weight: bold;
}
.itemsbig {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF9900;
	font-weight: bold;
}
.hometext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.form {
	background-image: url(images/celda_gris2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
}

.field {
    clear: both;
    float:left;
    width: 90px;
    text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
}
.field2 {
    clear: both;
    /*float:left;*/
    /*width: 180px;*/
    text-align: left;    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
}

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(images/celda_gris3.jpg);
}
.Login1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.Login2 {
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.forumUserColumnHeader
{
	background-color:#cccccc;
	
}





	button { border:0; cursor:pointer; font-weight:bold; padding:0 20px 0 0; text-align:center; float: none; width: auto; }
	button span { position:relative; display:block; white-space:nowrap; padding:0 0 0 20px; }
	
	/*blue buttons*/
	button.submitBtn { background:url(images/btn_blue_right.gif) right no-repeat; font-size:1.8em; font-weight: bold; }
	button.submitBtn span { height:50px; line-height:50px;background:url(images/btn_blue_left.gif) left no-repeat;color:#fff; }
	button.submitBtn:hover {background:url(images/btn_blue_right_hover.gif) right no-repeat; }
	button.submitBtn:hover span {background:url(images/btn_blue_left_hover.gif) left no-repeat; }
	
button.submitBtn:hover,button.submitBtn:focus { 
background:url(images/btn_blue_right_hover.gif) right no-repeat; 
} 
button.submitBtn:hover span, button.submitBtn:focus span { 
background:url(images/btn_blue_left_hover.gif) left no-repeat; 
}

	button:focus::-moz-focus-inner { border-color: transparent ! important; } 
	button::-moz-focus-inner { border: none;} 


/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: 150px;
    width: 170px;
    margin-top: -10px;    
    border: 1px solid #c93;
    padding: 8px 5px 8px 5px;
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align:left;
	z-index:9999;	
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(images/pointer.gif) left top no-repeat;
}

/* All form elements are within the definition list for this example */
dl {
	
	font-family: Verdana;
	font-size: 15px;
    /*position: relative;*/
    width: 400px;
    
}
dt {
    clear: both;
    float:left;
    width: 110px;
    padding: 4px 0 2px 0;
    text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;    
}

fieldset 
{
	border:1px solid Gray ;
	padding-left:10px;	
	/*padding: 10 0 0 0;*/	
	
	}
legend {
	/*border:1px solid Gray;*/
	padding: 0 0 0 10;
}
dropdownlist
{
	z-index: 0;
}
select{
	z-index: 0;
}
