html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr
{
  margin:0px;
  padding:0px;
  outline-width:0;

} 


/** MAIN LAYOUT **/
body
{
    
    background-image: url('../shared/images/site/notebook.png');
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size:10px;
    color:#333;
}

/*
li
{
    
    margin-left:25px;
    list-style-image: url(../shared/images/custom_list_item.png); 
}
*/

a
{
   	outline: none;
	border:none;
	text-decoration:none;
    color:#3F9AB3;
}

a img
{ 
	outline: none;
	border:none;
}

p 
{
    margin-bottom:10px;
}

input,textarea,select
{
    /* font-family: Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size:10px;
    color:#333;
    width: 150px;
    padding: 2px;
    border: none; 
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-collapse: separate;
    background: #fff;
}

/** SITE CONTAINER **/

.SiteContainer
{
    width:980px;
    margin:auto;
    padding-bottom:20px;
    
}

.SiteContainer .TopContainer
{
    
}

.SiteContainer .TopContainer .MainLogo
{
    margin:10px 0px 0px 0px;
    float:left;
}



.SiteContainer .MidContainer
{
    padding:6px 6px 6px 6px;
    background-color:#fff;
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
    min-height:900px;
    border-collapse: separate;
}

.SiteContainer .BottomContainer
{
    
}


/* Footer */

.Footer
{
    text-align:Center;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size:10px;
    color:#5B5D5E;
    text-shadow: 1px 1px 0px rgba(200,200,200,0.9);
    margin-bottom:20px;
} 

/** Top Menu **/

.TopMenu
{
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size:10px;
    font-weight: bold;
    /*background-color:#717880;
    background-color:#4EC3DE; */
    height:25px;
    z-index: 200;
    position: relative;
    
    background: #717880; /* Fallback */
    background: -moz-linear-gradient(#717880, #555555);
    background: -ms-linear-gradient(#717880, #555555);
    background: -o-linear-gradient(#717880, #555555);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#717880), to(#555555));
    background: -webkit-linear-gradient(#717880, #555555);
    background: linear-gradient(#717880, #555555);
  /*  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#717880', EndColorStr='#555555'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#717880', EndColorStr='#555555')";*/
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
    border-collapse: separate;
}

.TopMenu>ul
{
    list-style:none;
    z-index: 200;
}

.TopMenu>ul>li
{
    position:relative;
    float:left;
    list-style-image:none;
    margin-left:0px;
}


.TopMenu>ul>li>a
{
    text-decoration:none;
    color:#fff;
    display:block;
    height:20px;
    margin:0px;
    color:#fff;
    border-right:1px solid #fff;
    padding: 5px 13px 0px 13px;
}


.TopMenu>ul>li>a:hover
{
    /*background-color:#717880;*/
    
    background: #555555; /* Fallback */
    background: -moz-linear-gradient(#555555, #717880);
    background: -ms-linear-gradient(#555555, #717880);
    background: -o-linear-gradient(#555555, #717880);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#717880));
    background: -webkit-linear-gradient(#555555, #717880);
    background: linear-gradient(#555555, #717880);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#717880'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#717880')";
    
}


.TopMenu>ul>li>ul 
{
    list-style:none;
    position:absolute;
    margin-top:1px;
   	display:block;
    background:#292929;
    z-index: 200;
    padding:0px;
}

.TopMenu>ul>li>ul>li
{
    list-style-image:none;
    margin-left:0px;  
    z-index: 200; 
    background:#292929;
}

.TopMenu>ul>li>ul>li>a
{
    color:#fff;
    display:block;
    border-bottom:1px solid #fff;
    background:#717880;
    padding: 5px 13px 5px 13px;
    font-family: 'Open Sans', sans-serif;
    font-size:9px;
    font-weight: bold;
    min-width:100px;
    z-index: 200;
}

.TopMenu>ul>li>ul>li>a:hover
{
    background:#444444;
}







/** Rotator **/


.RotatorContainer
{
    margin-top:4px;
    z-index:50;

    box-shadow: 0px 0px 2px  rgba(0, 0, 0, 0.3);  
    border-collapse: separate;
}

.BannerNavigation
{
    position:absolute;
    margin-top:-25px;
    z-index:101;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    
}

.BannerNavigation a img
{
    border:none;
    
}

.BannerNavigation a
{
    font-size:10px;
    text-align:center;
    padding-top:2px;
    padding-bottom:3px;
    margin-left:6px;
    display:inline-block;
    width:18px;
    height:13px;
    color:#222;  
    /*background:url('../shared/images/site/transparent_bcg.png') repeat; */
   /*  background-color:#ccc;
    
    text-shadow: 1px 1px 0px rgba(200,200,200,0.5);*/
    
    color:#fff;
    
    background: #555555; /* Fallback */
    background: -moz-linear-gradient(#555555, #717880);
    background: -ms-linear-gradient(#555555, #717880);
    background: -o-linear-gradient(#555555, #717880);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#717880));
    background: -webkit-linear-gradient(#555555, #717880);
    background: linear-gradient(#555555, #717880);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#717880'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#717880')";
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
    border-collapse: separate;
}


.BannerNavigation a.activeSlide
{
    color:#fff;
    /*background:url('../shared/images/site/transparent_bcg_blue.png') repeat;  
    background-color:#4EC3DE;
    text-shadow: 1px 1px 0px rgba(200,200,200,0.5);*/
    
    background: #52cfeb; /* Fallback */
    background: -moz-linear-gradient(#52cfeb, #3C92AA);
    background: -ms-linear-gradient(#52cfeb, #3C92AA);
    background: -o-linear-gradient(#52cfeb, #3C92AA);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#3C92AA));
    background: -webkit-linear-gradient(#52cfeb, #3C92AA);
    background: linear-gradient(#52cfeb, #3C92AA);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#52cfeb', EndColorStr='#3C92AA'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#52cfeb', EndColorStr='#3C92AA')";
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
    border-collapse: separate;

}


.RotatorContainer .RotatorSlideTitleContainer
{
    
    position:absolute;
    right:0px; 
    margin-top:-80px;
    background:url('../shared/images/site/transparent_bcg.png') repeat;  
    padding:10px;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size:22px;
    color:#222;
    
    letter-spacing:-1px;
    text-shadow: 2px 2px 0px rgba(180,180,180,0.7);
}

/* Breadcrumbs */

.BreadCrumbs
{
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size:11px;
    padding-top:8px;
    padding-bottom:8px;

}

/* News */

.News
{
    margin-bottom:20px;
}

.NewsDateAndTitle
{ 
    box-shadow: 0 4px 2px -4px gray;
    border-collapse: separate;
}

.NewsCalendarIcon
{
    font-size:12px;
    margin-right:5px;
    color:#3F99B2;
}

.NewsDate
{
    float:left;
    font-size:9px;
    padding:5px 10px 0px 0px;
    text-shadow: 1px 1px 0px rgba(150,150,150,0.2);
    font-weight:bold;
}

.NewsTitle
{
    float:left;
    font-size:12px;
    padding:5px 0px 5px 10px;
    text-shadow: 1px 1px 0px rgba(150,150,150,0.2);
    font-weight:bold;
    border-left:1px solid #ccc;
}

.NewsText
{
    padding:20px;
    font-size:10px;
}

.NewsReadMoreButton
{
    margin-top:10px;
    float:right;
    box-shadow: 0 2px 2px -2px #3F99B2;
    font-style: italic;
    border-collapse: separate;
}

/* Blue 'standard' buttons */

.Button
{
    width:auto;
    text-decoration:none;
    display: inline-block;
    margin:0px;
    margin-left:3px;
    padding: 3px 18px 3px 13px;
    
    color:#fff;
    background: #52cfeb; /* Fallback */
    background: -moz-linear-gradient(#52cfeb, #3C92AA);
    background: -ms-linear-gradient(#52cfeb, #3C92AA);
    background: -o-linear-gradient(#52cfeb, #3C92AA);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#3C92AA));
    background: -webkit-linear-gradient(#52cfeb, #3C92AA);
    background: linear-gradient(#52cfeb, #3C92AA);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#52cfeb', EndColorStr='#3C92AA'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#52cfeb', EndColorStr='#3C92AA')";
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
    border-collapse: separate;
}

.Button:hover
{
    cursor:pointer;
    color:#fff;
    background: #3C92AA; /* Fallback */
    background: -moz-linear-gradient(#3C92AA, #52cfeb);
    background: -ms-linear-gradient(#3C92AA, #52cfeb);
    background: -o-linear-gradient(#3C92AA, #52cfeb);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3C92AA), to(#52cfeb));
    background: -webkit-linear-gradient(#3C92AA, #52cfeb);
    background: linear-gradient(#3C92AA, #52cfeb);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#3C92AA', EndColorStr='#52cfeb'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3C92AA', EndColorStr='#52cfeb')";
}




/* cool login form */

/* GLOBALS */

.LoginInfo
{
    margin-top:10px;
    margin-right: 0px;
    height:105px;
    float:right;
}

.LoginInfo .LoggedInAsInfo
{
    margin-bottom:5px;
    text-align:center;
}





.LoginForm {
    /* Size & position */
    width: 200px;
    float:right;
    margin: 20px 15px 10px 0px;
    padding: 10px;
    position: relative; /* For the submit button positioning */

    /* Styles */
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
    border-collapse: separate;

    background: white; /* Fallback */
    background: -moz-linear-gradient(#eeefef, #ffffff 10%);
    background: -ms-linear-gradient(#eeefef, #ffffff 10%);
    background: -o-linear-gradient(#eeefef, #ffffff 10%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff));
    background: -webkit-linear-gradient(#eeefef, #ffffff 10%);
    background: linear-gradient(#eeefef, #ffffff 10%);
}

.LoginForm .InputFieldWrapper {
    position: relative; /* For the icon positioning */
}

.LoginForm .InputFieldWrapper i {
    /* Size and position */
    left: 0px;
    top: 0px;
    position: absolute;
    height: 24px;
    width: 26px;
    font-size:12px;
    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
    border-collapse: separate;
    
    /* Styles */
    color: #777777;
    text-align: center;
    line-height: 27px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*pointer-events: none;*/
}

.LoginForm input[type=text],
.LoginForm input[type=password] {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    /* Size and position */
    width: 120px;
    padding: 5px 18px 5px 45px;

    /* Styles */
    border: none; /* Remove the default border */
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-collapse: separate;
    
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.LoginForm input[type=text] {
    margin-bottom: 10px;
}

.LoginForm input[type=text]:hover ~ i,
.LoginForm input[type=password]:hover ~ i {
    color: #52cfeb;
}

.LoginForm input[type=text]:focus ~ i,
.LoginForm input[type=password]:focus ~ i {
    color: #42A2BC;
}

.LoginForm input[type=text]:focus,
.LoginForm input[type=password]:focus,
.LoginForm .SubmitButton:focus {
    outline: none;
}

.LoginForm .SubmitButtonWrapper {
    /* Size and position */
    width: 32px;
    height: 32px;
    position: absolute;
    top: 13px;
    right: -15px;
    padding: 10px;
    z-index: 2;
    font-size: 11px;
    
    /* Styles */
    background: #ffffff;
   
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
    border-collapse: separate;
}

.LoginForm .SubmitButtonWrapper:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 21px;
    left: -5px;
    background: #ffffff;
}

.LoginForm .SubmitButton 
{

    width: 100%;
    height: 23px;
    margin-top: -1px;
    font-size: 14px;
    line-height: 16px;
    color: white;
    padding-top:9px;
    text-align:center;

    
    /* Styles */
    border: none; /* Remove the default border */



    background: #52cfeb;
    background: -moz-linear-gradient(#52cfeb, #42A2BC);
    background: -ms-linear-gradient(#52cfeb, #42A2BC);
    background: -o-linear-gradient(#52cfeb, #42A2BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#42A2BC));
    background: -webkit-linear-gradient(#52cfeb, #42A2BC);
    background: linear-gradient(#52cfeb, #42A2BC);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#52cfeb', EndColorStr='#42A2BC'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#52cfeb', EndColorStr='#42A2BC')";
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
    border-collapse: separate;
    cursor: pointer;
}

.LoginForm .SubmitButton:hover,
.LoginForm .SubmitButton:focus {
    background: #52cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.LoginForm .SubmitButton:active {
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
    border-collapse: separate;
}

.LoginForm .LoginWithIcons
{
    margin-left:3px;
    width:80px;
    float:left;
    font-size:12px;
    
    margin-top:5px;
}

.LoginForm .LoginWithIcons i
{
    color:#828282;
    margin-right:3px;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*pointer-events: none;*/
}
/* Doesnt work - dont know why
.LoginForm .LoginWithIcons i:hover,
.LoginForm .LoginWithIcons i:focus,
{
    color: #3F9AB3;    
    cursor:pointer;
}*/

.LoginForm .ForgotPass
{
    text-align:right;
    width:100px;
    margin-top:3px;
    float:right;
    font-size:10px;
    font-style: italic;
    color:#3F9AB3;
    cursor:pointer;
}



