html,body{
    padding: 0;
    margin: 0;
    border: 0;
}

html{
    height: 100%;
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 12px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5f717f', endColorstr = '#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5f717f', endColorstr = '#ffffff')";
    background-image: -moz-linear-gradient(top, #5f717f, #ffffff);
    background-image: -ms-linear-gradient(top, #5f717f, #ffffff);
    background-image: -o-linear-gradient(top, #5f717f, #ffffff);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#5f717f), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #5f717f, #ffffff);
    background-image: linear-gradient(top, #5f717f, #ffffff);
    background-repeat: no-repeat;
    background-attachment: fixed;

    color: #353535;
}

body {
    height: 100%;
    line-height: 1;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1, h2, h3, strong, label
{
    color: #4a8dab;
}

a
{
    /*kills underline---> text-decoration: none;*/
    color: #e39416;
    font-weight: bold;
}

a:hover
{
    color: #fbbc61;
}

a img {
    border: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 2px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    margin: 0;
    background: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

textarea {
    resize: none;
}

label,legend {
    font-weight: bold;
}

.button, button,input[type="submit"], input[type="reset"], input[type="button"] {
    cursor: default;

    border: 1px solid #9CC6DE;

    background: #48718F;
    background: -webkit-gradient(linear, left top, left bottom, from(#5597BD), to(#48718F));
    background: -webkit-linear-gradient(top, #5597BD, #48718F);
    background: -moz-linear-gradient(top, #5597BD, #48718F);
    background: -ms-linear-gradient(top, #5597BD, #48718F);
    background: -o-linear-gradient(top, #5597BD, #48718F);

    padding: 2px 6px;
    font-size: 11px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: rgba(0,0,0,.4) 0 1px 4px;
    -moz-box-shadow: rgba(0,0,0,.4) 0 1px 4px;
    box-shadow: rgba(0,0,0,.4) 0 1px 4px;

    text-shadow: rgba(0,0,0,.4) 0 1px 0;

    color: white;

    font-weight: bold;
    text-decoration: none;

    vertical-align: middle;

    display:inline-block;

    /*IE FIX FOR INLINE BLOCK*/
    zoom: 1;
    *display: inline;
}

.button:hover, button:hover, input[type="submit"]:hover,
input[type="reset"]:hover, input[type="button"]:hover {
    border-color: #CB8029;
    background: #F4AF31;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFDB7F), to(#F4AF31));
    background: -webkit-linear-gradient(top, #FFDB7F, #F4AF31);
    background: -moz-linear-gradient(top, #FFDB7F, #F4AF31);
    background: -ms-linear-gradient(top, #FFDB7F, #F4AF31);
    background: -o-linear-gradient(top, #FFDB7F, #F4AF31);
    color: white;
    text-shadow: rgba(244,175,49,.2) 0 1px 0;
}

.button:active, button:active, input[type="submit"]:active,
input[type="reset"]:active,	input[type="button"]:active {
    border-color: #F4AF31;
    background: #FFDB7F;
    color: white;
    text-shadow: rgba(244,175,49,.2) 0 1px 0;
}

.inline_element {
    display: inline-block;
    vertical-align: top;

    /*IE FIX FOR INLINE BLOCK*/
    zoom: 1;
    *display: inline;
}

.hidden_element{
    display: none;
}

.redbold{
    color: red;
    font-weight: bold;
}

.greenbold {
    font-weight: bold;
    color: #3BA003;
}

.graybold {
    color: #8D8D8D;
    font-weight: bold;
}

.smallgraybold{
    color: #B1B1B1;
    font-weight: bold;
    font-size: 9px;
}

.horizontalList{
    list-style-type: none;
}

.horizontalList li {
    display: inline-block;

    /*IE FIX FOR INLINE BLOCK*/
    zoom: 1;
    *display: inline;
}

#basicPageOuterContainer {
    width: 960px;
    background: white;
    margin: 0px auto;
}

#siteHeader {
    border-left: 3px solid #FFB800;
    border-right: 4px solid #FFB800;
}

#siteLogoLink {
    margin-left: 1em;
}

#headerTopRightContent {
    /*background: #E7E7E7;*/
    width: 480px;
    height: 72px;
    margin-left: 72px;
}

#headerLoginContainer {
    text-align: center;
    padding: 1em;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 10%, rgb(181, 197, 198) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 10%, rgb(181, 197, 198) 100%);
    background: -o-linear-gradient(90deg, rgb(255, 255, 255) 10%, rgb(181, 197, 198) 100%);
    background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 10%, rgb(181, 197, 198) 100%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 10%, rgb(181, 197, 198) 100%);

    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

#headerLowerLinks {
    text-align: center;
    margin-top: 6px;
}

#headerLowerLinks  a{
    padding: 0 12px;
}

input.headerLoginField {
    margin-right: 4px;
}

#headerLoggedIn {
    text-align: right;
    padding: 4px;
}

#headerLoggedInAs {
    font-weight: bold;
    color: #FFA500;
}

#basicPageContentsContainer {
    padding: 1em 1em 6em 1em;
    border-left: 3px solid #FFB800;
    border-right: 4px solid #FFB800;
    min-height: 320px;
}

#mainMenuList {
    background: #7092ad; /* Old browsers */
    background: -moz-linear-gradient(top, #7092ad 0%, #8BABC4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7092ad), color-stop(100%,#8BABC4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7092ad 0%,#8BABC4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7092ad 0%,#8BABC4 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #7092ad 0%,#8BABC4 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7092ad', endColorstr='#8BABC4',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #7092ad 0%,#8BABC4 100%);

    padding: 0;
    margin: 0;
}

.mainMenuListItem {
    margin-right: 1em;
    margin-left: 1em;
}

.mainMenuLink {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
    display: block;
    padding: 4px;
}

.mainMenuLink:hover {
    color: white;
    background: #FFB800;
    /*border-bottom: 2px solid #FFB800;*/
}

#pageNotificationContainer,
.page_notification_area {
    padding: 1em;
    background: #FAD9B6;
    font-weight: bold;
    color: #B8541C;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 2px dotted #B8541C;
    width: 840px;
    margin-right: auto;
    margin-left: auto;
}

#siteFooter {
    color: white;
    padding: 1em;
    background: #668499;
    text-align: center;
}

#footerNavigation {
    text-align: center;
    height: 3em;
}

.footNavSection {
    text-align: center;
    width: 112px;
}

.footNavSecHeader {
    font-weight: bold;
    text-decoration: none;
    color: #FFB800;
    font-size: 9pt;
}

.footNavSecHeader:hover {
    color: white;
}

ul.footNavSecChildrenList{
    text-align:center;
    list-style-type: none;
    padding: 0;
    margin-left: 0;
}

ul.footNavSecChildrenList li a{
    color: white;
    text-decoration: none;
}

#siteCopyright {
    text-align: center;
}

#copyrightTxt {
    font-size: smaller;
}

#server_id {
    color: #668499;
    background: #668499;
    display: block;
}

