
/* ================= Responsive element settings ================= */


body {
    font: 11px Arial, Helvetica, sans-serif;
}

#screen {
   width: 1000px;
}

#content {
	width: 825px;
}

#navigation {
	width: 170px;
}

.rhide {
    display: normal;
}

.naviheaderlink, a.naviheaderlink, a.naviheaderlink:link {
    font-size: 11px;
    min-width: 170px;
	width: 170px !important;
}

.navilink, a.navilink, a.navilink:link {
    font-size: 11px;
    min-width: 170px;
    width: 170px !important;
}

.addImage {
    width: 170px;
}

#navibottom {
    width: 170px;
}

input[type="text"] { 
    font-size: 11px;
}

input[type="button"] { 
    font-size: 11px;
}

input[type="submit"] { 
    font-size: 11px;
}

input.loginbutton {
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 2px;
    font-size: 12px;
    border-radius: 3px;
    padding: 3px 7px;
}

textarea {
    font-size: 11px;   
}

select {
    font-size: 11px;
}

a, a:link, a:hover{
	font-size: 11px;
}

.ajax__tab_header {
    font-size: 11px;
}

.ajax__tab_tab {
    font-size: 11px;
}

.ajax__tab_xp  {
     font-size: 11px;
}

.ajax__tab_body {
     font-size: 11px;
}

@media only screen and (min-width: 1230px) and (max-width: 1400px) {
 
#screen {
    width: 1200px;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
}

#content {
	width: 1010px;
}

#navigation {
	width: 190px;
}

.naviheaderlink, a.naviheaderlink, a.naviheaderlink:link {
    font-size: 13px;
    min-width: 190px;
	width: 190px !important;
}

.navilink, a.navilink, a.navilink:link {
    font-size: 13px;
    min-width: 190px;
    width: 190px !important;
}

.addImage {
    width: 190px;
    min-width: 190px;
}

#navibottom {
    width: 190px;
}

input[type="text"] { 
    font-size: 12px;
}

input[type="button"] { 
    font-size: 12px;
}

input[type="submit"] { 
    font-size: 12px;
}

input.loginbutton {
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 2px;
    font-size: 12px;
    border-radius: 3px;
    padding: 3px 7px;
}

textarea {
    font-size: 12px;   
}

select {
    font-size: 12px;
}

a, a:link, a:hover{
	font-size: 12px;
}

.ajax__tab_header {
    font-size: 12px;
}

.ajax__tab_tab {
    font-size: 12px;
}

.ajax__tab_xp  {
     font-size: 12px;
}

.ajax__tab_body {
     font-size: 12px;
}}

@media only screen and (min-width: 1400px) {
 
#screen {
    width: 1400px;
}

body {
    font: 14px Arial, Helvetica, sans-serif;
}

#content {
	width: 1200px;
}

#navigation {
	width: 200px;
}

.naviheaderlink, a.naviheaderlink, a.naviheaderlink:link {
    font-size: 14px;
    min-width: 200px;
	width: 200px !important;
}

.navilink, a.navilink, a.navilink:link {
    font-size: 14px;
    min-width: 200px;
    width: 200px !important;
}

.addImage {
    width: 200px;
    min-width: 200px;
}

#navibottom {
    width: 200px;
}

input[type="text"] { 
    font-size: 14px;
}

input[type="button"] { 
    font-size: 14px;
}

input[type="submit"] { 
    font-size: 14px;
}

input.loginbutton {
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 2px;
    font-size: 12px;
    border-radius: 3px;
    padding: 3px 7px;
}

textarea {
    font-size: 14px;   
}

select {
    font-size: 14px;
}

a, a:link, a:hover{
	font-size: 14px;
}

.ajax__tab_header {
    font-size: 14px;
}

.ajax__tab_tab {
    font-size: 14px;
}

.ajax__tab_xp  {
     font-size: 14px;
}

.ajax__tab_body {
     font-size: 14px;
}}

