﻿	  body
        {
            margin: 0;
            padding: 0;
            /* font-family: 'Montserrat Alternates', sans-serif;*/
            font-family: 'Oxygen' , sans-serif;
            /* background: url('images/ptrn.png') repeat; */
            font-size:.8em
        }
        li
        {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        ul
        {
            margin: 0;
            padding: 0;
        }
        img
        {
            border: none;
            background: transparent;
        }
        a
        {
            text-decoration: none;
        }
        p
        {
            margin: 0;
            margin-bottom: 10px;
            padding: 0;
            line-height: 2em;
            text-align: justify;
            font-size: .9em;
        }
        h2
        {
            font-weight: bolder;
            font-size: 2em;
            font-family: 'Open Sans Condensed' , sans-serif;
        }
        h3
        {
            /* font-family: 'Open Sans Condensed' , sans-serif; */
            /* font-size: 1.3em; */
            font-family: Karla, Helvetica, sans-serif;
            line-height: 1.5em;
        }
        #Mainframe
        {
            width: 100%;
            margin: 0px;
            padding: 0px;
        }
       
        .header_container.big
        {
            width: 100%;
            margin: 0px;
            padding: 0px;
            height: 75px;
            /* background: url('images/ptrn.png') repeat; */
        }
       
        #logo
        {
            float: left;
            line-height: 100px;
            text-align: center;
            width: 200px;
        }
        #logo img
        {
            width: 250px;
            cursor: pointer;
        }
       
       
        
        .clear
        {
            clear: both;
        }
       
       
        .center
        {
            width: 84%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
        
        ul.tabs
        {
            margin: 0;
            padding: 0;
            float: left;
            list-style: none;
            height: 32px;
            width: 100%;
        }
        ul.tabs li
        {
            float: left;
            margin: 0;
            width: 50%;
            color: #B1B0B0;
            cursor: pointer;
            padding: 15px 0px;
            height: 31px;
            line-height: 31px;
            font-weight: bold;
            overflow: hidden;
            position: relative;
            text-align: center; /* border-bottom: solid 5px rgba(190, 190, 190, 0.5); */
        }
        ul.tabs li:hover
        {
            background: #EEEEEE;
        }
        ul.tabs li.active
        {
            background: url('images/purple_headline.png');
            color: #FAFAFA;
            border-bottom: 5px solid rgba(185, 185, 185, 0.34);
        }
       
        #container
        {
            width: 100%;
            min-height: 600px;
        }

 .cmbbox {
        border-color: #D4D4D4;
        border-width: 1px;
        border-style: solid;
        color: #444444;
        font-size: 1.2em;
        border-radius: 8px;
        width: 100%;
        margin-left: 0px;
            height: 33px;
    }

  input, select
    {
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    }
    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
        input:focus {
            box-shadow: 0 0 5px #FFAA40;
            border: 1px solid #FFAA40;
            outline: none;
        }

        


/* Scroll Bar Style*/



/*html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}*/

html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: white;
}

html::-webkit-scrollbar
{
	width: 10px;
	background-color: white;
}

html::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #a8a8a8;
}

.p-first-alpha {

font-size: 1.5em;
}

/*EOF Scroll Bar Style*/