/*******************************
 Style Sheet - RXPreceptor.com 
********************************/


/* SIDEBAR */
/* ---------------------------------------*/
.sidebox { 
padding:5px;
} 

.navhead { 
text-align:center;
font-weight:bold;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-top:3px;
margin-bottom:3px;
padding:5px;
} 

.selected {
 font-weight:bold;
}

.navhead  { 
cursor:pointer;
} 

.navhead span { 
text-align:center;
} 


.subnav { 
text-align:center;
} 

.submenu { 
width:100%;
margin : 0; 
padding : 0; 
list-style : none; 
margin-bottom:10px;

} 

.submenu li { 
margin:0 auto; 
width : 95%; 
} 

.submenu li a {
width:100%; 
display : block; 
height : 20px; 
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-bottom:3px;
border:1px solid #222;
text-decoration:none;
} 

.submenu li a:hover { 
border:1px solid #333;
} 

.button_edit, .button_delete, .button_close, .button_help, .button_add{ 
float:right;
text-align:center;
width:40px;
font-size:10px;
cursor:pointer;
padding:2px;
margin-right:3px;
color:white;
font-weight:bold;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}


.button_logout  { 
text-align:center;
width:50px;
font-size:10px;
cursor:pointer;
padding:2px;
color:white;
font-weight:bold;
margin-top: 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

}

.button_dash  { 
text-align:center;
width:75px;
font-size:10px;
cursor:pointer;
padding:2px;
color:white;
font-weight:bold;
margin-top: 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

}

.button_open { 
text-align:center;
width:60px;
font-size:10px;
cursor:pointer;
padding:2px;
color:white;
font-weight:bold;
margin-top: 5px;

-moz-border-radius:5px;
-webkit-border-radius:5px;
}


.record_content { 
float: left;
width:425px;
}

.record_buttons { 
float: right;
margin-top:15px;
width: 100px;
}

#content_divider {
margin-top:20px; 
clear:both; 
height:1px;

}
.submit_button { 
text-align:center;
font-size:10px;
cursor:pointer;
padding:2px;
color:white;
font-weight:bold;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

p { 
	margin-left: 0px;
}

a { text-decoration:none; }

.header_title {
 font-weight:bold;
 font-size:14px;
}

.t12 {
font-size:12px;
}

.t14 {
font-size:14px;
}