@media only screen and (max-width: 600px) {

html, body {
    font-family: arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

input[type="text"] {
    font-size: 12px;
}

input[type="button"] {
    font-size: 12px;
}

input[type="submit"] {
    font-size: 12px;
}

input.loginbutton {
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 2px;
    font-size: 14px;
    border-radius: 3px;
    padding: 3px 7px;
}

textarea {
    font-size: 12px;
}

select {
    font-size: 12px;
}

a, a:link, a:hover {
    font-size: 12px;
}

.rhide {
    display: none;
}

#screen {
    font-size: 11px;
    line-height: 1.0;
}

#content {
    font-size: 11px;
    line-height: 1.0;
}

#navigation {
    font-size: 11px;
    line-height: 1.5;
}}

/* ================= general styles applied on all pages ================= */

.col-12 {
        width: 100%;
}

.col-9 {
        width: 75%;
}

.col-8 {
        width: 66%;
}

.col-6 {
        width: 50%;
}

.col-4 {
        width: 33%;
}

.col-3 {
        width: 25%;
}

.col-2 {
        width: 16%;
}

.col-1 {
        width: 8%;
}

body {
	color: #303030;
	background: #fff;
	margin-top: 3px;
	margin-left: 7px;
}

input[type="text"] { 
    font-family: Arial, sans-serif;
    color: #000;
}

input[type="button"] { 
    border-radius: 5px;
    font-family: Arial, sans-serif;
    color: #000;
    border: 1px solid #000000;
    background-color: #F0F0F0;
}

input[type="button"]:hover { 
    background-color: #BDEDFF;
}

input[type="button"]:disabled {
    color: #808080;
    background-color: #E0E0E0;
    border-color: #808080;
}

input[type="submit"] { 
    border-radius: 5px;
    font-family: Arial, sans-serif;
    color: #000;
    border: 1px solid #000000;
    background-color: #F0F0F0;
}

input[type="submit"]:hover { 
    background-color:#BDEDFF;
}

input[type="submit"]:disabled { 
    color: #808080;
    background-color: #E0E0E0;
    border-color: #808080;
}

input[type="radio"]:checked label {
    color: #FF0000;
}

textarea {
    font-family: Courier New, sans-serif;   
}

select {
    font-family: Arial, sans-serif;
    color: #000 ;
}

a, a:link {
	font-family: Arial;
	text-decoration: underline;
	color: #00f;
}

a:hover {
	font-family: Arial;
	text-decoration: underline;
	color: #f00;
}

.ajax__tab_default .ajax__tab_tab {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    outline: 0;
    color: #303030;
}

.ajax__html_editor_extender_button {
    margin-right: 3px;
    background-color: none;
}

.ajax__html_editor_extender_ForeColor {
    margin-right: 0px;
    border-radius: 0px !important;
}

.ajax__html_editor_extender_BackColor {
    margin-right: 0px;
    border-radius: 0px !important;
}

.ajax__html_editor_extender_fontsizeclass {
    margin-right: 3px;
}

/* ===================== Master pages elements, user logged in ===================== */

#screen {
	background: #fff;
	/*border: 1px solid #e0e0e0; */
    border:none;
	margin-right: auto;
	margin-left: auto;
    background: #fff;
    box-sizing: border-box;
}

#content {
	min-height: 440px;
	height: auto !important;
	height: 440px;
	float: left;
    padding: 5px 0px 5px 15px;
    background: #fff;
    box-sizing: border-box;
}

#navigation {
	background: #fff;
	float: left;
	padding-top: 5px;
	padding-bottom: 0px;
    box-sizing: border-box;
}

.naviheaderlink, a.naviheaderlink, a.naviheaderlink:link {
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
}

a.naviheaderlink:hover {
    color: #f00;
}

.navilink, a.navilink, a.navilink:link {
    padding-left: 5px;
    padding-bottom: 3px;
    /*border-right: 1px solid #e0e0e0;*/
    text-decoration: none;
    box-sizing: border-box;
}

