/* Minification failed. Returning unminified contents.
(1451,14): run-time error CSS1036: Expected expression, found '@Arial'
 */
html {
    
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        /*color: #333;*/
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 100%;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
       
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        /*background-color: #d3dce0;*/
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        /*font-size: 1em;*/
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
  
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }



tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

body,td,th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-image: url(../images/bg-pattern.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.mainwrapper{
	width:100%;
	height:auto;
	min-height:500px;
	overflow:hidden;
	margin-bottom:30px;
	display:block;
	overflow:auto;
	overflow-x:hidden; 
	background-image:url(../images/watermark.png);
	background-repeat:no-repeat;
	background-position:center ;

			 }
.header{
	background-image:url(../images/icwai-logo2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	height:70px;
	background-color:#5d7b9d;
}
.menuarea{
	width:100%;
	margin:0 auto;
	height:22px;
	/*background-color:#dfdee2;*/
	background-color:#A3C2C2;
	top:-12px;
	position:relative;
	
}
.content-area{
	width:1002px;
	margin:0 auto;
	overflow:hidden;
	background-color:#fff;
	min-height:400px;
	
}
.footer{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#5d7b9d;
	color:#FFF;
	position:relative;
	bottom:5px;
	left:0;

}
.footer a{
		width:100%;
	margin:0 auto;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#5d7b9d;
	color:#FFFFFF;
}
.sign-tittle{
	background-color:#f5f5f5;
	line-height:20px;
	color:#24555E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	width:200px;
	height:30px;
	padding:15px  15px 5px 15px;

}
.sign-bg{
	background-color:#f5f5f5;
	color:#24555E;
	width:100%;
	padding:5px;

}
.big-textbox{
width:250px;
height:20px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}
.big-combobox{
width:250px;
height:20px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}
.medium-textbox{
width:150px;
height:20px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}
.middum-textbox{
width:150px;
height:20px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}
.small-textbox{
width:70px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333; 
border-radius: 4px;
}
.small-textbox-right{
width:70px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
text-align:right;
border-radius: 4px;
}
.small-textbox-left{
width:70px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
text-align:left;
border-radius: 4px;
}
.HeaderLeftPad
{
    font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	padding-left:20px;
	background-color:#5284BD
}

.HeaderRightPad
{
    font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	padding-right:20px;
	background-color:#5284BD
}
.smallbtn{
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	cursor:pointer;
	color:#FFFFFF;
	font-size:13px; 
	display:block;
	 -moz-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	display:block;
	background-color:#003366;
	
	
}



.welcome{
	font-family:Arial, Helvetica, sans-serif;
	color:#003;
	font-size:12px;
	text-decoration:underline;
	line-height:15px;
	text-align:right;
	text-decoration:none;
	
	color:White;
}	
.welcome img{
	float:right;
}

.white{font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
line-height:15px;
text-decoration:underline;
}
.white a{font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
text-decoration:none;
line-height:15px;
text-decoration:underline;
}
.white a:hover{font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}

.tittle-bg{
	 font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#FCF6F6;
	font-size:11px;
	/*padding:2px 10px 0px 10px;*/
	text-align:center;
	/*background-color:#5284BD;*/
	background-color:#337AB7;
	border: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: -moz-use-text-color;
    border-right-color: -moz-use-text-color;
    border-bottom-color: -moz-use-text-color;
    border-left-color: -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
border-style: solid;
border-color: black;
}
.tittle-bg-right{
	 font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#FCF6F6;
	font-size:11px;
	/*padding:2px 10px 0px 10px;*/
	text-align:right;
	/*background-color:#5284BD;*/
	background-color:#337AB7;
	border: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: -moz-use-text-color;
    border-right-color: -moz-use-text-color;
    border-bottom-color: -moz-use-text-color;
    border-left-color: -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
border-style: solid;
border-color: black;
padding-right:2px;
}
.tittle-bg-left{
	 font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#FCF6F6;
	font-size:11px;
	/*padding:2px 10px 0px 10px;*/
	text-align:left;
	/*background-color:#5284BD;*/
	background-color:#337AB7;
	border: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: -moz-use-text-color;
    border-right-color: -moz-use-text-color;
    border-bottom-color: -moz-use-text-color;
    border-left-color: -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
border-style: solid;
border-color: black;
padding-left:2px;
}
.tittle-bg2{
	background-image:url(images/tittlehead2.jpg);
	background-repeat:repeat-x;
	background-position:bottom 	;
	color:#000;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:6px;
	border-top:#99bce8 1px  solid;
}


.firstline{
	background-color:#FFF;
	color:#000;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:14px;
	padding-top:6px;
	padding-bottom:8px;
	text-align: center;
	height:19px;
}
.firstline a{
	color:#036;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:6px;
	text-decoration:none;
	font-weight:bold;
	height:27px;
}
.secondline{
	background-color:#EBF4FD;
	color:#000;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:14px;
	padding-top:6px;
	padding-bottom:8px;
	text-align: center;
	height:27px;
	
}
.secondline a{
	color:#036;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:6px;
	text-decoration:none;
	font-weight:bold;
	height:27px;
}






.gray{font-family:Verdana,Arial, Helvetica, sans-serif;
color:#333;
font-size:14px;
text-decoration:none;
padding:5px
}
.gray2{font-family:Verdana,Arial, Helvetica, sans-serif;
color:#999;
font-size:14px;
text-decoration:none;
padding:5px
}
.banner-small{
	background-image:url(../images/smallbanner.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:86px;
	padding-right:0px;
}
  .styled-select select {
   width: 276px;
   padding-left:5px;
   padding-top:4px;
   font-size: 16px;
   height: 28px;
   margin-left:2px;
   border:0px;
   margin-top:2px;
   background-color:#f8f6f7;
}
.styled-select {
   width: 286px;
   height: 33px;
   overflow: hidden;
   background: url(../images/inputbg.jpg) no-repeat;
   margin-left:9px;
   
}
.table-tittle{
	background-color:none;
	line-height:20px;
	color:#24555E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:6px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	width:25%;
	border-top:#003366 1px solid;
border-left:#003366 1px solid;
border-right:#003366 1px solid;
border-bottom:none;
	-moz-border-radius: 8px 8px 0px 0px;
border-radius:8px 8px 0px 0px;
}
.table-frombg{
	background-color:none;
	-moz-border-radius: 0px 8px 8px 8px;
border-radius:0px 8px 8px 8px;
padding:15px;
border-top:#003366 1px solid;
border-left:#003366 1px solid;
border-right:#003366 1px solid;
border-bottom:#003366 1px solid;
}

/******************** New Added CSS *************************/
.big-textbox{
width:250px;
height:28px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
border-radius:4px;
}
.medium-textbox{
width:150px;
height:28px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
border-radius:4px;
}
.middum-textbox{
width:150px;
height:28px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
border-radius:4px;
}
.small-textbox{
width:73px;
height:28px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
border-radius:4px;
}

.verysmall-textbox{
width:35px;
height:18px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}

.big-combobox{
width:250px;
height:28px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
border-radius:4px;
}
.medium-combobox{
width:150px;
height:28px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
border-radius:4px;
}
.middum-combobox{
width:150px;
height:28px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
border-radius:4px;
}
.small-combobox{
width:60px;
height:28px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
border-radius:4px;
}
.big-textarea{
width:250px;
height:70px;
border:1px solid #999999;
padding-left:2px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}
.medium-textarea{
width:150px;
height:200px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
height:80px;
}
.middum-textarea{
width:150px;
height:200px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
height:80px;
}
.small-textarea{
width:160px;
height:20px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
height:50px;
}

.red
{
  color:Red;
}

.err_text
{
  text-align: left; 
  padding-left: 50px;
  color: Red;  
}
.success_text
{
  text-align: left; 
  padding-left: 50px;
  color: Green;
  font-weight:bold;
}
.headerMsg{
	font-family:Arial, Helvetica, sans-serif;
	color:#003;
	font-size:14px;
	text-decoration:underline;
	line-height:15px;
	text-align:right;
	text-decoration:none;
	line-height:20px;
	text-align:center;
}
.gridtittle	
{
    font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	padding:5px 10px 0px 10px;
	text-align:center;
	background-color:#5284BD;
}
.whiteText
{
    font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
}
.radio-txt{
	color: #4b4b4b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
	}

/****************** Header settings**************************/
#mainMenu {
	position: relative;
	margin: 0 0pxd 0px 0;
	padding: 0;
	list-style-type: none;
	height: 20px;
	z-index:1000000px;
	background-image:url(../Images/setting.png);
	background-repeat:no-repeat;
	background-position:bottom 10px;
	
}

#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
	padding-left:2px;
}

#mainMenu li a {
	display: block;
	color:#333;
	text-decoration:none;
}

