/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
    font: 13px/1.5 'Tahoma', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
    font-family: 'Tahoma', Menlo, Consolas, monospace;
}

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 14px;
    font-weight: normal;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
    list-style: decimal;
    color: #333333;
}

ul {
    list-style: disc;
}

li {
    margin-left: 25px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
    margin-bottom: 0px;
}
.xsmall_text {
    font-size: 10px !important; 
}
.small_text {
    font-size: 11px !important;
}
.blue_menulink {
    background: none !important;
    color: #2a8dcc !important;
    text-decoration: none;
}

.red_menulink {
    background: none !important;
    color: #ff4e50 !important;
    text-decoration: none;
}
.gray_menulink {
    background: none !important;
    color: #666666 !important;
    text-decoration: none;
}
.darkgray_menulink {   
    background: none !important;
    color: #919497 !important;
    text-decoration: none;
}
.darkergray_menulink {
    background: none !important;
    color: #242424 !important;
    text-decoration: none;
}
.red_more_link {
    background: none !important;
    color: #ff4e50 !important;
    font-weight: bold;
    text-decoration: none;
}
.thinred_menulink
{
    color: #ff4e50;
}
.blue_text {
    background: none;
    color: #2a8dcc !important;
    text-decoration: none;
}
.gray_text {
    background: none;
    color: #666666 !important;
    text-decoration: none;
}
.darkgray_text {   
    background: none;
    color: #919497 !important;
    text-decoration: none;
}
.darkergray_text {
    background: none;
    color: #242424 !important;
    text-decoration: none;
}
.white_text {
    background: none;
    color: #ffffff !important;
    text-decoration: none;
}
.red_text {
    background: none;
    color: #ff4e50 !important;
    text-decoration: none;
}
.red_button {
    background: #ff1b35; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff1b35 0%, #f21730 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1b35), color-stop(100%,#f21730)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff1b35 0%,#f21730 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff1b35 0%,#f21730 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff1b35 0%,#f21730 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff1b35 0%,#f21730 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1b35', endColorstr='#f21730',GradientType=0 ); /* IE6-9 */
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0px 2px 0px #ca1328;
    -webkit-box-shadow: 0px 2px 0px #ca1328;
    box-shadow: 0px 2px 0px #ca1328;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    overflow: visible;
    padding: 11px 12px 10px 12px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    width: auto;
    text-decoration: none;
}
.red_button:hover {
    background: #ff1b35; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff1b35 0%, #c71227 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1b35), color-stop(100%,#c71227)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff1b35 0%,#c71227 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff1b35 0%,#c71227 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff1b35 0%,#c71227 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff1b35 0%,#c71227 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1b35', endColorstr='#c71227',GradientType=0 ); /* IE6-9 */
}

.blue_button {
    background: #2A8DCC; /* Old browsers */
    background: -moz-linear-gradient(top,  #2A8DCC 0%, #389AD6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2A8DCC), color-stop(100%,#389AD6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2A8DCC 0%,#389AD6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2A8DCC 0%,#389AD6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2A8DCC 0%,#389AD6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2A8DCC 0%,#389AD6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A8DCC', endColorstr='#389AD6',GradientType=0 ); /* IE6-9 */
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0px 2px 0px #2170A1;
    -webkit-box-shadow: 0px 2px 0px #2170A1;
    box-shadow: 0px 2px 0px #2170A1;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
    overflow: visible;
    padding: 5px 13px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    width: auto;
    top: -1px;
    text-decoration: none;
}

.blue_button:hover {
    background: #2A8DCC; /* Old browsers */
    background: -moz-linear-gradient(top,  #2A8DCC 0%, #2170A1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2A8DCC), color-stop(100%,#2170A1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff1b35 0%,#2170A1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2A8DCC 0%,#2170A1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2A8DCC 0%,#2170A1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2A8DCC 0%,#2170A1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A8DCC', endColorstr='#2170A1',GradientType=0 ); /* IE6-9 */
}