body 
{
    text-align: center;
    /*background: #95ADCE url(http://www.blueorbsoft.com/Images/background.png) repeat-x;*/
    background-color: #25579c;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #505050;
}

a:link 
{
    color: #034af3;
    text-decoration: underline;
}

a:visited 
{
    color: #505abc;
}

a:hover 
{
    color: #1d60ff;
    text-decoration: none;
}

a:active 
{
    color: #12eb87;
}

ul.paragraph li 
{
    margin: 16px 0;
}

li 
{
    
}

li span
{
    font-size: 11px;
    font-weight: bold;
}

img
{ 
    border: none;
    box-shadow: 5px 5px 5px #888;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
}

.noshadow
{ 
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#softwareTitle
{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
}

#softwareList
{
    margin-bottom: 20px;
}

.newsDescription
{
    font-size: 10.5px;
}

.allNewsDescription
{
    font-size: 11px;
}

table
{
    background-color: #FAFAFA;
    font-size: 12px;
    border-collapse: collapse;
    box-shadow: 5px 5px 5px #888;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
}

table, th, td
{
    text-align: left;
    border: 1px solid #808080;
    padding: 10px;
}

.table-title
{
    font-weight: bold;
    background-color: #4FA0F2;
    color: #fff;
}

/* Site Title 
----------------------------------------------------------*/

#header 
{
    position: relative;
    height: auto;
    width: auto; 
    background: #25579c;
    color: #ffffff;
    margin-bottom: 36px;
}

#header .site-title 
{
    height: auto;
    width: auto;
    font-size: 36px; 
    font-weight: bold; 
    line-height: 36px;
    font-style: italic; 
    letter-spacing: -2px; 
    text-shadow: 1px 1px 5px #FFFFFF;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 
{
    color: #000;
}

h1, h2 
{
    font-size: 22px;
    font-weight: 100;
    letter-spacing: -2px;
    line-height: 22px;
    text-shadow: 1px 1px 4px #AAAAAA;
    padding-bottom: 0;
    margin-bottom: 10px;
}

h3 
{
    font-size: 20px;
    font-weight: 100;
}

h4 
{
    font-size: 18px;
    font-weight: 100;
}

h5
{
    font-size: 14px;
    font-weight: bold;
}

h6 
{
    font-size: 12px;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 16px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#main 
{
    padding: 10px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    box-shadow: inset 0 0 8px #888;
    -moz-box-shadow: inset 0 0 8px #888;
    -webkit-box-shadow: inset 0 0 8px #888;
}

#content 
{
    margin-top: 20px;
}

#page 
{
    width: 70%;
    min-width: 600px;
    text-align: left;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#footer 
{
    padding: 20px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: 11px;
}

/* MENU   
----------------------------------------------------------*/

#menu 
{    
    height: 30px;
    line-height: 30px;
    background: #4FA0F2;
    margin-bottom: 1px;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    box-shadow: inset 0 0 5px #fff;
    -moz-box-shadow: inset 0 0 5px #fff;
    -webkit-box-shadow: inset 0 0 5px #fff;
}

#menu ul 
{
    margin-left: 0;
    padding-left: 20px;
    list-style-type: none;
}

#menu ul li 
{
    margin-left: 0;
    display: block;
    float: left;
}

#menu ul li a 
{
    margin-left: 0;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

#menu ul li a:hover 
{
    color: #FFCC00;
    text-decoration: underline;
}

/* WHAT'S NEW SIDEBAR
----------------------------------------------------------*/

#sidebar 
{
    float: right;
    width: 190px; 
    line-height: 14px;
    margin: 0 0 16px 16px;
    padding-left: 16px;
    border-left: 2px solid #ccc; 
}

#sidebar ul 
{
    margin-left: 0;
    list-style: none; 
    padding: 10px 0 0 0; 
    border-top: 2px solid #ccc;
}

#sidebar li 
{
    list-style: none; 
    margin: 0 0 10px; 
    padding: 0 0 10px 0; 
    color: #888; 
    border-bottom: 2px solid #eee;
}
        
/* FORMS   
----------------------------------------------------------*/

fieldset 
{
    margin: 16px 0 0 0;
    padding: 0 32px 32px 32px;
    border: 1px solid #CCC;
}

fieldset legend 
{
    font-size: 14px;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
}
    
fieldset ol 
{
    margin-left: 0;
    padding: 0;
    list-style: none;
}
    
fieldset ol li 
{
    padding-bottom: 5px;
}
    
fieldset label 
{
    display: block;
}
    
fieldset label.checkbox 
{
    display: inline;
}
    
fieldset input.text
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 14px;
    color: #444;
    width: 45%;
}
    
fieldset textarea 
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    height: 250px;
    width: 65%;
}

fieldset input.button
{
    font-size: 14px;
    padding: 5px;
}
    
 /* Information and errors  
----------------------------------------------------------*/  
.message 
{
    clear: both;
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 15px;
    border-radius:  4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    -moz-box-shadow: 2px 2px 5px #888;
}

.info 
{
    background: #bde5f8;
    color: #00529b;
}

.error 
{
    background: #ffe4e4;
    color: #be3e16;
}

.success 
{
    background: #dff2bf;
    color: #4f8a10;
}

.error-field
{
    border: solid 1px #be3e16; 
    background-color: #ffe4e4;
}

.validation-error 
{
    display: inline;
    color: #be3e16;
    font-weight: bold;
    font-size: 12px;
}

.validation-error:before 
{
    content: "»";
}