#mainMenu li img {
	vertical-align: bottom;
}

#mainMenu li a img {
	visibility: hidden;
}

/* submenu styles */
#mainMenu li .mmSubmenu {
	display: none;
	position: absolute;
	top: 20px;
	left:5px;
	
	list-style-type: none; 
	margin: 0;
	padding: 0;
	width: 120px;
	border-bottom: 1px solid #4f3c1e;		
}
#mainMenu li:hover .mmSubmenu {
	display: block; 	
}
#mainMenu li .mmSubmenu li {
	float: none;
	display: block;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 1px solid #333333;	
	background-color:#333333;
	border-bottom: none;
	position:relative;
	right:110px;
	padding-left:5px;
	font-family:@Arial Unicode MS;
	font-size:11px;
	text-align:right;
	
}
#mainMenu li .mmSubmenu li a {
	display: block;
	padding: 1px 0px;;
	height: 17px;
	text-align: left;
	color: #fff;
	background: none;
	background-color: #333333;
	text-decoration: none;
	float:left;
}
#mainMenu li .mmSubmenu li a:hover {
	color: #93d84a;
	background-color: #333333;
	display:block;
}

/*--7th may 2012 --please update only this part*/
.smallcombo-new{
width:100px;
height:23px;
border:1px solid #999999;
padding-left:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}


