﻿.right
{
    float: right;
}

ul.tabs
{
  
    float: left;
    list-style: none;
   
    width: 100%;
	border-top: 1px solid #e0e0e0;

	
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #e0e0e0;
    color: #757575;
    padding: 0 17px;
}

ul.tabs li a
{
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
    border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
    outline: none;
}

ul.tabs li a:hover
{
    background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover
{
    /*--Makes sure that the active tab does not listen to the hover properties--*/
    background: #fff;
    border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

Tab Content CSS .tab_container
{
    border: 1px solid #999;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}
.ui-datepicker-trigger
{
    padding: 0px;
    padding-left: 5px;
    vertical-align: baseline;
    position: relative;
    top: 4px;
    height: 20px;
	cursor:pointer;
}

.tab_content
{
    
    font-size: 1.2em;
    float: left;
}
.register12
{
    background-color: #ffffff;
    min-height: 450px;
}
.btnGo1
{
    background-color: #1C7BB2;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 20%;
}
.btnGo1:hover
{
    background-color: #57B0FF;
    cursor: pointer;
}
.btnexport1
{
    background-color: #1378B2;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    text-align: center;
    width: 35%;
}
.btnexport1:hover
{
    background-color: #57B0FF;
    cursor: pointer;
}

/*.maincontentareaExtended div.spacing
{
    width:785px;
}*/
ul.tabs li
{
   
    color: #757575;
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-right: 3px;
    overflow: hidden;
    padding: 0;
    position: relative;
    /*text-align: center;*/
    padding-left:13px;
    width: 113px;
}
ul.tabs li a
{
    border: 1px solid #FFFFFF;
    color: #000000;
    display: block;
    font-size: 1.2em;
    outline: medium none;
    padding: 0 20px;
    text-decoration: none;
}
ul.tabs li a:hover
{
    background: none repeat scroll 0 0 #CCCCCC;
}
html ul.tabs li.active, html ul.tabs li.active a:hover
{
	
	    border-bottom: 2px solid #50b85d !important;
    color: #50b85d;
    height: 33px !important;
  
}
Tab Content CSS .tab_container
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #999999 #999999;
    border-image: none;
    border-right: 1px solid #999999;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    clear: both;
    float: left;
    overflow: hidden;
    width: 100%;
}
.tab_content
{
    font-size: 12px;
   
}
.ui-datepicker-trigger
{
    padding: 0px;
    padding-left: 5px;
    vertical-align: baseline;
    position: relative;
    top: 4px;
    height: 20px !important;
}

.jtable-input-label
{
    float: left;
    font-size: 12px;
    color: Black;
}
.grid123
{
    background-color: white;
    min-height: 450px;
}

.menuitem
{
    cursor: pointer;
}

.ui-datepicker-title select {
    -moz-appearance: none;
    background: #ffffff url("../../../Images/new_ui/arrowdropdown.png") no-repeat scroll 100% 7px / 12px 12px;
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    cursor: pointer;
    height: 25px !important;
    text-indent: 0.01px;
    text-overflow: "";
	      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/

}
.ui-datepicker-month > option {
    background: #ffffff none repeat scroll 0 0;
}