/* 
    Document   : style
    Created on : Feb 2, 2011, 11:31:38 AM
    Author     : estrikowski
    Description:
        Purpose of the stylesheet follows.
*/

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

/*.ui-dialog-titlebar { display:none; } 
.ui-widget-content { border:none; }*/

#wellness_measures_id, #wellness_measures_id-label { display:none; }
#user_id, #user_id-label { display:none; }

#tabs
{
    margin-top:14px;
}
body
{
    font-family:Arial, Helvetica, sans-serif;
    background-color:white;
/*    background: url(../media/webart/site-background.jpg);
    background-repeat: no-repeat;*/
    
    font-size:12px;
   /* margin:0;
    padding:0;*/
   
}

.loading
{
        top:10px;
	padding:10px;
        font-size:14px;
        background-color: red;
        color:#fff;
        font-weight:bold;
}

.goodColorText
{
	color:green;
	font-weight:bold;
}

.badColorText
{
	color:red;
	font-weight:bold;
}

.errors
{
	color:red;
}
.navButton
{
    width:85px;
    height:22px;
    text-align: center;
    padding-top:8px;
    
    color:#666;
    font-weight:bold;
    font-size:13px;
    float:left;
    cursor: pointer;
}

select { 
	
	
	 border-radius: 0px; 
	 
	
	 box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	 color:rgba(0,0,0,0.9);
	 border:1px solid rgba(0,0,0,0.5);
	 width:200px;
	 padding:5px 2px 5px 2px;
}

form {
    
    /*padding: 20px;
    border: 1px solid #270644;
	*/
  
    
}

.formButton
{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border-radius: 5px;
	 -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	 -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	 box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	 color:rgba(0,0,0,0.9);
	 border:1px solid rgba(0,0,0,0.5);
	 background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
	 background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));
	 padding:5px 5px 5px 5px;
}

form label {  
    color:#666;
    font-size: 14px;  
    text-shadow: 0px 1px 0px #fff;  
}  

input {  
    padding: 3px;  
    font-size: 13px;  
    text-shadow: 0px 1px 0px #fff;  
}  



.ovcontent
{
    width:100%;
    min-height: 10px;
    margin-top:15px;
    
}

.ovlabel
{
    font-weight:bold;
    font-size:14px;
}

.ovleft
{
    position:relative;
    /* background-color:#8080FF; */
    min-height:30px;
    width:100%;

}

.ovright
{
    /* background-color:#D6FF5C; */
    position:absolute;
    min-height:inherit;
    width:60px;
    margin-top:5px;
    top:0px;
    right:5px;
    

    
}


div.valContainer
{
    padding-top:5px;
    padding-bottom:5px;
    clear:both;
}

div.value
{
    margin-left:10px;
    float:left;

}

.overview
{
   position:relative;
   border-top:thin solid #ccc;
   border-right:thin solid #ccc;
   border-left:thin solid #ccc;
   min-height:30px;
   width:600px;
   margin:0px auto;
   height:auto;
   padding:5px;
}

.leftPanel
{
     
     float:left; 
     width:165px;
     margin-right:10px;
     
}

.centerPanel
{
    width:100%;
    float:left;
}
.rightPanel
{
    
    padding:5px; 
    min-height: 200px; 
    margin-left:10px;
   
    float:left;
}


.plugin
{
    position:absolute;
    min-height:200px;
    background-color:#cd0a0a;
    
}



.workspace
{
    margin-left: auto;
    margin-right: auto;
    
    
    padding:10px;
}

div.label
{
    margin-left:10px;
    float:left;
    font-weight:bold;
    width:100px;
    clear:left;
}


h1
{
    color:#000;
    font-weight:bold;
    font-size:2em;
    margin-top:0px;
    margin-left:0px;
    margin:0px;
    padding:0px;
}

h4
{
	color:#666;
    font-weight:bold;
    font-size:14px;
    margin-top:0px;
}


h3
{
    margin-left:10px;
    margin-bottom:5px;
}
#fieldset-left
{
    top:80px;
    position:absolute;
    width:250px;
    float:left;
}
#fieldset-right
{
    position:absolute;
    top:80px;
    left:300px;
    width:250px;
    
}

fieldset
{
    border:none;
}
.link
{
    text-decoration:underline;
    cursor:pointer;
    
  
}

.topmenu
{
    height:20px;
    margin-top:0px;
    width:100%;
    background-color:#d3d3d3;
}
.topmenu .link
{
    padding:0px;
}
.formLabel, .formLabel p
{
    font-weight:bold;
    margin:0px;
    padding:0px;
}

p
{
    
    margin:3px 0px;
    padding:0px;
}

.description
{
	font-weight:normal;
	font-size:12px;
	color: #333;
}
.frame
{
    border:thin solid #CCC;
    margin-bottom:8px;
}

label{
    font-weight:bold;
}
p.clientInfo
{
    margin-left:10px;
    padding:0px;
    width:300px;
}
/*
table
{
font-size:12px;
}
table td
{
    padding:5px;
    text-align:left;
}

table th
{
    padding:5px;
    text-align:left;
    font-weight: bold;
}
*/
dd
{
  display: block;
  margin-left: 10px;
}

dt
{
    font-weight: bold;
    margin-top:5px;
    display: block;
    margin-left: 10px;
}

.sideBySide{
	width:300px;
	
}
.sideBySide dt, .sideBySide dd{
	float:left;
}
.sideBySide dt#submit-label, .sideBySide dt#cancel-label{
	display:none;
}