a.navilink:hover {
    text-decoration: underline;
	color: #f00;
}

#navibottom {
    border-top: 1px solid #e0e0e0;
}

.add-image {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    width: 190px;
    min-width: 190px !important;
    box-sizing: border-box;

}

#upperBlock {
	height: 115px;
    border-bottom: 2px solid #e2e2e2;
    background: linear-gradient(#F0F0F0,#FFFFFF,#FFFFFF); /* Standard syntax */
	position: relative;
	top: 0px
}

#copyright {
	position: relative;
    top: -3px;
    left: 20px;
	text-align: center;
	font-size: 12px;
	color: #666;
}

/*NOT IN USE*/
#login_info {
	background: #fff;
	position: absolute;
	right: 30px;
	bottom: 12px;
	border: 2px solid #7f7f7f;
    border-radius: 5px 5px 5px 5px;
}

#divhelp {
    position: absolute;
	right: 350px;
	bottom: 12px;
}

.cbtnhelp, input.cbtnhelp {
    padding: 3px 8px;
    color: #666;
    font-weight: bold;
    border-color: #666;
}

/* ===================== FrontMaster elements, i.e. user not logged in ===================== */

#screen-front {
	max-width: 990px !important;
	background: #fff;
	border: 0px solid #e0e0e0;
	margin-right: auto;
	margin-left: auto;
    box-sizing: border-box;
}

#content-front {
	width: 100%;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	float: left;
	padding-top: 15px;
	padding-left: 10px;
    box-sizing: border-box;
}

#upperBlock-front {
	height: 120px;
	position: relative;
	top: 0px;
    border-bottom: 2px solid #e2e2e2;
    background: linear-gradient(#F0F0F0,#FFFFFF,#FFFFFF); /* Standard syntax */
}

#copyright-front {
	text-align: center;
	font-size: 12px;
	color: #666;
    width: 700px;
}



/* ===================== Master page elements both logged in and not ===================== */

.sitetype {
    border-bottom: 0px solid #fff;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 1px solid #fff;
}

#siteTypeInfo {
    height:35px;
    position: absolute;
    left: 450px;
    top: 25px;
    border-bottom: 0px solid #fff;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 1px solid #fff;
}

.bottomblock {
    height: 35px;
    vertical-align: middle;
    background: linear-gradient(#FFFFFF,#FFFFFF,#F0F0F0);
	border-top: 2px solid #e0e0e0;
}

#bottomBlock {
	clear: both;
    height: 35px;
    vertical-align: middle;
    background: linear-gradient(#FFFFFF,#FFFFFF,#F0F0F0); /* Standard syntax */
	border-top: 2px solid #e0e0e0;
}

#languageSelection {
    position: absolute;
    left: 5px;
    top: 3px;
}

.langBtn,
input.langBtn {
    font: verdana;
    background: #FFFFFF;
    border-radius: 0px;
    color: #000000;
    display: inline-block;
    min-width: 25px;
    min-height: 22px;
    padding: 3px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #A0A0A0;
    border-left: 1px solid #A0A0A0;
}

.langBtn:disabled,
input.langBtn:disabled, 
input.langBtn[type="submit"]:disabled {
    font: verdana;
    background: #E0E0E0;
    border-radius: 0px;
    color: #A0A0A0;
    display: inline-block;
    min-width: 25px;
    min-height: 22px;
    padding: 3px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #A0A0A0;
    border-left: 1px solid #A0A0A0;
}

.langBtn:hover,
input.langBtn:hover {
    font: verdana;
    background: #488AC7;
    border-radius: 0px;
    color: #FFFFFF;
    display: inline-block;
    min-width: 25px;
    min-height:22px;
    padding: 3px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #165895;
    border-left: 1px solid #165895;
}

