﻿/* Reset START */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset END */
/* HTML elements START*/

a:focus, 
input[type="image"]:focus,
input[type="submit"]:focus {outline: #539FC6 dotted 2px;}

html, body {
    height: 100%;  
    min-width: 790px; 
}

body {
    background: url(Images/body-BG.png) repeat-x bottom #EFEFEB;
    background-attachment: fixed;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 12px;
    font-size: 10px;
    color: #90908C;
}

h1 {
    color: #E06E00;
    font-weight: lighter;
    letter-spacing: -1px;  
    text-transform: capitalize;
    font-size: 18px; 
    margin-bottom: 7px;
}

h2 {
    font-weight: bold; 
    color: #6c6c6c;
    font-size: 11px; 
    line-height: 14px;
}

h3 {font-size: 11px;}

dl {margin-top: 5px;}

dt {
    padding-left: 15px;
    background: url(Images/bullet2.gif) left center no-repeat;
    font-size: 11px; 
    display: block;
    color: #6c6c6c;   
    font-weight: bold;         
}

dt a:link,
dt a:visited,
dt a:active,
dt a:hover {color: #6c6c6c;}

dd {
    margin-bottom: 20px;
    padding-left: 15px;
}

a:link,
a:visited,
a:active,
a:hover {
    color: #0097BA;
    text-decoration: none; 
    padding-right: 10px;
    padding-bottom: 2px;
    background: url(Images/seta.gif) no-repeat;
    background-position: right center; 
}

a:hover {text-decoration: underline;}

fieldset {
    border: solid 1px #999;
    margin-bottom: 15px;
    padding:  0 10px;
    padding-right: 15px;
    background: url(Images/fieldset-BG.png) repeat-x bottom #EFEFEB;    
}

fieldset > legend {
    font-weight: bold; 
    color: #6c6c6c;
    font-size: 11px; 
    margin-left: -5px;
    padding: 0 5px;
}

fieldset ol {
    list-style: none !important;
    margin: 15px 0 0 0 !important;
    padding-bottom: 10px;
}

fieldset ol li {
    position: relative;
    padding-bottom: 10px;
}

fieldset > ol > li > input,
fieldset > ol > li > textarea,
fieldset > ol > li > select {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    border: solid 1px #539FC6;
}

fieldset > ol > li > input:focus,
fieldset > ol > li > textarea:focus,
fieldset > ol > li > select:focus {
    border-color: #E06E00;
}

fieldset label {
    display: block;
    color: #6c6c6c;
    margin-bottom: 5px;
}

fieldset > span {
    display:inline-block;
    position: relative;
}

fieldset textarea {
    resize: none; /* Disable textarea resize in Chrome*/
    padding-left: 2px !important;
    padding-top: 2px !important;
}
    
input[type="submit"] {cursor: pointer;}

input[type="submit"]:hover {background-color: #DDD;}

pre {
    overflow: auto;
    overflow-y: hidden; /* CSS 3 */
    line-height: 16px;
    display: block;
    font-size: 12px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px #333;
    color: white;
    background: url(Images/code-bg.jpg) repeat-x top #404040;
}

blockquote {
    border-left: solid 2px #BCBCB2;
    padding-left: 10px;
    font-style: italic;
    font-size: 1.1em;
    text-align: justify;
    margin-bottom: 10px;
}

ol ol {list-style-type: lower-alpha !important;}

/* HTML Elements END */
/* Master Page & Default START*/

#header {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: -15px;
    height: 125px;
    width: 100%;  
    background: url(Images/header-BG.png) repeat-x top;     
}
    #header > #menu {
        width: 566px;
        background: url(Images/colors-bar.png) no-repeat center bottom; 
        height: 55px !important;
    }

    #header > h1#logo {
        background: url(Images/uniwares-logo.png) left center no-repeat;
        width: 194px;
        height: 100px;
        text-indent: -9999px;
        margin-top: 5px;
        margin-left: 15px;
        float: left;
    }
    
    #header > ul {
        float: left;
        margin: 0;
        padding: 0;   
        width: 565px;
        height: 40px;
        list-style-type: none;
        padding-top: 70px;
    }
        
    #header > ul > li {
        float: left;
        text-transform: lowercase;
        text-align: left;
        letter-spacing: -1px;
        font-size: 12px;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        color: Black;
    }
            
    #header a {
        display: block;
        background: url(Images/header-bullet.gif) no-repeat right 0px;  
        color: #6c6c6c;
        height: 12px;
        position: relative;
    }

    #header a:hover {
        background: url(Images/header-bullet.gif) no-repeat right -12px;  
        color: #539fc6;    
    }