.slideOutTip{
	/* The main wrapping div of the slideout tips */
	position:absolute;
	padding:3px;
	top:0;
	left:0;
	background-color:#5E8CB3;
	font-size:13px;
	color:white;
	overflow:hidden;
	height:22px;
}

.slideOutTip:hover{
	/* Applying a CSS3 outer glow on hover */
	-moz-box-shadow:0 0 1px #999;
	-webkit-box-shadow:0 0 1px #999;
	box-shadow:0 0 1px #999;
}

/* The holder for the title and the icon: */
.tipVisible{ cursor:pointer; height:22px; }

.tipTitle{
	float:left;
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	white-space:nowrap;
	line-height:1px;
	padding-right:5px;
}

.tipIcon{
	width:20px;
	height:20px;
	float:left;
	background-color:#000033;
	border:1px solid #000;
	margin-right:8px;
	
	/* CSS3 Rounded corners */
	
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}

/* Three color themes */
.green .tipIcon{ background-color:#61b035; border:1px solid #70c244; }
.blue .tipIcon{ background-color:#1078C7; border:1px solid #1e82cd; }
.red .tipIcon{ background-color:#CD3A12; border:1px solid #da421a; }

.plusIcon{
	/* The plus icon */
	
	width:13px;
	height:18px;
	background:url('../images/plus.gif') no-repeat center center;
	margin-top:1px;
	margin-bottom:7px;
	margin-left:3px;
	margin-right:5px;
	
	/* Defining a CSS3 animation. Currently only works in Chrome and Safari */
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	transition: transform 0.2s linear;
}

.slideOutTip.isOpened{ z-index:10000; }

.slideOutTip.isOpened .plusIcon{
	/* Applying a CSS3 rotation  to the opened slideouts*/
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* Special rules for the left and top - opening versions */

.openLeft .tipIcon{
	/* Floating the title and the icon to the right */
	margin:0 0 10px 8px;
	float:right;
}
.openLeft .tipTitle{ float:right; padding:0 0 0 5px; }
.openLeft .slideOutContent{ margin-top:22px; }
.openLeft.openTop .slideOutContent{	margin-top:0; }


.slideOutContent{
	/* Hiding the div with the slide out content: */
	display:none;
	padding:0px;
	font-size:11px;
}

/* Hiding the original paragraphs if they have not been replaced (JS disabled): */

.main > p{ display:none; }

.main{
	height:auto;
	margin:20px auto;
	position:relative;
	width:360px;
	float:left;
	
}

.spaceBottom{
	margin:0 0 10px;
}

.spaceTop{
	margin:10px 0 0;
}


.result-txt{
	background-color:#E8EEF4; 
	width:400px; 
	display:block; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#333; 
	padding:5px; 
	line-height:20px;
}
.processing{
    position: absolute;
    width: 200px;
    height: 100px;
    /*top: 50%;*/
    left: 58%;
    margin-left: -150px; /* Negative half of width. */
    margin-top: -100px; /* Negative half of height. */
    /*border: 2px solid #000;*/
    /*DISPLAY:none;*/
    /*background-color:White;*/
    line-height:20px;
    text-align:center;
    background-image: url(../images/Processing.gif);
    /*background-image:url(../images/ajax-loader.gif);*/
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    background-position:center; 
    z-index:-2000px;
}

.top-flip{
background-image:url(../images/top-flip.jpg);
background-position:top left;
background-repeat:no-repeat;
padding-left:45px;
padding-top:45px;
padding-right:25px;
}
.bottom-flip{
background-image:url(../images/bottom-bgshadow.jpg);
background-position:bottom;
background-repeat:no-repeat;
}


.btnColor {
       
       height:20px;
        display:block;
	margin:0;
padding:5px 15px 4px 6px;
cursor:pointer;
 background-color:ActiveCaption;

      
}

.tableBack 
{
    background-color:ActiveBorder;
    
}

.btnColorChange {
     
border:1px solid #7d99ca; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #a5b8da;
 background-image: linear-gradient(top, #a5b8da, #7089b3);
 }
.btnColorChange:hover 
{
 border:1px solid #5d7fbc; background-color: #819bcb;
 background-image: linear-gradient(top, #819bcb, #536f9d);
 }
.active{
	background:#3399CC url(../images/active.jpg) repeat-x left top;
	 color:#ffffff; 
	 -moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
	  float:left;
	  display:block;
	  /*padding:5px 15px 5px 15px;*/
	  margin-right:2px;
	  }
	  .activetab{
	background:#3399CC url(../images/active.jpg) repeat-x left top;
	 color:#ffffff; 
	 -moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
	  float:left;
	  display:block;
	  padding:5px 15px 5px 15px;
	  margin-right:2px;
	  }
	  .vesited{
	  background:#3399CC url(../images/vesited.jpg) repeat-x left top;
	 color:#ffffff; 
	 -moz-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
	  float:left;
	  display:block;
	  padding:5px 15px 5px 15px;
	  margin-right:2px;
	  }
	  .inactive{
	  background: #CCCCCC url(../images/inactive.jpg) repeat-x left top; 
	 
	 color:#003366; 
	 -moz-border-radius:5px 5px 0 0;
border-radius: 5px 5px 0 0;
	  float:left;
	  display:block;
	  padding:5px 15px 5px 15px;
	  margin-right:2px;
	  }
	  
	  
	  .ButtonCss{
	background:#3399CC url(../images/active1.jpg) repeat-x center top;
	 color:#ffffff; 
	 -moz-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
	  float:left;
	  display:block;
	  padding:5px 15px 5px 15px;
	  margin-right:2px;
	  }
.page_heading_text {
    font-family: Times New Roman;
    font-size: 20px;
    color: rgb(153, 0, 0);
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.textarea {
    font-family: Arial;
    font-size: 12px;
    color: rgb(51, 51, 51);
}
.modalBackground
        {
            background-color: white;
            z-index: 10000;
            position: fixed;
            top: 20%;
            left: 30%;
            height: 250px;
            width: 450px;
            overflow:scroll;
            box-shadow: 10px 10px 5px #888888;
            filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=0,strength=5);
            padding: 1%;
        }
        [draggable=true] {
    cursor: move;
}

.resizable {
    
    resize: both;
    
}



.oarangegobutton {
    background: #ee7a1c;
    border: 1px solid #ffffff;
    padding: 2px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 40px;
    cursor: pointer;
}
.greengobutton {
    background: #ee7a1c;
    border: 1px solid #ffffff;
    padding: 2px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 40px;
    cursor: pointer;
}

.spinner
    {
        position: fixed;
        left: 0px;
        top: 10%;
        width: 100%;
        height: 80%;
        z-index: 9999;
        background: url(../images/ajax-loader.GIF)  50% 50% no-repeat;
    }
    
    .closebl {
    background: #000;
    color: #fff;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: right;
    padding-right: 5px;
}

a
{
    text-decoration: none;
}
ul
{
    list-style: none;
}

/* 
	LEVEL ONE
*/


/* 
	LEVEL ONE
*/
ul.dropdown
{
    position: relative;
    top: -0px;
    margin-left: 20px;
    color: #fff;
}
ul.dropdown li
{
    font-weight: bolder;
    float: left;
    zoom: 0;
    float: left;
    color: Black;
}
ul.dropdown a:hover
{
    color: #000;
    
}
ul.dropdown a:active
{
    color: #ffa500;
    
}
ul.dropdown li a
{
    display: block;
    padding: 4px 10px 3px 10px;
    color: Black;
}
ul.dropdown li:last-child a
{
    border-right: none;
}
/* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover
{
    /*background: #77BBE3;*/
    background:#A3C2C2;
    color: black;
    position: relative;
    color: #000;
}
ul.dropdown li.hover a
{
    color: black;
    text-align: left;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul
{
    width: 200px;
    visibility: hidden;
    position: absolute;
    top: 2;
    left: -40px;
    z-index: 10000;
}
ul.dropdown ul li
{
    font-weight: normal;
    background: #f6f6f6;
    color: #000;
    border-bottom: 1px solid #ccc;
    float: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a
{
    border-right: none;
    width: 180px;
    display: inline-block;
    color: #000;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul
{
    left: 120px;
    top: 0;
}
ul.dropdown li:hover > ul
{
    visibility: visible;
}