.langBtnActive,
input.langBtnActive,
.langBtnActive:hover,
input.langBtnActive:hover {
    font-family: verdana;
    background: #488AC7;
    border-radius: 0px;
    color: #FFFFFF;
    display: inline-block;
    min-width: 25px;
    min-height: 22px;
    padding: 3px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #165895;
    border-left: 1px solid #165895;
}



/* ===================== public pages elements, e.e. login, user registration ===================== */

.fronttitle {
    font: bold large Arial;
}

.frontlink, a.frontlink {
    font: bold larger Arial;
    color: #4c8ec0;
    text-decoration: none;
}

a.frontlink:hover {
    text-decoration: underline;
}

.frontlabel {
    font: larger Arial;
    color:  #000000;
}

.frontradiobtn label {
    padding-left: 4px;
}

.recentfrontnews, a.recentfrontnews {
    /*font-size: 120%;*/
    font-size: larger;
    font-weight: bold;
    text-decoration: none;
    color: #4c8ec0;
}

a.recentfrontnews:hover {
    text-decoration: underline;
}

.frontnews, a.frontnews {
    /*font-size: 120%;*/
    font-size: larger;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}

a.frontnews:hover {
    color: #4c8ec0;
    text-decoration: underline;
}

.loginbox  {
    border: none;
    margin-right: 20px;
}

.loginlabel {
    padding-bottom: 3px;
    margin-top: -3px;
    font: Larger arial;
    text-align: left;
}

input.logintextbox {
    font-size: 12px;
    width: 100%;
    height: 20px;
    margin-bottom: 0px;
    border: solid 1px #e0e0e0;
}

.oldloginbox  {
    border: 2px solid #666666;
    border-radius: 5px;
    width:200px;
}

.oldlogintitle {
   font: bold 14px arial;
   padding: 5px 5px 10px 5px;
   text-align: left;
}

.oldloginlabel {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
    font: 14px arial;
    text-align: left;
}

input.oldlogintextbox {
    font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    height: 20px;
    width: 90%;
    border: solid 1px #a0a0a0;
}

input.oldloginbutton {
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
}

.hlgrey, a.hlgrey {
    font: bold 12px Arial;
    text-decoration: none;
    color: #666666;
}

a.hlgrey:hover {
    text-decoration: underline;
}

#tblprivpolicy {
    border: 1px solid darkgray; 
}

#tblprivpolicy td {
    padding: 4px;
    border: 1px solid darkgray;
}