#center {
    position: relative;
    float: left;
    width: 100%;
}

.left-info {
    position: relative;
    float: left;
    padding-left: 5px;
    padding-top: 15px;
    width: 170px; 
}
    .left-info > * {
        margin-left: 10px;  
        margin-bottom: 5px;
    }
    
    .left-info > h2 {
        border-top: solid 1px #E3E3DB;
        padding-top: 10px;
    }
    
    .left-info > h2:first-child {
        border: 0;
        padding-top: 0;
    }

    .left-info ul {   
        list-style-type: none;   
        margin-bottom: 15px; 
    }
        
    .left-info ul li {margin-bottom: 5px;}

    .left-info ul ul {
        margin-left: 5px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .left-info ul ul li {
        padding-left: 15px;
        background: url(Images/bullet2.gif) left center no-repeat;
    }

#double-column,
#content {
    position: relative;
    float: left;
    min-height: 300px;
    font-size: 11px;    
}

#double-column {
    float: left;
    padding: 15px;
    width: 545px;
}

    #double-column ul.products > li{
        background: none;
        margin-bottom: 1px;
        padding-bottom: 2px;
        padding-top: 1px;
        padding-left: 0;
        width: auto !important;
    }
    
    #double-column ul.products > li a{
        padding-left: 4px;
        border-left: solid 4px;
    }
    
    #double-column ul.products > li a:hover,
    #double-column ul.products > li a:focus{
        border-left-width: 8px;
    }
    
        #double-column ul.products > li.aManda a {border-color: #F9A705;}
        #double-column ul.products > li.Analog a {border-color: #1775D9;}
        #double-column ul.products > li.Elwin a {border-color: #2FBFB6;}
        #double-column ul.products > li.Leon a {border-color: #5B99B0;}
        #double-column ul.products > li.Rufus a {border-color: #444444;}
        #double-column ul.products > li.Stormail a {border-color: #BB1312;}
        
#content {
    width: 375px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 20px;
    line-height: 13px;
}
    #content li > * {clear: left;}

    #content > h2 {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    #content > h2.author {
        margin-top: 0;
        margin-bottom: 15px;
        font-weight: normal;
        font-style: italic;
    }

    #content > h2 > a {color: #6c6c6c;}

    #content p {
        margin-bottom: 10px; 
        text-align: left;
    }
                                                
    #content ul {
        margin-bottom: 10px; 
        text-align: left;
        margin-left: 20px; 
        list-style-image: url(Images/bullet2.gif);   
    }

    #content ul li {
        padding-top: 5px;
        padding-bottom: 5px;  
        margin: 0 !important;
    }

    #content ul > li > ul {
        list-style-image: url(Images/bullet.gif);
        margin-bottom: 0px;
        margin-top: 5px;
    }
            
    #content img {
        border: solid 1px #bcbcb2 !important;  
        max-width: 369px; 
        padding: 2px;
        margin-bottom: 10px;
    }

    #content img.logo {
        border: 0;
        margin-top: 15px;
        margin-bottom: 15px; 
        width: auto;  
    }

    #content > p > strong {text-transform: uppercase;}

    #content .presentation {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #C9D9DB;
        padding: 2px;
    }

    #content li > .presentation {margin-left: -15px;}

    #content ol {
        margin-left: 16px;
        margin-top: 10px;
        margin-bottom: 15px;
        list-style-type: decimal;
        text-align: justify;
    }

    #content ol > li {margin-bottom: 10px;}

    #content > ol > li > a {display: inline-block;}

    #content > ol > li > div {margin-bottom: 15px;}
    
.main-footer { /* Default.aspx footer */
    margin-left: 15px !important;
    width: 545px !important;
    float: left;
}   
    
