body
{
    padding: 0;
    line-height: 2em;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #333333;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: normal; /* background: #e5e5e5 url(http://iic.gcvt.org/css/images/templatmeo_body_top.jpg) repeat-x top; */
}

a:link, a:visited
{
    color: #0066FF;
    text-decoration: none;
    font-weight: normal;
}
a:active, a:hover
{
    color: #009900;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}

p
{
    margin: 0px;
    padding: 0px;
}

img
{
    margin: 0px;
    padding: 0px;
    border: none;
}

.float_l
{
    float: left;
}

.float_r
{
    float: right;
}

.cleaner
{
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}
.cleaner_h20
{
    clear: both;
    width: 100%;
    height: 20px;
}
.cleaner_h30
{
    clear: both;
    width: 100%;
    height: 30px;
}
.cleaner_h40
{
    clear: both;
    width: 100%;
    height: 40px;
}

.more a
{
    display: block;
    width: 82px;
    height: 23px;
    padding: 3px 0 0 0;
    background: url(http://iic.gcvt.org/images/templatemo_button.png) no-repeat;
    color: #777777;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.more a:hover
{
    color: #c85d16;
}

#templatmeo_wrapper
{
    width: 970px;
    margin: 0 auto;
}

/* header */

#templatemo_header
{
    clear: both;
    width: 930px;
    height: 120px; /*background: url(http://iic.gcvt.org/images/templatemo_header.jpg) no-repeat;*/
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: White;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 10px #666666;
    margin-left: 9px;
}

#templatemo_header #site_title
{
    float: left;
    width: 920px;
    padding-top: 0px;
}

#templatemo_header #site_title h1
{
    margin: 0;
    padding: 0;
}

#templatemo_header #site_title h1 a
{
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#templatemo_header #site_title h1 a span
{
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #5d5b5b;
    font-weight: bold;
    letter-spacing: 2px;
}

#templatemo_header #header_right
{
    float: right;
    margin-top: 0px;
}

#header_right #header_button
{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#header_button li
{
    margin: 0px;
    padding: 0px;
    display: inline;
}

#header_button li a
{
    float: left;
    display: block;
    width: 140px;
    height: 30px;
    margin-left: 10px;
}

#header_right form
{
    margin: -30px 0 0 0;
    padding: 0;
}

#searchfield
{
    height: 18px;
    width: 170px;
    padding: 6px 5px 4px 5px;
    margin: 0 5px 0 0;
    font-size: 12px;
    font-variant: normal;
    line-height: normal;
}
.drillHead
{
    background: #1C5686;
    height: 35px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}
/*.searchbutton
{
	height: 34px;
	width: 72px;
	margin: 0px;
	
	cursor: pointer;
	font-size: 14px;
	text-align: top;
	vertical-align: bottom;
	white-space: pre;
	color: #333;
	font-weight:normal;
	
}*/

.searchbutton
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 9px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    margin-bottom: 10px;
}
.searchbutton:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}
.searchbutton:active
{
    position: relative;
    top: 1px;
}
/* end of header */

/* banner */

#templatemo_banner
{
    width: 970px;
    height: 280px;
    padding: 10px 0;
}

#templatemo_banner #banner_box ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#templatemo_banner #banner_box li
{
    margin: 0;
    padding: 0;
    display: inline;
}

#templatemo_banner #banner_box li a
{
    position: relative;
    display: block;
    float: left;
    width: 230px;
    height: 280px;
    margin-left: 10px;
}

#templatemo_banner #banner_box li span
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 230px;
    height: 217px;
}

#templatemo_banner #banner_box li a span:hover
{
    background: url(http://iic.gcvt.org/images/templatemo_banner_hover.png) no-repeat;
}

#templatemo_banner #banner_box li .current
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 230px;
    height: 217px;
    background: url(http://iic.gcvt.org/images/templatemo_banner_hover.png) no-repeat;
}
/* end of banner */

/* menu */

#templatemo_menu
{
    width: auto;
    height: 30px;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #FFFFFF;
}

#templatemo_menu ul
{
    margin: 0px;
    list-style: none;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
}

#templatemo_menu ul li
{
    padding: 0px;
    margin: 0px;
    display: inline;
}

#templatemo_menu ul li a
{
    float: left;
    display: block;
    margin-right: 21px;
    font-size: 14px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    outline: none;
}
#templatemo_menu ul li a:hover
{
    color: #009900;
}

/* end of menu */

.templatemo_box
{
    margin-bottom: 10px; /*background: url(../images/templatemo_box_body.jpg) repeat-y right;*/
}

.templatemo_box_old .body
{
    padding: 5px 15px 5px 15px;
}
.templatemo_box_old
{
    margin-bottom: 10px;
    background: url(../images/templatemo_box_body.jpg) repeat-y right;
}

.templatemo_box .body
{
    padding: 5px 15px 5px 15px;
}
.templatemo_box h2
{
    position: relative;
    height: 25px;
    margin: 0;
    padding: 8px 15px;
    font-size: 14px;
    color: #6699FF;
    font-weight: bold;
    background: url(../images/templatemo_box_tr.jpg) no-repeat top right;
    background-image: url(../images/templatemo_box_tr.jpg);
}
.templatemo_box_old h2
{
    position: relative;
    height: 25px;
    margin: 0;
    padding: 8px 15px;
    font-size: 14px;
    color: #6699FF;
    font-weight: bold;
    background: url(../images/templatemo_box_tr_old.jpg) no-repeat top right;
    background-image: url(../images/templatemo_box_tr_old.jpg);
}
.templatemo_box h2 span
{
    position: absolute;
    width: 10px;
    height: 35px;
    top: 1px;
    left: 21px;
    background: url(http://iic.gcvt.org/images/templatemo_box_tl.jpg);
}

.templatemo_box .box_bottom
{
    position: relative;
    height: 12px;
    background: url(http://iic.gcvt.org/images/templatemo_box_br.jpg) top right;
}

.templatemo_box .box_bottom span
{
    position: absolute;
    width: 10px;
    height: 12px;
    top: 0;
    left: 0;
    background: url(http://iic.gcvt.org/images/templatemo_box_bl.jpg);
}
.templatemo_box_old h2 span
{
    position: absolute;
    width: 10px;
    height: 35px;
    top: 1px;
    left: 21px;
    background: url(http://iic.gcvt.org/images/templatemo_box_tl.jpg);
}

.templatemo_box_old .box_bottom
{
    position: relative;
    height: 12px;
    background: url(http://iic.gcvt.org/images/templatemo_box_br.jpg) top right;
}

.templatemo_box_old .box_bottom span
{
    position: absolute;
    width: 10px;
    height: 12px;
    top: 0;
    left: 0;
    background: url(http://iic.gcvt.org/images/templatemo_box_bl.jpg);
}
.side_menu
{
    list-style: none;
    padding: 0px;
    margin: 0 0 0 0;
}

.side_menu li
{
    padding: 0;
    margin: 5px 0;
    background: url(../images/templatemo_menu_list.png) left top no-repeat;
    background-position: 0px 6px;
}

.side_menu li a
{
    display: grid;
    color: #333333;
    padding: 0px 15px;
    font-weight: normal;
    text-decoration: none;
}

.side_menu li a:hover
{
    color: #c85d16;
    margin-left: 2px;
}

/* content*/

#templatemo_content_wrapper
{
    clear: both;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#templatemo_left_sidebar
{
    float: left;
    margin-right: 10px;
    width: 230px;
}

#templatemo_right_sidebar
{
    float: left;
    width: 230px;
    margin-left: 10px;
}

#templatemo_content
{
    float: left;
    width: 470px;
}
#templatemo_content1
{
    float: left;
    width: 710px;
}


.news_image
{
    float: left;
    border: 5px solid #e5e5e5;
    margin-top: 3px;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
}

.news_box
{
    clear: both;
    margin-bottom: 20px;
}

.news_box h3
{
    font-size: 14px;
    margin: 0 0 10px 0;
}

.sidebar_box
{
    margin-bottom: 10px;
}

/* footer */

#templatemo_footer_wrapper
{
    background: #bfbfbf url(http://iic.gcvt.org/images/templatemo_footer.jpg) top repeat-x;
}

#templatemo_footer
{
    width: 950px;
    padding: 10px 10px;
    margin: 0 auto;
    text-align: center;
    color: #666666;
}

#templatemo_footer a
{
    color: #666666;
    font-weight: normal;
}

#templatemo_footer a:hover
{
    color: #333333;
    font-weight: normal;
}


#templatemo_footer a:hover
{
    text-decoration: none;
}

#templatemo_footer .footer_menu
{
    margin: 0 0 10px 0;
    padding: 0px;
    list-style: none;
}

.footer_menu li
{
    margin: 0px;
    padding: 0 65px;
    display: inline;
    border-right: 1px solid #666666;
}

.footer_menu .last_menu
{
    border: none;
}

.header
{
    /*font-size:40px;*/
    font-size: 28px;
    color: #6699FF;
    font-weight: bold; /*line-height: 120%;*/
    font-family: Cambria;
}

/* end of footer */
.tooltipfront
{
    position: absolute;
    z-index: 0;
    font-family: Tahoma,Arial,Verdana;
    font-size: 12px;
    border: 1px solid #666;
    background: #ff0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF7F00), to(#ff0000));
    background: -webkit-linear-gradient(top, #FF7F00, #ff0000);
    background: -moz-linear-gradient(top, #FF7F00, #ff0000);
    background: -ms-linear-gradient(top, #FF7F00, #ff0000);
    background: -o-linear-gradient(top, #FF7F00, #ff0000);
    opacity: 0.75;
    filter: alpha(opacity=175);
    color: white;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    box-shadow: #111 0 3px 4px;
}

.inputbox
{
    height: 30px;
    line-height: 24px;
    width: 97%;
    vertical-align: top;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

.inputddl
{
    height: 30px;
    line-height: 24px;
    width: 98%;
    vertical-align: top;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}


.button
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    margin-bottom: 10px;
}
.footerbutton
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    margin-bottom: 10px;
}
.button:hover, .footerbutton:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}
.button:active
{
    position: relative;
    top: 1px;
}
.anchor
{
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 14px;
}
.anchor:hover
{
    text-decoration: none;
    color: #c85d16 !important;
}
.anchora
{
    color: #333333 !important;
    font-weight: bold !important;
}
.anchora:hover
{
    text-decoration: none;
    color: #c85d16 !important;
}
.innerblock #ribbon-left
{
    background: url("http://iic.gcvt.org/Images/ribbonleft.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    height: 72px;
    margin-left: 36px;
    margin-top: -65px;
    position: absolute;
    width: 28px;
}
.innerblock .title
{
    background: url("http://iic.gcvt.org/Images/ribbon-slice.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #185381;
    border-right: 1px solid #185381;
    border-top: 1px solid #185381;
    color: #FFFFFF;
    height: 44px;
    margin-top: -57px;
    padding: 0 4px 7px 0px;
    position: absolute;
    z-index: 0;
    margin-left: 57px;
}
.innerblock p
{
    background: url("http://iic.gcvt.org/Images/desc-overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    line-height: 20px;
    margin-top: 300px;
    padding: 10px 25px;
    position: absolute;
    text-align: justify;
    width: 630px;
    z-index: 2;
}
.errorMessage
{
    padding: 8px 0;
    border-radius: 2px;
    color: white !important;
    text-shadow: none !important;
    width: 98%;
    text-align: center;
    background: url("http://iic.gcvt.org/Images/ui-bg_diagonals-thick_20_666666_40x40.png") repeat scroll 50% 50%;
    border: 1px solid #474747;
    color: #FFFFFF;
}

.Captcha
{
    background: url("http://iic.gcvt.org/images/captcha.PNG") no-repeat right top;
    color: Black;
    font-weight: 800;
    font-family: "Monotype Corsiva" , Comic Sans MS, Helvetica, sans-serif;
    padding: 0px 18px 32px 18px;
    font-size: x-large;
}
.footer_menu a
{
    color: #666666;
    font-weight: normal;
}

.footer_menu a:hover
{
    color: #333333;
    font-weight: normal;
}
.searchBox
{
    overflow: hidden;
    background: url(../images/searchBG.png) no-repeat left bottom;
}
.searchBG
{
    background: #FFF url(../images/searchInput.gif) repeat-x left top;
    height: 24px;
    border: 1px solid #e3ecf1;
    padding: 0px 6px;
    line-height: 24px;
    margin-top: 10px;
}
.searchbuttonNew
{
    position: relative;
    top: 2px;
}
.td-left-border td
{
    border-right: #ccc solid 1px;
    text-align: center;
}
.bottom_bg
{
    background-image: url(http://iic.gcvt.org/images/bottom_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
.table-bg
{
    background-color: #ffffff;
}
.bottom_bg
{
    background-image: url(http://iic.gcvt.org/images/bottom_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
.blackBottomStrip
{
    height: 77px;
    background-color: #303030;
}
#footer .footer .first
{
    padding: 0 0 0 20px;
    float: left;
    display: inline;
    width: 280px;
    font-size: 1.2em;
}
#footer .footer
{
    margin: 18px auto 0;
    width: 962px;
    overflow: hidden;
}
#footer
{
    width: 100%;
    background: url(http://iic.gcvt.org/images/footer-bg.jpg) repeat-x left top #fff;
    overflow: hidden; /*min-width: 1002px;*/
}
#footer .footer .first ul
{
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 280px;
    float: left;
}
#footer .footer .first p
{
    color: #d7d7d7;
    float: left;
    padding: 0;
    width: 280px;
}
#footer .footer .third
{
    padding: 0 0 0 40px;
    display: inline;
}
#footer .footer .forth
{
    width: 250px;
    display: inline;
    float: right;
    margin-right: 0px;
}
#footer .footer .third h4
{
    font-size: 1.6em;
    font-weight: bold;
    padding: 0 0 4px 0;
    color: #fff;
}
#footer .footer .third h4 a
{
    color: #fff;
}
#footer .footer .third ul
{
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer .footer .third ul li
{
    list-style-type: none;
    line-height: 20px;
    color: #d7d7d7;
    font-size: 1.1em;
}
#footer .footer .third ul li a
{
    color: #d7d7d7;
    text-decoration: none;
    font-size: 1em;
}
#footer .footer .forth h4
{
    font-size: 1.6em;
    font-weight: bold;
    padding: 0 0 9px 0;
    color: #fff;
}
#footer .footer .forth ul
{
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0 0 13px 0;
    float: left;
}
#footer .footer .forth ul li
{
    list-style-type: none;
    padding: 0 4px 0 0;
    float: left;
    width: 221px;
}
.alignLeft
{
    float: left;
}
.addthis_32x32_style .at300bs, .addthis_32x32_style .at15t
{
    background: url(../Images/widget015_32x32_top.gif) no-repeat left;
    overflow: hidden;
    display: block;
    height: 32px !important;
    width: 32px !important;
    line-height: 32px !important;
}
.addthis_32x32_style .at15t_facebook
{
    background-position: 0 -160px !important;
}
.addthis_32x32_style .at15t_twitter
{
    background-position: 0 -704px !important;
}
.addthis_32x32_style .at15t_email
{
    background-position: 0 -320px !important;
}
.addthis_32x32_style .at15t_print
{
    background-position: 0 -576px !important;
}
.addthis_32x32_style .at15t_favorites
{
    background-position: 0 -192px !important;
}
.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m
{
    padding: 0 2px;
}
.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs
{
    float: left;
}
.at300b, .at300bo, .at300m, .at300bs
{
    cursor: pointer;
}
.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs
{
    float: left;
}
.alignLeft
{
    float: left;
    text-align: left;
}
.topnav_rh
{
    /* background: -moz-linear-gradient(center top , #79BBFF 5%, #4197EE 100%) repeat scroll 0 0 #79BBFF;*/
    background-color: #402D2D;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF !important; /* #FFFFFF;*/
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 19px;
    text-decoration: none;
    margin-right: 2px;
}
.topnav_rh_selected
{
    /* background: -moz-linear-gradient(center top , #79BBFF 5%, #4197EE 100%) repeat scroll 0 0 #79BBFF;*/
    background: -moz-linear-gradient(center top , #F49548 5%, #F49548 100%) repeat scroll 0 0 #F49548;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 19px;
    text-decoration: none;
    margin-right: 2px;
}
.topnav_rh_selected:hover
{
    color: #FFFFFF;
    background: -moz-linear-gradient(center top , #F49548 5%, #F49548 100%) repeat scroll 0 0 #F49548;
}
.topnav_rh:hover
{
    color: #FFFFFF;
    background: -moz-linear-gradient(center top , #F49548 5%, #F49548 100%) repeat scroll 0 0 #F49548;
}
#topnav
{
    clear: both; /* background: url(http://iic.gcvt.org/images/nav-bg-orange.png) repeat-x;      height: 87px;*/
    width: 980px;
    background: #ffffff; /*#16447B*/
    padding: 3px 10px 3px; /* margin-left:35px;*/ /* border-radius:8px;*/
}
#topnav ul
{
    list-style: none;
    float: left;
}
#topnav ul li
{
    list-style: none;
    float: left; /*   padding: 0 17px 0 0;*/
    padding: 0 15px 0 0;
}
#topnav a
{
    float: left;
    display: block;
    color: #3E3E3E; /*  #fff;*/
    font-size: 14px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 12px 5px 12px 5px;
    border: 0;
    outline: 0; /* line-height: 1;*/
    list-style-type: none;
    margin-left: 3px; /*text-transform: uppercase;*/
    margin: 5px;
}
#topnav li.active a, #topnav a:hover
{
    color: #ffffff;
    background: #F49548;
    border-radius: 8px;
    text-align: center;
    padding: 12px 5px 12px 5px;
    margin: 5px;
}
.gujju
{
    font-size: 18px;
    font-weight: bold;
}
/***MAIN CONTENT: FORM STYLING (forms.html)***/
.sf
{
    width: 250px;
    resize: none;
}
select.sf
{
    width: 260px;
}
.mf
{
    width: 350px;
}
.lf
{
    width: 450px;
}
textarea.mf
{
    height: 100px;
}
/*input[type=radio], input[type=checkbox] { margin: 0; padding: 0; vertical-align: bottom; }*/
input[type=radio], input[type=checkbox]
{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    margin-top: 9px;
    margin-right: 3px;
}
input[type=checkbox]
{
    margin: 0;
    padding: 0;
    vertical-align: middle !important;
    margin-top: -2px !important;
    margin-right: 3px;
}

.form_default fieldset
{
    border: 1px solid #ccc;
    padding: 8px;
    background: #f7f7f7;
}
.form_default legend
{
    text-transform: uppercase;
}
.form_default p
{
    margin: 20px 0 !important;
}
.form_default label
{
    float: right;
    text-align: right;
    padding-top: 5px;
    margin-right: 20px;
}

.form_default input[type=text]
{
    font-size: 12px;
    padding: 8px 5px;
    border: 1px solid #ccc;
    background: #fcfcfc;
    outline: none;
}
.form_default input[type=text]
{
    -moz-box-shadow: inset 1px 1px 3px #ccc;
    -webkit-box-shadow: inset 1px 1px 3px #ccc;
    box-shadow: inset 1px 1px 3px #ccc;
}
.form_default input[type=text]
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.form_default input[type=password]
{
    font-size: 12px;
    padding: 8px 5px;
    border: 1px solid #ccc;
    background: #fcfcfc;
    outline: none;
}
.form_default input[type=password]
{
    -moz-box-shadow: inset 1px 1px 3px #ccc;
    -webkit-box-shadow: inset 1px 1px 3px #ccc;
    box-shadow: inset 1px 1px 3px #ccc;
}
.form_default input[type=password]
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.form_default textarea
{
    font-size: 12px;
    padding: 8px 5px;
    border: 1px solid #ccc;
    background: #fcfcfc;
    outline: none;
}
.form_default textarea
{
    -moz-box-shadow: inset 1px 1px 3px #ccc;
    -webkit-box-shadow: inset 1px 1px 3px #ccc;
    box-shadow: inset 1px 1px 3px #ccc;
}
.form_default textarea
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
}

.form_default select
{
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fcfcfc;
    outline: none;
}
.form_default select
{
    -moz-box-shadow: inset 1px 1px 3px #ccc;
    -webkit-box-shadow: inset 1px 1px 3px #ccc;
    box-shadow: inset 1px 1px 3px #ccc;
}
.form_default select
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.form_default input[type=text]:focus, .form_default textarea:focus
{
    background: #fff;
}

.form_default button
{
    background: #4b6592 url(../images/buttonbg3.png) repeat-x top left;
    color: #fff;
    padding: 7px 20px;
    cursor: pointer;
}
.form_default button
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #395380;
    font-size: 12px;
}
.form_default button
{
    text-transform: uppercase;
    text-shadow: 1px 1px #395380;
    margin-left: 170px;
    display: none;
}
.form_default button
{
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
}
.form_default button:hover
{
    background: #005681 url(../images/buttonbg3.png) repeat-x 0 -36px;
}
.form_default button:active
{
    -moz-box-shadow: inset 2px 2px 2px #12274c;
    -webkit-box-shadow: inset 2px 2px 2px #12274c;
    box-shadow: inset 2px 2px 2px #12274c;
}

.form_default input.error, .form_default textarea.error, .form_default select.error
{
    border: 1px solid #ff0000;
}
.form_default label.error
{
    float: none;
    width: auto;
    color: #ff0000;
    font-size: 11px;
    display: inline-block;
}

.submitButton
{
    float: left;
    border: 1px solid #ccc;
    background: #4b6592 url(../images/buttonbg3.png) repeat-x top left;
    color: #fff;
    padding: 5px 20px;
    margin-right: 7px;
}
.submitButton
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #395380;
    font-size: 12px;
}
.submitButton
{
    text-transform: uppercase;
    text-shadow: 1px 1px #395380;
}
.submitButton
{
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
    cursor: pointer;
}
.submitButton:hover
{
    background: #005681 url(../images/buttonbg3.png) repeat-x 0 -36px;
    text-decoration: none;
}
a.submitButton
{
    float: left;
    border: 1px solid #ccc;
    background: #4b6592 url(../images/buttonbg3.png) repeat-x top left;
    color: #fff;
    padding: 5px 20px;
    margin-right: 7px;
}
a.submitButton
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #395380;
    font-size: 12px;
}
a.submitButton
{
    text-transform: uppercase;
    text-shadow: 1px 1px #395380;
}
a.submitButton
{
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
    cursor: pointer;
}
a.submitButton:hover
{
    background: #005681 url(../images/buttonbg3.png) repeat-x 0 -36px;
    text-decoration: none;
}
.dataTables_wrapper
{
    border: 1px solid #ccc;
    background: #eee url(../controlpanel/images/thead.png) repeat-x top left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.dataTables_filter
{
    position: absolute;
    top: 11px;
    right: 5px;
}
.dataTables_length
{
    padding: 10px 10px;
}
.dyntable
{
    width: 100%;
    background: #fcfcfc;
}
.dyntable thead th, .dyntable tfoot th
{
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
.dyntable thead th.head0, .dyntable tfoot th.head0
{
    background: #666;
}
.dyntable thead th.head1, .dyntable tfoot th.head1
{
    background: #555;
}
.dyntable tbody tr td
{
    padding: 5px 10px;
    border-top: 1px solid #ddd;
}
.dyntable tbody tr:first-child td
{
    border-top: 0;
}
.dyntable .con1
{
    background: #eee;
}
.dyntable .con0
{
    background: #f7f7f7;
}
.dyntable thead th.sorting
{
    background-image: url(../controlpanel/images/sort_both.png);
    background-repeat: no-repeat;
    background-position: right 5px;
}
.dyntable thead th.sorting_asc
{
    background-image: url(../controlpanel/images/sort_asc.png);
    background-repeat: no-repeat;
    background-position: right 6px;
}
.dyntable thead th.sorting_desc
{
    background-image: url(http://iic.gcvt.org/controlpanel/images/sort_desc.png);
    background-repeat: no-repeat;
    background-position: right 6px;
}
.dataTables_info
{
    padding: 10px;
}
.paging_full_numbers
{
    position: absolute;
    bottom: 7px;
    right: 8px;
}
.paging_full_numbers .paginate_button
{
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #ccc;
    margin-left: 5px;
    background: #eee url(http://iic.gcvt.org/images/buttonbg5.png) repeat-x top left;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.paging_full_numbers .paginate_button:hover
{
    background: #eee;
    -moz-box-shadow: inset 1px 1px 2px #ccc;
    -webkit-box-shadow: inset 1px 1px 2px #ccc;
    box-shadow: inset 1px 1px 2px #ccc;
}
.paging_full_numbers .paginate_active, .paging_full_numbers .paginate_button:active
{
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #405A87;
    margin-left: 5px;
    background: #405A87 url(http://iic.gcvt.org/controlpanel/images/buttonbg3.png) repeat-x top left;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.paging_full_numbers .paginate_button_disabled
{
    color: #999;
}
input, select, textarea, button
{
    border: 1px solid #ccc;
    padding: 5px;
}
/***MAIN CONTENT: STANDARD TABLE (users.html)***/

/***/
.gujfont
{
    padding-right: 10px;
    font-size: 15px;
}
.header_search
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #ededed;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    width: 365px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}
.header:hover
{
    background-color: #dfdfdf;
}
.header:active
{
    position: relative;
    top: 1px;
}
#numbCntr
{
    padding: 20px 0;
    padding-top: 0px;
}

#numbCntr .trTr
{
    background: none repeat scroll 0 0 #F58220;
}
#numbCntr .boxes
{
    float: left;
    margin: 0px 11px 0px 0px;
    text-align: center;
    width: 305px;
}
#numbCntr .trTr .inner
{
    padding: 5px 0 0;
}
#numbCntr .boxes h3
{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    margin: 0 0 11px 3px;
    float: left;
    text-align: right;
    width: 42%;
}
#numbCntr .boxes ul
{
    margin: 0 1px 5px 0px;
    text-align: center;   
}
#numbCntr .boxes ul li
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #898989;
    display: inline-block;
    font-size: 20px;
    height: 24px;
    line-height: 18px;
    margin: 0 0 0 3px;
    padding: 4px 0 0;
    text-align: center;
    width: 24px;
}
.clr
{
    clear: both;
}

.p7APM01 .p7APMtrig {
	margin: 0;
	padding: 2px 0;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	background-image: url(http://iic.gcvt.org/images/p7apm_onyx_right.png); 
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color:#fafbfd;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 20px;
	/*background-color: #e4ebf8 !important;*/
	color: #46546f !important;
	background-image: url(http://iic.gcvt.org/image/p7apmPlus_black.gif); 
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #d6d6d6;
	font-weight: normal;	
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(http://iic.gcvt.org/image/p7apm_page_black.gif) !important;
	background-color: #FFF !important;
	letter-spacing: normal !important;
	color: #000 !important;
	
}
.p7APM01 .p7APMtrig a:hover {
/*	color: #FFF !important; */
/*	background-color: #007FBA !important; */ 
/*	background-image: url(http://iic.gcvt.org/images/p7apmPlus_white.gif); */
/*	background-image: url(http://iic.gcvt.org/images/p7apm_page_black.gif) !important; */
}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	outline: none;
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	background-image: url(http://iic.gcvt.org/image/p7apmMinus_white.gif) !important; 
		
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #B52C38 !important;
	color: #FFF !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMpanelcontent {
	padding: 10px;
}
.p7APM01 .p7APMcontent h2, .p7APM01 .p7APMcontent h3, 
.p7APM01 .p7APMcontent h4 {
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM01 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}