/*@font-face {
	font-family: 'DroidSerifRegular';
	src: url('../fonts/Droid-Serif-fontfacekit/DroidSerif-Regular.eot');
	src: local('../fonts/Droid-Serif-fontfacekit/Droid Serif Regular'), local('DroidSerif'), url('../fonts/Droid-Serif-fontfacekit/DroidSerif-Regular.woff') format('woff'), url('../fonts/Droid-Serif-fontfacekit/DroidSerif-Regular.ttf') format('truetype'), url('../fonts/Droid-Serif-fontfacekit/DroidSerif-Regular.svg#DroidSerif') format('svg');
}
@font-face {
	font-family: 'CalibriRegular';
	src: url('../fonts/fontface-calibri/calibri.eot');
	src: local('Calibri Regular'), local('Calibri'), url('../fonts/fontface-calibri/calibri.woff') format('woff'), url('../fonts/fontface-calibri/calibri.ttf') format('truetype'), url('../fonts/fontface-calibri/calibri.svg#Calibri') format('svg');
}*/
@font-face {
	font-family: 'DroidSansRegular';
	src: url('../fonts/Droid-Sans-fontfacekit/DroidSans.eot');
	src: local('Droid Sans Regular'), local('DroidSans'), url('../fonts/Droid-Sans-fontfacekit/DroidSans.ttf') format('truetype');
}/*
@font-face {
	font-family: 'BitstreamVeraSansRoman';
	src: url('../fonts/Bitstream-Vera-Sans-fontfacekit/Vera.eot');
	src: local('Bitstream Vera Sans Roman'), local('BitstreamVeraSans-Roman'), url('../fonts/Bitstream-Vera-Sans-fontfacekit/Vera.ttf') format('truetype');
}
@font-face {
	font-family: 'FitzfontRegular';
	src: url('../fonts/fitzfont/fitzfont.eot');
	src: local('Fitz font Regular'), local('Fitzfont'), url('../fonts/fitzfont/fitzfont.woff') format('woff'), url('../fonts/fitzfont/fitzfont.ttf') format('truetype'),  url('../fonts/fitzfont/fitzfont.otf') format('opentype'), url('../fonts/fitzfont/fitzfont.svg#Fitzfont') format('svg');
}*/
#defaultstyle {
display: none;
}
#otherstyle {
display: inline;
}
A {
color: white;
text-decoration: none;
}
/*
a:link
a:visited
a:hover
a:active 
*/
#Main A:not([href*="alpha1beta.com"]){
padding-right: 15px;
background: transparent url("../images/icon_external_link.png") center right no-repeat;
}
#Secondary A:not([href*="alpha1beta.com"]){
padding-right: 15px;
background: transparent url("../images/icon_external_link.png") center right no-repeat;
}
#tertiary A:not([href*="alpha1beta.com"]){
padding-right: 15px;
background: transparent url("../images/icon_external_link.png") center right no-repeat;
}
IMG{
border: 0;
}
BODY {
background-image: url(../images/main-bg.gif);
background: -moz-repeating-linear-gradient(top left -45deg, #deebf2 , #deebf2  5px, #e4eff4 5px, #e4eff4 10px);
background-image: -webkit-gradient(linear, top left -45deg, #deebf2 , #deebf2  5px, #e4eff4 5px, #e4eff4 10px);
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
color: white;
font-family: helvetica, Calibri, Sans, Sans-serif;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Droid Sans','DroidSansRegular', Calibri, Sans-serif;
font-weight: bold;
padding: 0;
margin: 0;
}
H1 {font-size: 20px;}
H2 {font-size: 18px;}
H3 {font-size: 16px;}
H4 {font-size: 14px;}
H5 {font-size: 12px;}
H6 {font-size: 10px;}
code {
margin-left: auto;
margin-right: auto;
background-color: #2a211c;
font-family: "Courier New", Courier, monospace;
color: white;
width: 400px;
display: block;
word-wrap: break-word;
border: 10px solid #909090;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
#floatingsidebar {
background: black;
position: fixed;
right: 0;
top: 173px;
padding: 5px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
-khtml-border-top-left-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
z-index: 10;
}
#floatingsidebar img:hover {
border: 3px blue solid;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-khtml-border-radius: 3px;
/*margin-right: 100px; */
} 
.noborder, .noborder:hover {
border: 0px blue solid !important;
}
DIV#Main {
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-top-left-radius: 10px;
-khtml-border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
color: white;
background-color: black;
padding: 10px;
}
DIV#tertiary,DIV#Main a, footer a {
text-decoration: underline;
}
DIV#tertiary, DIV#Main,DIV#Secondary {
margin-left: 120px;
margin-right: 5%;
text-align: center;
position: relative;
}
DIV#tertiary {
background-color: black;
color: blue;
font-size: 11pt;
font-family: 'Droid Sans','DroidSansRegular', Calibri, Sans-serif;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
}
DIV#Secondary {
color: black;
background-color: white;
clear: both;
}
DIV#Secondary A { 
color: black;
text-decoration: underline;
}
DIV#Sidebar-left-header {
position: relative;
top: 0px;
background-image: url(../images/menu_blue_small.png);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.15, rgb(99,180,251)), color-stop(0.25, rgb(82,166,250)), color-stop(0.4, rgb(63,138,243)), color-stop(0.47, rgb(55,129,240)), color-stop(0.53, rgb(50,115,236)), color-stop(0.65, rgb(43,102,229)), color-stop(0.8, rgb(44,96,228)), color-stop(1, rgb(82,166,250)));
background: -moz-linear-gradient(center top,rgb(99,180,251) 15%, rgb(82,166,250) 25%, rgb(63,138,243) 40%, rgb(55,129,240) 47%, rgb(50,115,236) 53%, rgb(43,102,229) 65%, rgb(44,96,228) 80%, rgb(82,166,250) 100%);
text-align: center;
float: left;
width: 120px;
font-family: Calibri, helvetica, Sans, Sans-serif;
z-index: 0;
}
DIV#Sidebar-left {
position: relative;
top: 30px;
background-color: #0000FF;
text-align: center;
float: left;
width: 120px;
margin-left: -120px;
white-space: normal;
word-wrap: break-word;
font-family: Calibri, helvetica, Sans, Sans-serif;
}
FOOTER {
font-family: 'Droid Sans','DroidSansRegular', Sans-serif;
text-shadow: 1px 1px 1px #fff;
overflow: hidden;
display: inline;
background-position: left center;
text-align: center;
font-size: 11pt;
height: 25px;
position: static;
background:-webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.17, rgb(34,54,209)),
    color-stop(0.4, rgb(38,49,150)),
    color-stop(0.5, rgb(43,52,133)),
    color-stop(0.6, rgb(34,44,122)),
    color-stop(0.83, rgb(15,26,125)),
    color-stop(1, rgb(25,45,194))
);
background:-moz-linear-gradient(
    center top,
    rgb(34,54,209) 17%,
    rgb(38,49,150) 40%,
    rgb(43,52,133) 50%,
    rgb(34,44,122) 60%,
    rgb(15,26,125) 83%,
    rgb(25,45,194) 100%
);
background-image: url(../images/new_footer_blue.png);
background-repeat: repeat-x;
margin-bottom: 0%;
width: 25%;
float: left;
}
FOOTER a:hover {
background-color: black;
padding: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-khtml-border-bottom-left-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
}