#footer {
    position: relative;
    clear: left;
    width: 375px;
    margin-left: 190px;
    padding-bottom: 40px;
    padding-top: 10px;
    border-top: solid 1px #E7E6E1;
}

    #footer p {
        margin: 0;
        margin-bottom: 5px;
        padding: 0;  
        font-weight: bold; 
        font-size: 10px;
        color: #6c6c6c;
    }

    #footer ul.siteMap {list-style-type: none;}
            
    #footer ul.siteMap > li {
        padding-right: 5px;
        padding-left: 5px;
        border-left: solid 1px #c9d9db;
        float: left;   
    }

    #footer ul.siteMap > li:first-child {
        padding-left: 0;
        border: none;   
    }

    #footer a {
        background: none;
        padding: 0;   
    }
    
#right-column {
    position: relative;
    float: left;
    width: 205px;
    text-align: center;
    padding-top: 20px;
}

    #right-column > div > h2 {
        margin: 0;
        padding-top: 10px;
        color: #7CA104;    
        text-align: right; 
        border-top: solid 1px #E3E3DB;
        font-size: 10px;
    }

    #right-column > div > address {
        float: right;
        display: block;
        text-align: right; 
        margin-bottom: 6px;
        padding-top: 5px;
        font-style: normal;
        width: 160px; 
    }
    
    #right-column > div > a
    {
        clear: right;
        display: block;
        text-align: right;
        margin-bottom: 10px;
    }
    
    #right-column > ul#flagsClient {
        position: relative;
        clear: both;
        right: 0;
        border-top: solid 1px #E3E3DB;
        text-align: right;
        margin-top: 5px;
        padding-bottom: 15px;
        padding-top: 10px;
        margin-bottom: 15px; 
        list-style-type: none;
    }
    
        #right-column > ul#flagsClient > li {
            display: inline;
        }

