

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
body{
	font-size:12px;

	}
form{
	margin:0px;
	padding:0px;
	}

.ui-widget { 
font-family:Arial,sans-serif; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
font-family:Arial,sans-serif; 
 }
.ui-widget-content {background:none;}
.ui-widget-content a { color: #bcbcbc; }
.ui-widget-header{ 
	  font-weight:bold; 
      clear:both;
	   padding-right:10px;
		background: none;
		float:right;
		}


/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {float:left;
	text-transform:capitalize;
	
	font-weight:bold;
	 
	}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color:#fff; 
	text-decoration: none;
	outline: none; 
	
	background:#636363; }
.ui-state-hover, .ui-state-focus,{
    border: 0px solid #999999; 
    background:url(../images/rounderdtab_left.gif) no-repeat left top #388dc7;
	color:#000;
	outline: none; 
	font-weight:bold;
	 }
.ui-state-hover a, .ui-state-hover a:hover { 
	color: #212121;
 	text-decoration: none;
 	outline: none;  
 	background:url(../images/rounderdtab_left.gif) no-repeat left top #388dc7;
	}
.ui-state-active, .ui-widget-content .ui-state-active{
	background:url(../images/rounderdtab_left.gif) no-repeat left top #388dc7; 
	font-weight: normal;
	font-weight:bold;
	color:#000; 
 	outline: none; 
	}
 
 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121; 
  outline: none; 
  text-decoration: none;
  font-weight:bold;
  background:url(../images/rounderdtab_left.gif) no-repeat left top #388dc7;
  }

