/* 
   Document   : form_style
    Created on : Aug 16, 2013, 10:16:25 AM
    Author     : Magnet Brains
    Description:
        Purpose of the stylesheet follows.
*/
div#entries_content table td, div#entries_content table th { 
    border: 1px solid #eee; 
    padding: .6em 10px; 
}
h1 { 
    font-size: 1.2em; 
    margin: .6em 0; 
}
div.whole_div div#entries_content { 
    margin: 1em 0; 
    border-collapse: collapse; 
    width: 100%; 
}
div.whole_div div#entries_content {
    margin: 20px 0; 
}
div.whole_div {
    width:90%; 
    display: block;
}
.whole_div ul#tabs{
    width: 100%;   
    overflow: hidden;
    margin: 20px 0 20px 0;
    padding: 0;    
}
div.whole_div li{
    float: left;
    width: 27.3%;
    margin: 0;
    padding: 10px 20px;
    background-color: #002a80;
    border: 1px solid white;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
div.whole_div li:hover{  
    background-color: #0074a2;    
}
div.whole_div li#goto_fg_advance_form li.selected {
    background-color: red;
}

div#fg_form_show div#fgcf_content_wraper{
    border:3px solid white;
    background-color: orange;
    color: white;
    padding-top: 15px;
    opacity:1.0;
    filter:alpha(opacity=100);
}
div#fg_form_show div#fgcf_content_wraper p input{
    border-radius: 5px;
    margin-left: 20px;
    heigth:44px;
    width:300px;
}
div#fg_form_show div#fgcf_content_wraper div#name_wraper p label#fgcf_form_name{ 
    margin-left: 20px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 5px;
}
div#fg_form_show div#fgcf_content_wraper div#email_wraper p label#fgcf_form_email{
    margin-left: 20px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 5px;
}
div#fg_form_show div#fgcf_content_wraper div#subject_wraper p label#fgcf_form_subject{
    margin-left: 20px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 5px;
}
div#fg_form_show div#fgcf_content_wraper div#message_wraper p label#fgcf_form_message{
    margin-left: 20px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 5px;
}
div#fg_form_show div#fgcf_content_wraper p textarea{
    margin-left: 20px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 5px;
    width:300px;
    border-radius: 5px;
}
div#fg_form_show div#fgcf_content_wraper p#submit_wrapper input#submit_form{
    margin-left: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    height:40px;
    width: 90px;
    webkit-appearance: push-button;
    white-space: pre;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    background-color: #f0522b;
}
div#fg_form_show div#fgcf_content_wraper p#submit_wrapper input#submit_form:hover{
    background-color: #e7512c; 
}
div#update_div {
    padding-bottom: 5px;
    overflow: hidden;
    padding-left: 30px;
    background-color: #E0E0DF;
    z-index: 1000;
    color:#797979;
    box-shadow: 10px 10px 10px 10px #888888;
}
div#delete_div {
    padding-bottom: 5px;
    overflow: hidden;
    padding-left: 30px;
    background-color:#E0E0DF;
    z-index: 1000;
    color:#797979;
    box-shadow: 10px 10px 10px 10px #888888;
	height:200px;
}
div#update_div div#fgcf_dialog_form form p div.fgcf-form_label label{
    font-family: sans-serif;
    font-size: 20px;
    font-style: oblique;
    font-weight: bold;
}
div#update_div div#fgcf_dialog_form form p input {
    margin: 0em;
    font: -webkit-small-control;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start; 
    height:25px;
    width:150px;
}
div#update_div div#fgcf_dialog_form form p#submit_wrapper input.form_update_entry{
    margin-left: 120px;
    webkit-appearance: push-button;
    white-space: pre;
    height:35px;
    width: 70px;
    display: inline-block;
    text-align: center; 
    border-radius: 5px;
	font-size:13px;
	}
div#update_div img#close_popup_img{
    float:right;
    cursor: pointer;
}
div#delete_div img#close_popup_img{
    float:right;
    cursor: pointer;
}
div#delete_div div#delete_head
{
font-size:19px;
margin-top:64px;
margin-left:60px;
}
 input#yes_del
     { margin-top:8px;
	 margin-left: 80px;
    webkit-appearance: push-button;
    white-space: pre;
    height:30px;
    width: 63px;
    display: inline-block;
    text-align: center; 
    border-radius: 2px;
	font-size:13px;
}
 input#no_del 
      { margin-top:8px;
	  margin-left: 6px;
    webkit-appearance: push-button;
    white-space: pre;
    height:30px;
    width: 63px;
    display: inline-block;
    text-align: center; 
    border-radius: 2px;
	font-size:13px;
}