ul.mainPageMap {
    margin-bottom: 15px;
    padding-top: 10px;
    width: 537px;
}

    li.black {
        border-color: #333;
        background: url(Images/defaultLinks_shadow.png) no-repeat 0px top;      
    }
    li.red {
        border-color: #C20001;
        background: url(Images/defaultLinks_shadow.png) no-repeat -179px top;              
    }
    li.yellow {
        border-color: #F9A705;
        background: url(Images/defaultLinks_shadow.png) no-repeat -358px top;              
    }

    ul.mainPageMap * {margin-bottom: 5px;}

    ul.mainPageMap h2 {color: #e06e00;}
    
    ul.mainPageMap > li {
        float: left;
        width: 163px;
        padding-right: 16px;
        height: 100%;
        vertical-align: top;
        border-top-style: solid;
        border-top-width: 4px;
        padding-top: 15px;
    }

        ul.mainPageMap > li ul li {
            padding-left: 15px;
            background: url(Images/bullet2.gif) left center no-repeat;
        }    
    
/* Master Page & Default END */
/* Products START */

h1.logo {
    width: 377px;
    text-indent: -9999px;
    background: no-repeat top center;
    height: 145px;
    margin-top: -12px;
    margin-left: -2px;
}
    h1.aManda   {background-image: url(Images/Products/aManda/amanda-logo-bg.png);}
    h1.Analog   {background-image: url(Images/Products/Analog/analog-logo-bg.png);}
    h1.Elwin    {background-image: url(Images/Products/Elwin/elwin-logo-bg.png);}        
    h1.Leon     {background-image: url(Images/Products/Leon/leon-logo-bg.png);}    
    h1.Rufus    {background-image: url(Images/Products/Rufus/rufus-logo-bg.png);}           
    h1.Stormail {background-image: url(Images/Products/Stormail/stormail-logo-bg.png);}   

dl.products {border-bottom: solid 1px #bcbcb2;}

    dl.products > dd {
        margin: 0;
        padding: 10px;
        border-left: solid 1px #bcbcb2;
        border-right: solid 1px #bcbcb2;
        color: #333;
        background: url(Images/Products/products-bg.png) repeat-x top #D9D9CF;
    }  

    dl.products > dt {
        width: 375px;
        height: 30px; 
        line-height: 30px;
        color: White;
        padding: 0;
    }
        dl.products > dt {background: url(Images/Products/products-logo-bg.png) no-repeat;}
        
        dl.products > dt#aManda   {background-position:0 0}
        dl.products > dt#AnaLog   {background-position:0 -30px;}
        dl.products > dt#Elwin    {background-position:0 -60px;}
        dl.products > dt#Leon     {background-position:0 -90px;}
        dl.products > dt#Rufus    {background-position:0 -120px;}
        dl.products > dt#Stormail {background-position:0 -150px}

            dl.products > dt > a {
                color: White !important;  
                width: 365px;
                height: 100%;
                display: block;
                background: none;
                padding: 0;
                padding-left: 10px; 
            }
        
    div.interest .linkButton
    {
        width: 135px;
    }
                
/* Products END */
/* Contact START */

.validation_error {
    position: absolute;
    bottom: -7px;
    left: 0;
    color: #C60000 !important;
}

div.formSubmit {
    display:block;
    position: relative;
    width: 375px;
}

    div.formSubmit input.submitButton {
        position: absolute;
        right: 0;
        top: -2px;
        width: 80px;
    }
    
/* Contact END */
/* No-Flash START */

.noFlash {
    width: 191px;
    height: 195px;
    background: url(Images/noFlash.jpg) no-repeat;
    padding-top: 60px;
    padding-left: 150px; 
    padding-right: 30px;
}

    .noFlash * {margin-bottom: 10px;}

    .noFlash h1 {
        line-height: 20px;
        color: #FFC809;
    }

    .noFlash p {
        color: #F7F7F7;
        margin-bottom: 13px;
    }
    
    .noFlash a:link,
    .noFlash a:visited,
    .noFlash a:active {
        width: 110px;
        height: 31px;
        background: url(Images/getFlash.gif) no-repeat white center 0;
        display: block;
        text-indent: -9999px;
        padding: 0;
    }
    
    .noFlash a:hover {background: url(Images/getFlash.gif) no-repeat white center -31px;}
    
/* No-Flash END */
/* Alternates START */

.no-bullet {
    list-style: none !important;
    list-style-image: none !important;
    margin-left: 0 !important;
    padding-left: 0px !important;
    background: none !important;
}
    
.orange {color: #E06E00;}

a.pdf {
    padding-right: 23px;
    background: url(Images/pdf-icon.gif) no-repeat right center;
}
  
a.noLinkImage {
    background: none !important;
    padding-right: 0 !important;
}

a.extLink {
    background-image: url(Images/ext-link.gif) !important;
    padding-right: 12px !important;
    margin-right: 2px;
}

input[type="submit"],
a.linkButton:link,
a.linkButton:visited,
a.linkButton:active {
    display: inline-block;
    background: url(Images/tooltip-bg.png) repeat-x top #666 !important;
    color: #EEE;
    padding: 0 7px !important;  
    border: solid 1px #333;
    height: 23px;
}

a.linkButton {line-height: 23px;}

input[type="submit"]:hover,
a.linkButton:hover {
    color: White;
    text-decoration: none;
    background-color: #777 !important;
}

.not-found{
    border: solid 2px #C9D9DB;
    padding: 2px;
}

li.statesList{display:none;}

/* Alternates END */
/* Paging START */

.paging {margin-left: 0 !important;}

    .paging > li {list-style: none;}

    .paging > li .presentation {margin-left: 0 !important;}

.simplePagerNav {
    border: solid 1px #a4a49b;
    color: #333; 
    width: 100%; 
    margin-left: 0 !important;  
    background: url(Images/paging-bg.png) repeat-x top #D9D9CF;   
    height: 20px !important; 
}

    .simplePagerNav li {
        list-style: none;
        display: inline;
    }

    .simplePagerNav a {
        background: none;
        padding: 0;
        display: inline-block;
        padding: 0 10px;
        line-height: 20px;
        border-right: solid 1px #a4a49b;
        color: #333;
        background: url(Images/paging-bg.png) repeat-x bottom #D9D9CF;
    }

    .simplePagerNav a:hover {text-decoration: none;}

    .simplePagerNav .currentPage a {
        color: white;
        cursor: default;
        background: url(Images/paging-bg.png) repeat-x top #D9D9CF;
    }

    .simplePagerNav .currentPage a:hover {text-decoration: none;}
    
/* Paging END */
/* Tooltip START */

.definition { /* Link that opens the tooltip */
    cursor: default;
    text-decoration: none !important;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background: black url(Images/tooltip-bg.png) repeat-x top;
	border: solid 1px black;
	color: #999;
	padding: 5px;
	max-width: 210px;
	opacity: 0.75; /* CSS 3 */
}

    #tooltip h3 {
        color: white;
        margin-bottom: 5px;
    }

/* Tooltip END */
/* jQuery Slider START */

#slider{
    border: solid 1px #666;
    position: relative;
    margin: 0;
    padding: 0;
    width: 535px;
}	

#prevBtn a:focus, #nextBtn a:focus {
    outline: 0 !important;
}

