﻿
/* Style version 3.0 - INSPIRE */
/* Copyright (c) 2013. All rights reserved. */


html
{    
    /*background:url('../images/background.gif') repeat-x fixed 50% top;*/
    /*background:#252525;*/
}
    
body, table, td, div, input, textarea
{                                              
    font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,Tahoma,sans-serif;
    font-weight: normal;
    }
    
body
{
    background-color:#e9ecef;
    color:#000;
	margin:0px;
    }

form{margin:0px;}
span, input, textarea
{
    /*display:inline;*/
    margin:0px;
    }
blockquote 
{
    page-break-after:always;
    }

A:link, 
A:visited {text-decoration:none; color:#03a2e1; }
A:hover {text-decoration:none; color:#000; }

.clear
{
    clear:both;
    padding:5px 0px;
    }
.newitem
{
    background:url("images/icon-add.png") no-repeat 0 50%;
    display:block;
    padding-left:20px;
    height:13px;
    width:auto;
    }
.textsize {font-size:13px; float:right;}
.textsize td{float:left;}

    
#Master_Header
{                       
    /* #2A3333 0%, #4E6172 100% */    
    background: #222222; /* Old browsers */
background: -moz-linear-gradient(top,  #4E6172 0%, #222222 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E6172), color-stop(100%,#222222)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4E6172 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4E6172 0%,#222222 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4E6172 0%,#222222 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4E6172 0%,#222222 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E6172', endColorstr='#222222',GradientType=0 ); /* IE6-9 */

    padding:5px;
    }
#Master_Header td{color:#fff;}
#Master_Header a:link,
#Master_Header a:visited{color:#d7d7d7;}
#Master_Header a:hover{color:#fff; text-decoration:underline;}
    
#Master_Main_Menu
{
    background:#222222;
    color:#ccc;
    height:100%;
    padding:0px;
    }
#Master_Main_Menu A:link, 
#Master_Main_Menu A:visited {text-decoration:none; color:#ccc; }
#Master_Main_Menu A:hover {text-decoration:none; color:#fff; }

#Master_Content
{
    /*background-image:url("../images/bg_content.jpg");*/
    background-position:top;
    background-repeat:repeat-x;
    background-color:#ffffff;
    text-align:left;
    }
#Master_Footer
{
    /* #2A3333 0%, #4E6172 100% */    
    background: #222222; /* Old browsers */
background: -moz-linear-gradient(top,  #222222 0%, #0D0D0D 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#0D0D0D)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #222222 0%,#0D0D0D 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #222222 0%,#0D0D0D 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #222222 0%,#0D0D0D 100%); /* IE10+ */
background: linear-gradient(to bottom,  #222222 0%,#0D0D0D 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#0D0D0D',GradientType=0 ); /* IE6-9 */
                                            
    border-top:solid 3px #3FA9F5;
    color:#ccc;
    font-size:11px;
    padding:20px 10px;
    text-align:left;
    }
#Master_Footer a:link, #Master_Footer a:visited {color:#fff;}
#Master_Footer a:hover {color:#555;}
          
.copyright{color:#ccc; font-size:11px;}

.content_menu,    
a.content_menu:link,
a.content_menu:visited
{
    font-weight:normal;
}
a.content_menu:hover {text-decoration:none; color:#ffffff; }


.footer a:link, .footer a:visited {color:#fff;}
.footer a:hover {color:#555;}
.footer{background-color:#6dd0f7;}

.footer_menu,    
a.footer_menu:link,
a.footer_menu:visited
{
    color:#fff;
    font-weight:normal;
}
a.footer_menu:hover {text-decoration:none; color:#fff; }
                                                
.footer_submenu,
div.footer_submenu a:link,
div.footer_submenu a:visited
{
    color:#ccc;    
}   
div.footer_submenu a:hover {text-decoration:none; color:#fff; }
div.footer_submenu{margin-top:5px; }
    
a.forgot_password:link,
a.forgot_password:visited
{
    color:#3FA9F5;
    font-size:11px;
    font-weight:bold;
}
a.forgot_password:hover {text-decoration:none; color:#ffffff; }
