﻿
/* css reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colors to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colors to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
    min-width: 100%;
}

/* change border color to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input[type=text], select, textarea {
    vertical-align:middle;
    width: 100%;
}

input[type=submit] {
    width: 100%;
}


/* Override Alleg Styles */
.MAINTABLE, .ALLEGHEADERS, .HEADERSTABLE, .ALLEGELEMENTS {
    width: 100% !important;
}
 .HEADERSTABLE {
    margin-bottom: 30px;
    margin-top: 0;
 }
.ALLEGHEADERS {
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 19px;
    line-height: 24px;
}

.ALLEGELEMENTS, .ALLEGQUESTIONS {
    background: inherit !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    text-align: inherit !important;
}

/* KUT STYLES */
body {
    margin: 0;
    font-family: Tahoma,Verdana,Segoe,sans-serif !important;
}
a {   
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a img {
    border: 0;
}

h1 {
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 28px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    color: #000;
    background: #fff;
    margin-bottom: 10px;
}

h2 {
    font-family: Tahoma,Verdana,Segoe,sans-serif !important;
    font-size: 28px !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 34px;
    color: #fff !important;
    background: #00A0FF !important;
    padding-left: 15px;
    padding-bottom: 2px;
}
h3, p, span, label, .ALLEGSECTIONS {
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 19px;
    line-height: 24px;

}
blockquote {
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 20px;
}
pre {
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 15px;
}


input[type=text], select {
    border: 1px solid #888;
    height: 30px;
    border-radius: 5px;
}

textarea {
    border: 1px solid #888;
    height: 100px;
    border-radius: 5px; 
}
/* HELPERS */
/* Responsive Image*/
* {
    box-sizing: border-box;
}
body {
    font-size: 0.875em;
}
figure {
    padding: 0 1em;
    max-width: 33em;
}
picture > img { width: 100% }

/*clear fix - do not remove */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.noDisplay {
    display: none;
    visibility: hidden;
}

.MAINTABLE {
    margin-bottom: 20px;
}
/*Headers*/
h3, .ALLEGHEADERS, .ALLEGSECTIONS {
    padding-left: .2em;
}


/*DONATE Text */
#donateText {
    display: none;
    visibility: hidden;
}
/* STRUCTURE */
#container { 
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    min-width: 304px;   
}

#header {
    max-width: 100%;
    margin: 0 0 30;
    padding: 0;
}

/*#header h1{
  width: 350px; 
  height: 450px;
  background: url("https://nekhebet.kut.utexas.edu/alleg/WebModule/kut/KUT-Mobile-Banner-fireworks.jpg");
  text-indent: -9999px;
}*/
#mainbodycontent {
                position: center;
		margin-top: 10px;
  		margin-right: auto;
  		margin-bottom: 30px;
  		margin-left: auto;
                max-width: 480px;
                padding: 0 3%;
            }
#content{
    max-width: 100%;
    display: block;
}
#leftCol {
    max-width: 100%;
    display: block;
}
#rightCol {
    max-width: 100%;
    display: block;
}
#footer {
    width: 100%;
    display: block;
    clear: both;
    padding: 1em 0 30px 0;
    background:#444750;
	
}
#mainfootercontent {
                position: center;
                max-width: 480px; 
		background:#444750;
		margin-right: auto;
  		margin-left: auto;              
                padding: 0 3%;                
            }


/* Donation Type Buttons */
table#ctl00_AllegMain_MODETABLE {
    min-width: 100%
}

table#ctl00_AllegMain_MODETABLE input{
    display: none;
    visibility: hidden;
}
table#ctl00_AllegMain_MODETABLE label {
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 20px;
    line-height: 20px;
    background: #FCEAE9 none repeat scroll 0 0;
    color: #FF3300;
    border: 1px solid #FF3300;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin: 0 0 28px 0;
    padding: 5px 0;
    text-align: center;
    width: 98%; 
}

table#ctl00_AllegMain_MODETABLE label:hover, table#ctl00_AllegMain_MODETABLE input:checked + label {
    background: #FF3300 none repeat scroll 0 0;
    color: #fff;
}
/* amount buttons */
table#ctl00_AllegMain_UPGRADETABLE {
    min-width: 100%
}

table#ctl00_AllegMain_UPGRADETABLE input{
    display: none;
    visibility: hidden;
}
table#ctl00_AllegMain_UPGRADETABLE label {
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 20px;
    background: #FCEAE9 none repeat scroll 0 0;
    color: #FF3300;
    border: 1px solid #FF3300;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin: 0 0 28px 0;
    padding: 5px 0;
    text-align: center; 
}

table#ctl00_AllegMain_UPGRADETABLE label:hover, table#ctl00_AllegMain_UPGRADETABLE input:checked + label {
    background: #FF3300 none repeat scroll 0 0;
    color: #fff;
}

span#ctl00_AllegMain_lblPayInfo2 {
    font-weight: bold;
}
/*Member Thank You Gifts */
table#memberGifts {
    width: 100%;
    margin-top: 43px;
}
table#memberGifts td{
    width: 25%;
    text-align: center;
    vertical-align: top;
}
table#memberGifts td img {
    margin-bottom: 5px;
}

/*Submit Button*/
input#ctl00_AllegMain_btnSubmit, input#ctl00_AllegMain_btnExit {
    background: #FF3300 none repeat scroll 0 0;
    color: #fff;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 2em;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin: 0 0 28px 0;
    padding: 5px 0;
    text-align: center; 
}

/* Exit and Thank You Pages */
body.exitpage #donateText, body.confirmation #donateText, body.exitpage #memberGifts, body.confirmation #memberGifts {
    display: none;
    visibility: hidden;
}


body.confirmation .ALLEGELEMENTS td {
    border: 1px solid #666;
    padding: 5px;
}

/* END KUT STYLES */