#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li, #slider2 li{ 
	width:535px;
	height:200px;
	overflow:hidden; 
	position: relative;
}	

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	position: absolute;
	top: 100px;
	left: 24px;
	height: 26px;
}	

#nextBtn, #nextBtn2 {left:518px;}			
											
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width: 26px;
	padding: 0 !important;
	height: 26px;
	text-indent: -9999px;
	background: url(Images/slideBtn.png) no-repeat transparent 0 0;
	opacity: 0.75;
}	

#nextBtn a, #nextBtn2 a{ 
    width:26px;
    background-position: -26px 0;
}

#prevBtn a:hover, #prevBtn2:hover {background-position: 0 -26px;}

#nextBtn a:hover, #nextBtn2 a:hover {background-position: -26px -26px;}
	
.caption{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    border-top: solid 1px #666;
    width: 535px;
    background: #333 url(Images/tooltip-bg.png) repeat-x top !important;
    height: 30px;
    line-height: 30px;
    opacity: 0.75;
    color: white !important;
    font-weight: bold;
}

#slider li:hover .caption{
    text-decoration: none;
    background-color: #444 !important;
    color: #EEE !important;
}

/* jQuery Slider END */
/* Twitter START */
#twitter{
    margin-top: 10px;
    background-color: #E3E3DB;
    width: 537px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    overflow: hidden;
}

    #twitter a{
        display: inline-block;
        height: 20px;
        background: none #539FC6;
        color: #C9D9DB;
        margin: 0;
        padding: 0 8px 0 5px;
        font-weight: bolder;
    }
    
    #twitter a:hover{
        background-color: #C9D9DB;
        color: #539FC6;
    }
    
    #twitter span{
        padding-left: 3px;
    }
    
    #twitter span img{
        margin: 0;
        padding: 0;
    }
    
ul.social-networks{
    margin: 0;
    padding: 0;
    padding-top: 12px;
    border-top: solid 1px #E3E3DB;
    padding-bottom: 4px;
}
    ul.social-networks li {
        position: relative;
        margin-bottom: 4px !important;
        width: 205px;
        text-align: right;
    }
    
    ul.social-networks a{
        display: inline-block;
        right: 0;
        text-align: right;
        background-position: right top;
        background-repeat: no-repeat;
        height: 15px;
        line-height: 15px;
        padding: 0;
        padding-left: 3px;
        padding-right: 19px;
    }

    ul.social-networks a:hover,
    ul.social-networks a:focus{
        background-position: right bottom;
        text-decoration: none; 
    }
        /*twitter*/
        ul.social-networks a.twitter-folow {
            color: #3b86ac;
            background-color: #C9D9DB;
            background-image: url(Images/twitter.png);
        }
        
        ul.social-networks a.twitter-folow:hover,
        ul.social-networks a.twitter-folow:focus {
            color: #C9D9DB; 
            background-color: #539FC6;
        }
        
        /*facebook*/
        ul.social-networks a.facebook-join {
            color: white;
            background-color: #6D84B4;
            background-image: url(Images/facebook.png);
        }
        
        ul.social-networks a.facebook-join:hover,
        ul.social-networks a.facebook-join:focus {
            color: white; 
            background-color: #3b5998;
        }

/* Twitter END */
/* Captcha START */
div.captcha
{
    height: 50px;
}
    div.captcha > *
    {
        float: left;
    }
    
    div.captcha img
    {
        border-width: 0 !important;
    }

    div.captcha > span
    {
        height: 50px;
        width: 20px;
        text-align: center;
        display: inline-block;
        line-height: 40px;
        font-size: 1.2em;
    }
    
    div.captcha p
    {
        clear: left;
    }

/* Captcha END */

/* jQuery UI START */

/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; background: none !important; }
.ui-widget-header { border: 0; background: #EEEEEE 50% 50% repeat-x; color: #666; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #E06E6C; background: #EEE; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(Images/close.gif) center center no-repeat; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background: url(Images/close.gif) center center no-repeat !important; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { background: #666666 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Resizable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Dialog 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0;}
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/* jQuery UI END */
