﻿/*_______________________________
CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body 
{
	line-height: 1;
}
ol, ul 
{
	list-style: none;
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}
img.img_left 
{
    padding: 0px 20px 0px 0px;
    float: left;
}
img.img_right 
{
    padding: 0px 0px 0px 20px;
    float: right;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins 
{
	text-decoration: none;
}
del 
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*_______________________________
BASE */

html{
	background:#fff url(../images/bg-html.gif) repeat-x;
	min-width:970px;
}
body {
	margin:0;
	font:11px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color:#4b306a;
	background:url(../images/bg-body.gif) repeat-x 50% 0;
	min-width:970px;
}
hr {border: 0px; border-top: 1px solid #4b306a; height: 0px;}
img {border-style:none;}
a {text-decoration: none; color:#e17000;}
a:hover {text-decoration: underline;}
input,
textarea,
select{
	font:11px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
	vertical-align: middle;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.clear {
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

/*_______________________________
*/

#tempWrapper 
{
    width: 100%;
    padding: 380px 0px 0px 0px;
	overflow: hidden;
	position: relative;
}
    #tempLogo 
    {
	    left: 50%;
	    top: 124px;
	    width: 185px;
	    height: 96px;
        margin: 0px 0px 0px -432px;
        background-image: url(../images/logo.gif);
        background-position: top left;
        background-repeat: no-repeat;
	    position: absolute;
	    text-indent: -9999px;
	    z-index: 2;
    }
        #tempLogo a
        {
	        height: 100%;
	        display: block;
        }
            #tempLogo-all {
	            display: none;
            }
     #tempLogoTR 
    {
	    left: 50%;
	    top: 124px;
	    width: 185px;
	    height: 96px;
        margin: 0px 0px 0px -432px;
        background-image: url(../images/logo_TR.gif);
        background-position: top left;
        background-repeat: no-repeat;
	    position: absolute;
	    text-indent: -9999px;
	    z-index: 2;
    }
        #tempLogoTR a
        {
	        height: 100%;
	        display: block;
        }
            #tempLogo-all {
	            display: none;
            }
            
           
    #tempHeader 
    {
	    top: 49px;
	    left: 50%;
	    width: 970px;
	    margin: 0px 0px 0px -485px;
	    position: absolute;
	    z-index: 1;
    }
        #tempHeader-inner 
        {
            width: 960px;
            height: 229px;
            margin: 0px auto 0px auto;
            padding: 10px 0px 0px 0px;
            background-image: url(../images/bg-header.png);
            background-position: top left;
            background-repeat: no-repeat;
	        overflow: hidden;
        }
			#tempHeader-inner ul li {
				width: 960px;
				height: 229px;
				float: right;
			}
            #tempHeader-inner h2 
            {
                margin: 0px 0px 4px 0px;
                font-size: 27px;
	            line-height: 36px;
            }
            #tempHeader-inner .slogan 
            {
                margin: 0px 0px 14px 0px;
                font-size: 24px;
	            line-height: 33px;
	            font-style: italic;
	            display: block;
            }
			.visual-curve {
				margin: -1px 0px 0px 0px;
				position: absolute;
				z-index: 9999;
			}
            .visual 
            {
	            float:right;
	            width:349px;
	            padding:47px 30px 10px 301px;
	            height:174px;
            }
                .inner .visual 
                {
	                padding:79px 30px 10px 301px;
	                background:url(../images/bg-header-inner-01.png) no-repeat;
                }
.button {
	background:#e1740a url(../images/bg-button-orange-hover.gif) repeat-x;
	color:#fff;
	float:left;
	position:relative;
	padding:6px 53px 8px 14px;
	cursor:pointer;
	border: 0px;
}
.button .button-c{
	position:absolute;
	bottom:1px;
	right:1px;
	text-indent:-9999px;
}
.button .button-ttl{
	display:block;
	font-size:13px;
	line-height:14px;
	color:#fff;
}
.button .button-c span{
	background:url(../images/bg-button-texture.png) no-repeat;
	width:40px;
	height:26px;
	display:block;
}
.button:hover{background:#e1740a url(../images/bg-button-orange.gif) repeat-x}
.big .button-c{background:url(../images/bg-button-texture-big.png) no-repeat 100% 100%}
.small .button-c{background:url(../images/bg-button-texture-smal.png) no-repeat 100% 100%}
.textured-violet{background:#a395b3 url(../images/bg-button-light-violet-textur.gif) repeat-x}
.textured-violet:hover{background:#4e346d url(../images/bg-button-light-violet-hover.gif) repeat-x}
.violet,.violet:hover{background:#4b306a}
.light-violet,.light-violet:hover{background:#75608d}
.orange,.orange:hover{background:#e17000}
#footer .button .button-c span {
	background:url(../images/bg-button-texture-01.png) no-repeat;
	width:53px;
	height:36px;
}
.header-nav{
	float:left;
	width:960px;
	padding:0 5px 5px;
	background:#fff;
}
.main{
	width: 970px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.main-inner {
	width: 960px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	background-color: #edeaf1;
	overflow: hidden;
}
.inner .main 
{
    width: 960px;
    padding: 0px 5px 0px 5px;
	background-color: #FFFFFF;
}
    .inner .main-inner 
    {
        width: 960px;
        padding: 0px 0px 0px 0px;
	    background-image: url(../images/bg-page.jpg);
	    background-position: 0px 0px;
	    background-repeat: repeat-y;
	    background-color: #FFFFFF;
    }
.two-columns{
	overflow:hidden;
	height:1%;
	background:url(../images/bg-two-columns.gif) repeat-y;
}
.inner .two-columns {
	background:url(../images/bg-main-inner.gif) repeat-y;
}
#content{
	float:left;
	width:650px;
	padding: 0px 0px 0px;
}
.inner #content {
	float:right;
    padding: 0px 0px 0px 0px;
	/*padding:24px 10px 13px 0;*/
	width:770px;
}
.main h2{
	font-size:13px;
	line-height:18px;
	min-height:35px;
	margin:0;
}
* html .main h2{
	height:35px;
}
.main p{
	margin:0 0 15px;
}
.aside{
	float:right;
	width:259px;
	padding:10px 30px 15px 21px;
}
.inner .aside {
	float:left;
	padding:26px 0 10px 11px;
	width:140px;
}
.inner .aside .ttl {
	height:1%;
	overflow:hidden;
	padding:0 0 8px 20px;
}
.breadcrumbs {
	width: 934px;
    margin: 0px auto 0px auto;
	background: #FFFFFF;
	padding: 5px 0px 7px 36px;
	overflow:hidden;
	color: #76608e;
}
.breadcrumbs strong 
{
    float: left;
    color: #76608e;
}
.breadcrumbs span 
{
    padding: 0px 5px 0px 5px;
    float: left;
    color: #76608e;
}
.breadcrumbs a {
	color: #76608e;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.columns{
	overflow:hidden;
	height:1%;
	padding: 0px 0px 0px 10px;
}
.column{
	float:left;
	padding: 0px 0px 0px 0px;
	/*padding: 5px 40px 0 18px;*/
	width:262px;
}
.column_width{
	float:left;
	padding: 0px 0px 0px 0px;
	background-color: #FF0000;
	width:492px;
}
.column_right{
	float:left;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	width:262px;
}
.column .button {
	padding-left:9px;
	padding-right:49px;
}
.product-images{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:260px;
	margin:0 0 0 -10px;
}
.product-images li{
	float:left;
	margin:0 0 0 14px;
	display:inline;
}
.product-images li a{
	display:block;
}
.product-images li img{
	display:block;
}
.text-box{
	margin:-13px 0;
	position: relative;
	overflow:hidden;
	height:1%;
}
.link-list{
	margin:0;
	padding:0;
	list-style:none;
	font-size:10px;
}
.link-list li{
	background:url(../images/sep-list-link.gif) no-repeat 3px 6px;
	padding:0 0 0 14px;
}
.link-list li a{
	text-decoration:underline;
	font-size: 9px;
}
.link-list li a:hover{
	text-decoration:none;
}
.aside .button{
	overflow:hidden;
	height:1%;
	float:none;
	display:block;
}
.aside .text-box{
	margin:0 0 21px;
}
.aside h3 {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	color: #d0c9d8;
}
.producten {
	overflow: hidden;
	height: 1%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #fff;
}
.producten li {
	display: block;
	border-top: 1px solid #fff;
	padding:1px 0 6px 12px;
}
.producten li a {
	color: #d0c9d8;
	text-decoration: underline;
}
.producten li a:hover {
	text-decoration: none;
}
.producten .active a {
	font-weight: bold;
	color: #fff;
}
.info-box {
	border:1px solid #BDB4C9;
	height:1%;
	line-height:19px;
	margin:39px 0 0;
	overflow:hidden;
	padding:17px 0 0 19px;
}
.info-box h3 {
	color: #d0c9d8;
}
.info-box p {
	margin: 0;
	color: #d0c9d8;
}
.info-box .more {
	float: right;
	width: 40px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	margin:-14px 0 0;
	position: relative;
	background:url(../images/sep-nav.gif) no-repeat 100% 100%;
}
.account-text {
	float: left;
	width: 295px;
	margin: 0px 20px 0px 0px;
}
.account-text p {
	margin: 0;
	color: #4b306a;
	padding:0 0 19px;
}
.account-text .more {
	color:#E17000;
	float:left;
	font-size:9px;
	padding:0 0 0 11px;
	text-decoration:underline;
	background:url(../images/sep-more.gif) no-repeat 0 6px;
}
.account-text .more:hover {
	text-decoration: none;
}
.account-img {
	float: left;
	width: 445px;
}
.tab-holder 
{
    width: 760px;
	overflow: hidden;
	height: 1%;
	background: #fff;
	margin: 16px 0px 10px 0px;
}
.tab-btn {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f6f5f8;
}
.tab-btn li {
	color:#75608D;
	float:left;
	font-size:13px;
	padding:14px 20px;
	width:169px;
	border-right: 1px #75608d solid; 
    float: left;
    cursor: pointer;
}
.tab-btn li:hover 
{
    text-decoration: underline;
}
.tab-btn .active {
	background: #fff;
	font-weight: bold;
}
.tab-content 
{
    width: 720px;
	overflow: hidden;
	padding: 20px 20px 20px 20px;
}
.tab-text {
	width: 433px;
	float: left;
	padding:16px 0 0;
}
.tab-text h3 {
	margin: 0;
	color: #4b306a;
	font-size: 13px;
}
.tab-text .button {
	width:364px;
}
.tab-text ul {
	margin: 0;
	padding:12px 0;
	list-style: none;
}
.tab-text li {
	display: block;
	padding:2px 0 16px;
}
.tab-text li em {
	float: left;
	height:12px;
	line-height:10px;
	position:relative;
	top:4px;
	margin:0 16px 0 0;
	display: inline;
	background:url(../images/bg-item.gif) no-repeat 100% -15px;
}
.tab-text li em em {
	float: left;
	background-position: 0 0;
	font-size:9px;
	padding:0 4px;
	color: #fff;
	margin:0;
	top:0;
	font-style: normal;
}
.tab-text li span {
	display:block;
	height:1%;
	overflow:hidden;
}
.tab-text-full {
	width: 721px;
	float: left;
	padding:16px 0 0;
}
.tab-img {
	float: right;
	width: 268px;
}
#footer{
	overflow:hidden;
	width:100%;
	padding:11px 0 0;
}
.footer-nav{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#footer #tempCopyright {
	overflow: hidden;
	height: 1%;
	padding:3px 20px 16px;
	border-top: 1px solid #dbd6e1;
}
#footer #tempCopyright p {
	margin: 0;
	color: #75608d;
}
.footer-bottom {
	overflow: hidden;
	height: 1%;
	background: #e17000;
}
.footer-add {
	margin: 0 auto;
	overflow: hidden;
	width:945px;
	padding:2px 0;
}
.footer-add p {
	margin: 0;
	text-align: right;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
}
.footer-add a {
	color: #fff;
}
.banners{
	margin:0 0 0 -9px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:969px;
}
.banners li{
	float:left;
	margin:0 0 0 19px;
	display:inline;
}
.banners .img-holder{
	float:left;
	padding:5px 30px 0 0;
}
.banners img{
	display:block;
}
.banners .banner-text{
	overflow:hidden;
	display:block;
	height:1%;
}
.banners .banner-text strong,
.banners .brochure strong {
	display: block;
	font-size: 13px;
	line-height: 16px;
}
.banners a {
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	position:relative;
}
.medica,
.medica:hover{
	width:545px;
	padding:13px 51px 16px 25px;
	background:#4B306A url(../images/sep-medica.gif) no-repeat 100% 100%;
}
.brochure,
.brochure:hover{
	padding:14px 51px 20px 28px;
	width:221px;
	background:#E17000 url(../images/sep-brochure.gif) no-repeat 100% 100%;
}
.extra-nav{
	overflow:hidden;
	height:1%;
	color:#4b306a;
	padding:24px 15px 10px 21px;
}
.extra-nav a{
	color:#4b306a;	
}
.extra-nav .page-up{
	float:right;
	background:url(../images/bg-page-up.gif) no-repeat 100% 2px;
	padding:0 15px 0 0;
}
.extra-nav ul{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	overflow: hidden;
}
.extra-nav ul li{
	float: left;
	padding:0 6px;
	margin:0 6px 0 -7px;
	background:url(../images/sep-footer.gif) no-repeat 0 4px;
}

/*_______________________________
ASPNET-MENU */

a.menuitem_home 
{
    width:37px;
	padding:34px 9px 0;
	height:51px;
	color: #4b306a;
	background: #75608d url(../images/ico-home.gif) no-repeat 14px 14px;
	border: 1px solid #cfc8d8;
	border-right: 0px;
    font-family: Verdana;
    font-size: 11px;
	float: left;
}
a.menuitem_home:hover {
	color: #a597b4;
	background: #4B306A url(../images/ico-home-hover.gif) no-repeat 14px 16px;
	text-decoration: none;
}

.AspNet-Menu 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border-left: 1px solid #cfc8d8;
	background-color: #FF0000;
    list-style: none;
	width: 903px;
	float: left;
}
    .AspNet-Menu li 
    {
        border: 1px solid #cfc8d8;
        border-left: none;
        position: relative;
	    display: block;
        float: left;
    }
        .AspNet-Menu li a 
        {
            width: 113px;
            height: 70px;
            line-height: 21px;
            padding: 15px 0px 0px 15px;
            background-image: url(../images/bg_navigation_item.png);
            background-position: 100% 100%;
            background-repeat: no-repeat;
            background-color: #75608d;
            font-family: Verdana;
	        font-size: 13px;
	        font-weight: bold;
	        color: #FFFFFF;
            position: relative;
            float: left;
            cursor: pointer;
        }
            .AspNet-Menu li a:hover,
            .AspNet-Menu li:hover a,
            .AspNet-Menu li.hover a:hover 
            {
                background-color: #4B306A;
            }
            .AspNet-Menu .AspNet-Menu-Selected a 
            {
                background-image: url(../images/bg_navigation_item.png);
                background-position: 100% 100%;
                background-repeat: no-repeat;
                background-color: #4B306A;
                color: #A597B4;
            }
                .AspNet-Menu ul 
                {
	                top: 85px;
	                left: -1px;
	                margin: 0px 0px 0px 0px;
	                padding: 0px 0px 0px 0px;
	                background-image: none !important;
	                border-bottom: 1px solid #cfc8d8;
	                list-style: none;
                    position: absolute;
                    z-index: 5;
                }
                .AspNet-Menu ul li 
                {
                    border: 1px solid #cfc8d8;
                    border-bottom: 0px;
	                float: none;
	                display: block;
                }
                .AspNet-Menu ul a,
                .AspNet-Menu li:hover ul a,
                .AspNet-Menu li.hover ul a,
                .AspNet-Menu ul li:hover ul a,
                .AspNet-Menu ul li.hover ul a {
	                width: 168px;
	                height: auto;
	                line-height: 19px;
	                padding: 5px 42px 5px 15px;
	                background-image: url(../images/bg_navigation_subitem.png);
	                background-position: 100% 100%;
	                background-repeat: no-repeat;
	                background-color: #75608d;
                    font-family: Verdana;
                    font-size: 11px;
                    font-weight: normal;
                    color: #FFFFFF;
	                display: block;
	                float: none;
                }
                .AspNet-Menu ul a:hover,
                .AspNet-Menu li:hover ul a:hover,
                .AspNet-Menu li.hover ul a:hover,
                .AspNet-Menu ul li:hover a,
                .AspNet-Menu ul li.hover a 
                {
                    background-image: url(../images/bg_navigation_subitem.png);
                    background-position: 100% 100%;
                    background-repeat: no-repeat;
                    background-color: #4B306A;
                }
                
/*_______________________________
ASPNET-MENU VERTICAL */

.AspNet-Menu-Vertical 
{
    width: 140px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
}
    .AspNet-Menu-Vertical li 
    {
        width: 140px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border: 0px;
    }
        .AspNet-Menu-Vertical li a 
        {
            border: 0px;
        }
            .AspNet-Menu-Vertical li a:hover,
            .AspNet-Menu-Vertical li:hover a,
            .AspNet-Menu-Vertical li.hover a:hover 
            {
                border: 0px;
            }
                .AspNet-Menu-Vertical ul 
                {
                    width: 140px;
	                margin: 0px 0px 0px 0px;
	                padding: 0px 0px 0px 0px;
	                border: 0px;
                }
                .AspNet-Menu-Vertical ul li 
                {
                    border: 0px;
                }
                .AspNet-Menu-Vertical ul a,
                .AspNet-Menu-Vertical li:hover ul a,
                .AspNet-Menu-Vertical li.hover ul a,
                .AspNet-Menu-Vertical ul li:hover ul a,
                .AspNet-Menu-Vertical ul li.hover ul a 
                {
                    width: 120px;
                    height: auto;
                    line-height: 18px;
                    padding: 5px 10px 5px 10px;
                    background-image: none;
                    border-bottom: 1px solid #FFFFFF;
                    font-family: Verdana;
                    font-size: 11px;
                    font-weight: normal;
                    text-align: left;
                    color: #edeaf1;
                }
                .AspNet-Menu-Vertical ul a:hover,
                .AspNet-Menu-Vertical li:hover ul a:hover,
                .AspNet-Menu-Vertical li.hover ul a:hover,
                .AspNet-Menu-Vertical ul li:hover a,
                .AspNet-Menu-Vertical ul li.hover a 
                {
                    width: 120px;
                    height: auto;
                    line-height: 18px;
                    padding: 5px 10px 5px 10px;
                    background-color: #76608e;
                    border-bottom: 1px solid #FFFFFF;
                    font-weight: bold;
                    text-align: left;
                    color: #FFFFFF;
                }
                .AspNet-Menu-Vertical li .AspNet-Menu-Selected 
                {
                    background-image: none;
                    background-color: #76608e;
                    font-weight: bold;
                    text-align: left;
                    color: #FFFFFF;
                }
				
/**/

.AspNet-TreeView 
{
}
.AspNet-TreeView ul
{
    list-style: none; 
}
.AspNet-TreeView-Root
{
	font-weight: bold;
}
.AspNet-TreeView-Root a 
{
    padding: 5px 0px 5px 0px;
	text-decoration: none;
}
.AspNet-TreeView-Root a:hover {
    padding: 5px 0px 5px 0px;
	text-decoration: underline;
}
.AspNet-TreeView ul li ul li {
    padding: 5px 0px 5px 0px;
    text-indent: 20px;
}
.AspNet-TreeView-Collapse 
{
    display: none;
    visibility: hidden;
}
.AspNet-TreeView-Leaf
{
	font-weight: normal;
}
				
/* Customs */

.column_home_left {
	width: 265px;
	margin: 10px 0px 10px 10px;
	padding: 20px 20px 20px 20px;
	text-align: justify;
	float: left;
}
.column_left {
	width: 140px;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 10px;
	text-align: justify;
	float: left;
}
    .SideMenuTitle 
    {
        padding: 5px 0px 5px 0px;
        border-bottom: 1px solid #FFFFFF;
        font-weight: bold;
        color: #FFFFFF;
        display: block;
    }
.column_home_center {
	width: 265px;
	margin: 10px 0px 10px 10px;
	padding: 20px 20px 20px 20px;
	text-align: justify;
	float: left;
}
.column_home_right {
	width: 260px;
	margin: 10px 10px 10px 20px;
	padding: 20px 20px 20px 20px;
	text-align: justify;
	background-color: #FFFFFF;
	float: left;
}
.column_content {
	width: 430px;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 20px 20px;
	text-align: justify;
	float: left;
}
.column_content_right {
	width: 770px;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 0px 20px;
	text-align: justify;
	float: left;
}
.column_content_right_20 {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	text-align: justify;
	float: left;
}
    .box_images 
    {
        width: 720px;
        padding: 20px 20px 20px 20px;
        background-color: #FFFFFF;
    }
        .box_images_left 
        {
            width: 350px;
            margin: 0px 20px 0px 0px;
            padding: 0px 0px 0px 0px;
            float: left;
        }
        .box_images_right 
        {
            width: 350px;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            float: left;
        }
.column_right {
	width: 270px;
	margin: 10px 10px 10px 20px;
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
	text-align: justify;
	float: left;
}

/* Forms */

.form_row 
{
    margin: 0px 0px 10px 0px;
    width: 100%;
}
.form_discription 
{
    width: 30%;
    float: left;
}
    .form_discription div 
    {
        padding: 0px 20px 0px 0px;
    }
.form_field 
{
    width: 60%;
    float: left;
}
.form_required 
{
    width: 10%;
    text-align: right;
    float: left;
}

.input_textbox 
{
    height: 18px;
    line-height: 18px;
    width: 100%;
    border: 0px;
	font:11px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: #4b306a;
}

.input_textbox_multiline 
{
    line-height: 18px;
    width: 100%;
    border: 0px;
	font:11px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: #4b306a;
}

.form_button 
{
    line-height: 18px;
    padding: 5px 42px 5px 15px;
    background-image: url(../images/bg_navigation_subitem.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #75608d;
    border: 0px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    display: block;
    float: left;
    cursor: pointer;
}
.form_button:hover 
{
    text-decoration: underline;
}

/* DataGrid */

.AspNet-GridView 
{
    width: 100%;
}
.AspNet-GridView Table 
{
    width: 100%;
}
.AspNet-GridView-Header TH 
{
    line-height: 22px;
    border-bottom: 1px solid #edeaf1;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}
.AspNet-GridView-Normal TD 
{
    font-size: 9px;
    line-height: 22px;
    text-align: left;
}
.AspNet-GridView-Alternate TD 
{
    font-size: 9px;
    line-height: 22px;
    background-color: #edeaf1;
    text-align: left;
}

/* Easy Slider */

	#slider ul, #slider li
	{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
        width: 960px;
        height: 229px;
		overflow:hidden;
		float: right;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

.first_news {
	border-top: 1px solid #4b306a;
}
.news {
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #4b306a;
}
.news_alt {
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #4b306a;
	background-color: #e4e1ea;
}
