/**
* @version $Id: general.css 14401 2010-01-26 14:10:00Z louis $
* @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

/**
 * Joomla! 1.5 Admin template main css file
 *
 * @author		Andy Miller <andy.miller@joomla.org>
 * @package		Joomla
 * @since		1.5
 * @version    1.0
 */

/* -- General styles ------------------------------ */

body {
    font-family:"Times New Roman", Times, serif;
	margin:0px auto;
    background-position: top center;
	font-size: 15px;
	width: 960px;
    height: 100%;
	position:relative;
    background: #fff ;
    
}
.content-body{
    background: #ccc;
    width: 100%;
    height: 100%;
    margin:5px auto;
    position:relative;
    padding: 0px;
    float: left;
    -webkit-border-radius:5px;
	-moz-border-radius:8px;
	-webkit-box-shadow:0 0 20px rgba(34,80,127,0.1);
	-moz-box-shadow:0 0 20px rgba(34,80,127,0.1);
    border:2px solid #074162;
    
}
.content{
    padding: 5px;
    background: #ccc;
}
.h2{
    font-size: 16px;
    padding: 5px;
    margin-bottom: 5px;
}
.h1{
    font-size: 23px;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold; 
}
.module1{
   width: 100%;
   float:left; 
   
}
.module1 .left{
   width: 45%;
   float:left; 
   
}
.module1 .right{
   width: 55%;
   float:left; 
}
.content-module1{
    background: #fff;
    -moz-border-radius-bottomright: 7px; 
    -moz-border-radius-bottomleft: 7px;
}
.header-form{
    width: 100%;
    height: 30px;
    color: white;
    font-weight: bold;
    -webkit-border-radius:0px;
    -moz-border-radius-topright: 7px; 
    -moz-border-radius-topleft: 7px;
    -webkit-box-shadow:0 0 0px rgba(34,80,127,0.1);
    -moz-box-shadow:0 0 0px rgba(34,80,127,0.1);
    display: block;
    
}
.with100{
    width: 99%;
    border:1px solid #074162;
    margin: 0px 10px 10px 0px;
    float: left;
	-webkit-border-radius:5px;
	-moz-border-radius:8px;
	-webkit-box-shadow:0 0 20px rgba(34,80,127,0.1);
	-moz-box-shadow:0 0 20px rgba(34,80,127,0.1);
}
.AdditionalQuestions{
    width: 98%;
    border:1px solid #074162;
    float: left;
    margin: 10px 10px 10px 9px;
	-webkit-border-radius:5px;
	-moz-border-radius:8px;
	-webkit-box-shadow:0 0 20px rgba(34,80,127,0.1);
	-moz-box-shadow:0 0 20px rgba(34,80,127,0.1);
}
.title{
    width: 100%;
    padding: 2px;
    display: block;
    float: left;
    font-size: 16px;
}
.title .left {
    text-align: left;
    width: 250px;
    float: left;
}
.title .right{
    float: right;
    text-align: right;
    margin: 0px 8px 0px 0px;
    width: 500px;
}
.padding{
    padding: 5px;
}
.input {
    color:#3E3E3E;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border:1px solid #074162;
    background-color:silver;
    width: 230px;
    padding: 0px 0px 0px 5px;
    height: 30px;
}
.input:hover {
	text-decoration: none;
    border:1px solid #074162;
    background-color:#fff;
    
}
.select{
    padding: 3px 0px 0px 5px;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
    color: #fff;
    background: #074162 center center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border:1px solid #074162;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    font-weight:  bold;
}
.button:hover {
	text-decoration: none;
    background: #404040 center center;
    
}
.button:active {
	position: relative;
	top: 1px;
}