/*CONSIDER MOVING ANYTHING AFTER THIS POINT TO IT'S OWN STYLESHEET'*/

.data_type_list {
    list-style: none;
    border: 1px solid #DCDCDC;
    padding: 12px;
    color: #305F75;
}

.data_type_list li {
    font-weight: bold;
    padding: 8px 0px;
}

.data_type_list li.odd {
    background: #F0F4F5;
}

#dataTypeMenuBlock {
    display: inline-block;
    border: 1px solid #DCDCDC;
    padding: 0 12px;
    font-weight: bold;
    color: #305F75;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.profileDataTypeLink {
    padding-right: 1em;
}

#dataTypeMenuTitle {
    vertical-align: middle;
    padding-top: 12px;
}

#errorOuterContainer{
    width: 100%;
}

#errorInnerContainer{
    width: 480px;
    padding: 2em;
    text-align: center;
    background: white;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;

    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;

    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 2px 8px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 8px rgba(0, 0, 0, 0.5);
}

.comingsoonContainer {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    border: 4px dotted #F8D086;
    padding: 2em;
    background: #fff6e7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #FFF 0%, #FFF6E7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#FFF6E7));
    background: -webkit-linear-gradient(top, #FFF 0%,#FFF6E7 100%);
    background: -o-linear-gradient(top, #FFF 0%,#FFF6E7 100%);
    background: -ms-linear-gradient(top, #FFF 0%,#FFF6E7 100%);
    background: linear-gradient(to bottom, #FFF 0%,#FFF6E7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff6e7',GradientType=0 );
    -webkit-box-shadow: 1px 1px 10px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 1px 1px 10px rgba(50, 50, 50, 0.1);
    box-shadow: 1px 1px 10px rgba(50, 50, 50, 0.1);
}

.comingsoonContainer h1 {
    text-align: center;
}

ul.pagination{
    margin:0px;
    padding:0px;
    height:100%;
    overflow:hidden;
    font:12px 'Tahoma';
    list-style-type:none;   
}

ul.pagination li.details{
    padding:7px 10px 7px 10px;
    font-size:14px;
}

ul.pagination li.dot{padding: 3px 0;}

ul.pagination li{
    float:left;
    margin:0px;
    padding:0px;
    margin-left:5px;
}

ul.pagination li:first-child{
    margin-left:0px;
}

ul.pagination li a{
    color:black;
    display:block;
    text-decoration:none;
    padding:7px 10px 7px 10px;
}

ul.pagination li a img{
    border:none;
}

ul.pagination li.details{
    color:#949494;
}

ul.pagination li a
{
    border-radius:3px;  
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:6px 9px 6px 9px;
}

ul.pagination li a
{
    color:#BB722E;
    background:#f9c567; 
}   

ul.pagination li a:hover,
ul.pagination li a.current
{
    background:#fff2c7;
}

.listbox{
    overflow: auto;
    background: white;
    border: 2px solid #FFDB7F;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.listbox_contents{
    list-style-type:none;
    padding:0;
    margin:0;
}

.listbox_item{
    font-size: 11px;
    padding: 2px 8px;

    cursor: default;
}

.listbox_item:hover{
    background: #cdebff;
}

.listbox_item.selected,
.cemResultItem.selected{
    background: #a0d2f0;
}

#lbx_attachments {
    margin-top: 8px;
    max-height: 128px;
}

span.mrkr_attachment_entry {
    width: 328px;
    display: inline-block;
}

#bigLaunchViewerBtn {
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    padding: 20px;
    text-shadow: 0px -1px 1px rgba(30, 30, 30, 0.32);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #E4852D;
    background: -moz-linear-gradient(90deg, rgb(228, 133, 45) 30%, rgb(255, 205, 0) 70%);
    background: -webkit-linear-gradient(90deg, #E4852D 30%, #FFCD00 70%);
    background: -o-linear-gradient(90deg, rgb(228, 133, 45) 30%, rgb(255, 205, 0) 70%);
    background: -ms-linear-gradient(90deg, rgb(228, 133, 45) 30%, rgb(255, 205, 0) 70%);
    background: linear-gradient(0deg, #E4852D 30%, #FFCD00 70%);
    -webkit-box-shadow: 0px 2px 8px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 8px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 8px rgba(50, 50, 50, 0.75);
}

#bigLaunchViewerBtn:hover{
    background: #FFC13C;
}

#libHomeHeader {
    margin: 0;
    padding: 0px 0px 18px 0px;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: -1px;
    font-weight: bold;
}

#libHomeTaglineTxt {
    letter-spacing: 1px;
    color: #FFCB6F;
}

#libHomeMainContent {
    width: 65%;
    padding: 8px;
    background: #F7FAFA;
    border: 3px solid #DCE3E4;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 320px;
}

#libHomeSidebar {
    width: 25%;
    padding: 8px;
}

#libHomeDetailsBox, #libHomeDiscountBox {
    background: #FFF7DD;
    border: 2px solid #FFC200;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 4px 12px;
}

#libHomeDetailsBox{
    margin-bottom: 1em;
}

#libHomeDetailsBox {
    margin-bottom: 1em;
}

#libHomeDetailsBox > ul {
    padding-left: 18px;
}