button.primaryButtonG,
a.primaryButtonG,
input.primaryButtonG {
	    display: inline-block;
	    padding: 8px 20px;
	    margin-bottom: 5px;
	    background-color: #A0A0A0;
        background: -webkit-linear-gradient(#707070,#A0A0A0,#707070); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#707070,#A0A0A0,#707070); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#707070,#A0A0A0,#707070); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#A0A0A0,#707070,#A0A0A0); /* Standard syntax */
	    border: 0px;
	    font-family: Arial, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    text-align: center;
	    color: #ffffff;
    }

button.primaryButtonG:hover,
a.primaryButtonG:hover, 
input.primaryButtonG:hover { 
	    cursor: pointer;
	    background-image: none; 
	    background-color:#D00; 
    }

button.primaryButtonB,
a.primaryButtonB,
input.primaryButtonB {
	    display: inline-block;
	    padding: 8px 20px;
	    margin-bottom: 5px;
	    background-color: #3B96B6;
        background: -webkit-linear-gradient(#4c8ec0,#286492,#4c8ec0); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#4c8ec0,#286492,#4c8ec0); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#4c8ec0,#286492,#4c8ec0); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#7ab4e0,#4c8ec0,#7ab4e0); /* Standard syntax */
	    border: 0px;
	    font-family: Arial, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    text-align: center;
	    color: #ffffff;
    }

button.primaryButtonB:hover,
a.primaryButtonB:hover, 
input.primaryButtonB:hover { 
	    cursor: pointer;
	    background-image: none; 
	    background-color:#D00; 
    }

button.primaryButtonO,
a.primaryButtonO,
input.primaryButtonO {
	    display: inline-block;
	    padding: 8px 20px;
	    margin-bottom: 5px;
	    background-color: #e1881e;
        background: -webkit-linear-gradient(#f0a954,#e1881e,#f0a954); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#f0a954,#e1881e,#f0a954); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#f0a954,#e1881e,#f0a954); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#f0a954,#e1881e,#f0a954); /* Standard syntax */
	    border: 0px;
	    font-family: Arial, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    text-align: center;
	    color: #ffffff;
    }

button.primaryButtonO:hover,
a.primaryButtonO:hover, 
input.primaryButtonO:hover { 
	    cursor: pointer;
	    background-image: none; 
	    background-color:#D00; 
}

/* ===================== labels and panels ===================== */

.headerLabel {
    font-weight: bold;
}

.emulationWarning {
    padding: 5px;
    border: 2px solid #666666;
    border-radius: 7px;
    background: #f00;
    color: #fff;
    font-weight: bold;
    font-size: large;
}

.watermark {
    color: Gray;
}

.moddiv {
    position:fixed; 
    top:250px; 
    left: 0px; 
    z-index:5; 
    width: 100%;
}
.modalPopUp {
    padding: 5px;
    background: #efeeec;
    border-width: 3px;
    border-style: Double;
    border-radius: 5px;
    box-sizing: border-box;
}

.modalBackground {
    background-color: #F0F0F0;
    filter: alpha(opacity=70);
    opacity: 0.7;   
    }

.headerPanel {
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: bold;
    box-sizing: border-box;
}

.borderPanel {
    color: #303030;
    padding: 4px;
    border-radius: 3px;
    box-sizing: border-box;
    line-height:130%;
}

.whiteBorderPanel {
    border: 1px solid  #D0D0D0;
    background: linear-gradient(#FFFFFF, #FFFFFF);
    padding: 4px;
    border-radius: 3px;
    box-sizing: border-box;
}

.textBoxPanel {
    padding: 4px;
    border: 1px solid #606060;
    color: #000000;
    background: linear-gradient(#FFFFFF, #FFFFFF);
    min-height: 40px;
    box-sizing: border-box;

}

.progressPanel {
    background-color: #FFFFFF;
    color: #606060;
    padding: 10px;
    border-radius: 3px;
}

.collapsePanel {
    overflow: hidden;
    }

/* ===================== MemberHome =====================*/

.btneventmsg {
    margin: -2px 0px -2px 0px;
}

input.btnin {
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #3C9C3C;
    border: 1px solid #00C000;
}

input.btnin:hover {
    background-color: #3C9C3C;
}

input.btnin:disabled,
input.btnin:disabled:hover {
    color: #009000;
    background-color: #E0E0E0;
    border-color: #009000;
    border-width: 2px;
}

input.btngreyin {
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #A0A0A0;
    border: 1px solid #000000;
}

input.btngreyin:hover {
    background-color: #46B646;
}

input.btngreyin:disabled,
input.btngreyin:disabled:hover {
    color: #A0A0A0;
    background-color: #E0E0E0;
    border-color: #A0A0A0;
}

/* used when event limitFull set and reached */
input.btngreenindisabled,
input.btngreenindisabled:disabled,
input.btngreenindisabled:disabled:hover {
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #3C9C3C;
    border: 1px solid #00C000;
}

input.btnout {
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #DC3C3C;
    border: 1px solid #E00000;
}

input.btnout:hover {
    background-color: #DC3C3C;
}

input.btnout:disabled,
input.btnout:disabled:hover {
    color: #E00000;
    background-color: #E0E0E0;
    border-color: #E00000;
    border-width: 2px;
}

input.btngreyout {
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #A0A0A0;
    border: 1px solid #000000;
}

input.btngreyout:hover  {
    background-color: #FF6464;
}

input.btngreyout:disabled,
input.btngreyout:disabled:hover {
    color: #A0A0A0;
    background-color: #E0E0E0;
    border-color: #A0A0A0;
}

.eventmemhome {
    padding: 5px;
    border: none;
    border-radius: 3px;
    margin-left: 5px;
    cursor: default;
}

.eventstriped {
    padding: 4px;
    border: 1px solid #000000;
    border-radius: 3px;
    margin-left: 5px;
    cursor: default;
    background: repeating-linear-gradient(
      -45deg,
      #FFFFFF,
      #FFFFFF 3px,
      #9FD2FF 3px,
      #9FD2FF 8px);
}

.eventclubmemhome {
    padding: 5px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-radius: 3px;
    margin-left: 5px;
    cursor: default;
}

.eventsymbolmemhome {
    padding: 0px 3px 0px 2px;
    border: none;
    border-radius: 3px;
    font-size: 10px;
    cursor: default;
}

/* ===================== large calendar generated by CalendarHandler ===================== */

.calendarcell {
    background-color: #FFFFFF; 
}

.calevent {
    clear: both;
    padding: 1px 0px 3px 3px;
    border-radius: 5px;
    margin-bottom: 7px;
    cursor: pointer;
    vertical-align: top;
}

.caleventclub {
    clear: both;
    padding: 0px 0px 3px 3px;
    border-radius: 5px;
    border: solid 1px #808080;
    margin-bottom: 7px;
    cursor: pointer;
    vertical-align: top;
}

.teamlabel {
    padding: 5px 7px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 3px;
    white-space: nowrap;
    float: left;
}

.etypesymbol {
    width: 12px;
    height: 8px;
    border-radius: 5px;
}

.enrollcounts {
    padding: 0px 3px 0px 3px;
    font-size: 12px; 
}

.largerenrollcounts {
    padding: 0px 3px 0px 3px;
    font-size: 100%; 
}

/* ===================== tab Control, uses css-class ajax__tab_xp as default ===================== */

.ajax__tab_header {
    font-family: Arial, sans-serif !important;
}

.ajax__tab_xp  {
    font-family: Arial, sans-serif !important;
}

.ajax__tab_body {
    font-family: Arial, sans-serif !important;
}

.ajax__tab_xp .ajax__tab_header {
    font-family: Arial, sans-serif !important;
}

.ajax__tab_xp .ajax__tab_body {
    font-family: Arial, sans-serif !important;
}

.ajax__tab_panel {
    font-family: Arial, sans-serif !important;
}

/* ===================== table cells, used also in gv and dv ===================== */

.spacedtable td {
    padding: 6px 0px 6px 0px;
}

.gvtable1 td {
    padding: 0px 0px 5px 0px !important;
    border: none ! important;
}

.gvtable1 tr:last-child td {
    padding: 0px !important;
}

.redcell {
    background: none !important;
    border: none!important;
    background-color: #FF0000 !important;
}

.orangecell {
    background: none !important;
    border: none!important;
    background-color: #FFA500 !important;
}

.greencell {
    background: none !important;
    border: none!important;
    background-color: #008000 !important;
}

.darkgreycell {
    background: none !important;
    border: none!important;
    background-color: #8C8C8C !important;
}

.blackcell {
    background: none !important;
    border: none!important;
    background-color: #000000 !important;
}

/* =================== detailsView ===================== */

/* NB: radius top-left, top-tight, bottom-right, bottom-left*/

/* detailview */

.detailsview {
   border:none;
   border-collapse: separate;
   border-spacing: 1px;
}

.detailsview td {
   border:none;
   border-collapse: separate;
   border-spacing: 1px;
   padding: 8px 4px 6px 8px;
}

.detailsview tr td:first-child {
    border-top :solid 1px #C0C0C0;
    border-collapse: collapse;
    color: #303030;
    background-color: #F0F0F0;
}

.detailsview tr:first-child td:first-child {
    border-radius: 3px 0 0 0;
}

.detailsview tr:first-child td:only-child {
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
}

.detailsview tr:last-child td:first-child {
    border-radius: 0 0 0 3px;
    border-bottom :solid 1px #C0C0C0;
}

.detailsview tr td:last-child {
    border-top: solid 1px #D0D0D0;
    background-color:#FDFDFD; 
}

.detailsview tr:first-child td:last-child {
    border-radius: 0 3px 0 0;
}

.detailsview tr:last-child td:last-child {
    border-radius: 0 0 3px 0;
    border-bottom: solid 2px #D0D0D0;
}

.detailsview tr:last-child td:only-child {
    border-radius: 0 0 3px 3px;
    border-top: solid 1px #D0D0D0;
    background-color: #FDFDFD;
    border-bottom: solid 2px #D0D0D0;
}

.dvrbl, .dvrbl tr td, .dvrbl tr:last-child td:only-child, .dvrbl tr:first-child td:only-child {
    color: #303030 !important;
    font-weight: normal !important;
	background: #fff !important;
    border: none !important;
    padding: 2px 4px 2px 4px !important;
}

.gvtbl, .gvtbl tr td, .gvtbl tr:last-child td:only-child, .gvtbl tr:first-child td:only-child {
    color: #303030 !important;
    font-weight: normal !important;
	background: #fff !important;
    border: none !important;
    padding: 0px 0px 0px 0px !important;
}

.gvtblpad, .gvtblpad tr td, .gvtblpad tr:last-child td:only-child, .gvtblpad tr:first-child td:only-child {
    color: #303030 !important;
    font-weight: normal !important;
	background: #fff !important;
    border: none !important;
    padding: 5px 5px 0px 5px !important;
}

.gvtblpad th {
    border:none;
    border-collapse: collapse;
    padding: 4px 4px 4px 4px;
    background-color: #CCCCCC !important;
    color: #000000;
    font-weight: normal;
}

/*.pager, .pager tr td:only-child, .pager td, .pager td table td, .pager tr:last-child td, .pager tr:last-child td:only-child, .pager tr:first-child td:only-child { */
.pager, .pager td {
    color: #303030 !important;
    font-weight: normal !important;
    font-size: medium;
    padding: 0px 5px 0px 5px !important;
	background: #fff !important;
    border: none !important;
}

.pager td a {
    font-size: medium;
}

/* ================== Gridview ==================== */

.gridview {
   border:none;
   border-collapse: separate;
   border-spacing: 1px;
}

.gridview td {
    border:none;
    border-collapse: separate;
    vertical-align: middle;
}

.gridview a {
    font-family: Arial;    
}

.gridview th a {
    font-family: Arial;
    font-weight: bold;
}

.gridview th {
    border:none;
    border-collapse: collapse;
    padding: 4px 4px 4px 4px;
    background-color: #6CBB3C;
}

.gridview .baserow td {
    border-top: solid 1px #D0D0D0;
    padding: 10px 4px 8px 4px;
    background-color: #FDFDFD;
}

.gridview .altrow td {
    border-top: solid 1px #D0D0D0;
    padding: 10px 4px 8px 4px;
    background-color: #F0F0F0;
}

.gridview th:first-child {
    border-top: none;
    border-radius: 3px 0 0 0;
}

.gridview th:not(last-child) {
    border-top: none;
    border-right: solid 1px  #E0E0E0;
}

.gridview th:last-child {
    border-top: none;
    border-right: none;
    border-radius: 0 3px 0 0;
}

.gridview th:only-child {
    border-top: none;
    border-radius: 3px 3px 0 0;
}

.gridview tr:last-child td {
    border-bottom: solid 2px #D0D0D0;
    padding: 10px 4px 8px 4px;
}

/* page selector */

.gridview tr:first-child td:only-child {
    border-radius: 3px 3px 3px 3px;
}

.gridview tr:last-child td:first-child {
    border-radius: 0 0 0 3px;
}

.gridview tr:last-child td:last-child {
    border-radius: 0 0 3px 0;
}

.gridview tr:last-child td:only-child {
    border-radius: 0 0 3px 3px;
}

/* empty data row*/

.gridview tr:only-child td:only-child {
    border-radius: 3px 3px 3px 3px;
    padding: 8px 4px 8px 4px;
    background-color:#FDFDFD;
    border-bottom: solid 2px #D0D0D0;
}

/* gv with increases line spacing */

.gvhighlines {
    line-height: 150%;
}

.gvhighlines td {
    line-height: 150% !important;
    font-size: 100%;
}

.gvhighlines th {
    line-height: 100% !important;
    font-size: 110% !important;
}

/* =================== change password ================= */

.changepswd {
    border: none;
    border-collapse: collapse;
}

.changepswd table {
    border: none;
    border-collapse: collapse;
}

.changepswd table tr:first-child td:only-child {
    border-radius: 3px 3px 0 0;
}

.changepswd table tr:not(first-child) td {
    background-color:#F0F0F0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.changepswd table tr:last-child td {
    border-radius: 0 0 3px 3px;
    padding-top: 3px;
    padding-bottom: 6px;
}

.changepswd table tr td input[type="submit"] {
    margin-right: 7px;
}

/* ==============  asp calendar control ================ */

.calcontroltitle td {
    font-size: 12px;
    padding: 3px 5px;
}

.calcontroltitle td a {
    font-size: 12px;
}

.calday a:hover, .ocalday a:hover {
    color: #FF0000 !important;
}

/* ============== MemberHome classes =================== */

.gvplain {
   border: none;
}

.gvplain tr {
    padding: 4px 4px 4px 4px;
    background-color: #FDFDFD;
}

.gvplain tr td {
    border: 2px solid #A0A0A0;
    border-radius: 5px;
    border-spacing: 5px;
}

.tblevent {
   border:none;
   border-collapse: separate;
   border-spacing: 0px;
}

.tblevent tr {
    border:none;
    border-collapse: separate;
    padding: 8px 4px 8px 4px;
    vertical-align: middle;
}

.tblevent tr td {
    border:none;
    border-collapse: separate;
    border-radius: 0px;
    padding: 8px 4px 8px 4px;
    vertical-align: middle;
}

.tblevent td {
    border:none;
    border-collapse: separate;
    padding: 8px 4px 8px 4px;
    vertical-align: middle;
}

.tblevent tr:first-child td:only-child {
    border: none;
    }

.tblevent tr:last-child td:only-child {
    border: none;
    }

.tblevent a {
    font-family: Arial;    
}

.tbleventtight {
   border:none;
   border-collapse: separate;
   border-spacing: 0px;
}

.tbleventtight tr {
    border:none;
    border-collapse: separate;
    padding: 4px 4px 4px 4px;
    vertical-align: middle;
}

.tbleventtight tr td {
    border:none;
    border-collapse: separate;
    border-radius: 0px;
    padding: 4px 4px 4px 4px;
    vertical-align: middle;
}

.tbleventtight td {
    border:none;
    border-collapse: separate;
    padding: 4px 4px 4px 4px;
    vertical-align: middle;
}

.tbleventtight tr:first-child td:only-child {
    border: none;
    }

.tbleventtight tr:last-child td:only-child {
    border: none;
    }

.tbleventtight a {
    font-family: Arial;    
}

.gvenrolls tr, .gvenrolls tr td, .gvenrolls td {
    padding: 6px !important;
}

.gvenrollstight tr, .gvenrollstight tr td, .gvenrollstight td {
    padding: 3px 5px 3px 5px !important;
}

/*=============== clubMail =======================*/

.cblteams {
    font-size: 110%;
}

.cblteams td {
    width: 12%;
    min-width: 12%;
    background-color: #E0E0E0;
    padding: 4px 0px 4px 2px;
}


