/* Adding url prefix '/device/basic-spider-unknown/' */

/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/html/SMF/Kurogo-Mobile-Web/www
currentDir : /var/www/html/SMF/Kurogo-Mobile-Web/app/common/css

*/

/* common.css */

/* 1   */ /* This CSS file contains most of the core theme CSS you'll need to customize your site's overall color scheme and fonts. */
/* 2   */ 
/* 3   */ 
/* 4   */ /* Overall colors and fonts */
/* 5   */ 
/* 6   */ body {
/* 7   */ 	/* Site-wide page background color, and base font family, size and line spacing */
/* 8   */ 	background-color: #ffffff;
/* 9   */ 	background-image: none;
/* 10  */ 	background-position: top left;
/* 11  */ 	background-repeat: repeat;
/* 12  */ 	font: 14px/1.25em sans-serif;
/* 13  */ }
/* 14  */ 
/* 15  */ body, th, td, li, option, select, input, textarea {
/* 16  */ 	/* Primary text style and color */
/* 17  */ 	font-family: sans-serif;
/* 18  */ 	color: #333;
/* 19  */ }
/* 20  */ 
/* 21  */ a, a:visited, .focal a, .focal a:visited, .tabbody a, .tabbody a:visited {
/* 22  */ 	/* Primary text link color */
/* 23  */ 	color: #30558f;
/* 24  */ }
/* 25  */ 
/* 26  */ .nonfocal a, .nonfocal a:visited {
/* 27  */ 	/* Text link color on body background */
/* 28  */ 	color: #30558f;
/* 29  */ }
/* 30  */ 
/* 31  */ h1 {
/* 32  */ 	font-family: Georgia, serif;
/* 33  */ 	font-size: 170.6%;
/* 34  */ 	line-height: 1.2em;
/* 35  */ 	font-weight: normal;
/* 36  */ 	color: #24406b;
/* 37  */ }
/* 38  */ 
/* 39  */ h2 {
/* 40  */ 	font-family: Georgia, serif;
/* 41  */ 	font-size: 129.4%;
/* 42  */ 	line-height: 1.2em;
/* 43  */ 	font-weight: normal;
/* 44  */ 	color: #24406b;
/* 45  */ }
/* 46  */ 
/* 47  */ h3 {
/* 48  */ 	font-family: sans-serif;
/* 49  */ 	font-size: 100%;
/* 50  */ 	font-weight: bold;

/* common.css */

/* 51  */ 	color: #000;
/* 52  */ }
/* 53  */ 
/* 54  */ h4 {
/* 55  */ 	font-family: sans-serif;
/* 56  */ 	font-size: 100%;
/* 57  */ 	font-weight: normal;
/* 58  */ 	color: #000;
/* 59  */ }
/* 60  */ 
/* 61  */ dt, .label, .legend, .legend h2, .legend h3, .searchlegend {
/* 62  */ 	/* Accent text color for several types of secondary text that appears on white backgrounds */
/* 63  */ 	/* e.g., label in label/value pairs, e.g., People Directory detail screen and for labels in certain calendar listing screens */
/* 64  */ 	/* Often the same as the secondary text color defined in the next rule */
/* 65  */ 	color: #666;
/* 66  */ }
/* 67  */ 
/* 68  */ .address, .smallprint, .fineprint, .dek {
/* 69  */ 	/* Secondary text color for several types of secondary text */
/* 70  */ 	color: #666;
/* 71  */ }
/* 72  */ 
/* 73  */ 
/* 74  */ 
/* 75  */ /* Text labels for springboards (grids of icons, e.g., homescreen) */
/* 76  */ 
/* 77  */ .springboard a, .springboard a:visited {
/* 78  */ 	color: #30558f;
/* 79  */ }
/* 80  */ 
/* 81  */ 
/* 82  */ 
/* 83  */ /* Major content blocks */
/* 84  */ 
/* 85  */ .focal {   
/* 86  */ 	/* Focal content div */
/* 87  */ 	background-color: #fff;
/* 88  */ 	border-color: #c0c0c0;
/* 89  */ }
/* 90  */ 
/* 91  */ .nonfocal, .nonfocal .legend, .formlabel {
/* 92  */ 	/* Text color for elements that sit on the overall body background */
/* 93  */ 	color: #333;
/* 94  */ }
/* 95  */ 
/* 96  */ .nonfocal h1, .nonfocal h2, .nonfocal h3, .nonfocal h4, h1.nonfocal, h2.nonfocal, h3.nonfocal, h4.nonfocal {
/* 97  */ 	/* Color for headings that sit on the overall body background */
/* 98  */ 	color: #24406b;
/* 99  */ }
/* 100 */ 

/* common.css */

/* 101 */ .shaded, .HomeModule .blockborder {
/* 102 */ 	/* Shaded subclass of focal content - e.g., background for tabbed focal div, portlets in Tablet device class */
/* 103 */ 	/* Typically very close to, but distinguishable from, body background */
/* 104 */ 	background-color: #f2f2f2;
/* 105 */ 	color: #333;
/* 106 */ }
/* 107 */ 
/* 108 */ .shaded h1, .shaded h2, .shaded h3, .shaded h4 {
/* 109 */ 	/* Color for headings that sit on the shaded divs */
/* 110 */ 	color: #24406b;
/* 111 */ }
/* 112 */ 
/* 113 */ 
/* 114 */ 
/* 115 */ /* Nav bar at top of all screens other than home screen */
/* 116 */ 
/* 117 */ #navbar {
/* 118 */ 	height: 44px; 
/* 119 */   position: relative;
/* 120 */   overflow: hidden;
/* 121 */ 	background-color: #264b84;
/* 122 */ 	background-image: url("/device/basic-spider-unknown/common/images/navback.png");
/* 123 */ 	background-position: top left;
/* 124 */ 	background-repeat: repeat;
/* 125 */ 	font-size: 94.1%;
/* 126 */ 	line-height: 44px;
/* 127 */   color: #fff;
/* 128 */ }
/* 129 */ 
/* 130 */ .breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited, .pagetitle {
/* 131 */  	/* All breadcrumb links in nav bar */
/* 132 */ 	color: #fff;
/* 133 */ }
/* 134 */ 
/* 135 */ 
/* 136 */ 
/* 137 */ /* Navigation and results lists */
/* 138 */ 
/* 139 */ .nav, .results {
/* 140 */ 	/* Main navigation lists and search-results lists */
/* 141 */ 	background-color: #fff;
/* 142 */ 	border-color: #c0c0c0;
/* 143 */ }
/* 144 */ 
/* 145 */ .nav, .results, .nav a, .nav a:visited, .nav span.nolink, .results a, .results a:visited  {
/* 146 */ 	/* Text color for all navigation and results lists */
/* 147 */ 	color: #222222;
/* 148 */ }
/* 149 */ 
/* 150 */ .nav li, .results li, ul.focal li  {

/* common.css */

/* 151 */ 	/* Color of border between list items */
/* 152 */ 	border-color: #c0c0c0;
/* 153 */ }
/* 154 */ 
/* 155 */ .secondary {
/* 156 */ 	/* Secondary navigation or action lists; typically have slightly smaller font size and slightly darker/tinted backgrounds, often the same as .shaded specified above */
/* 157 */ 	font-size: 95%;
/* 158 */ 	background-color: #f2f2f2;
/* 159 */ 	border-color: #c0c0c0;
/* 160 */ }
/* 161 */ 
/* 162 */ .secondary, .secondary a, .secondary a:visited {
/* 163 */ 	color: #666;
/* 164 */ }
/* 165 */ 
/* 166 */ .secondary .smallprint {
/* 167 */ 	color: #aaa;
/* 168 */ }
/* 169 */ 
/* 170 */ .secondary li {
/* 171 */ 	border-color: #c0c0c0;
/* 172 */ }
/* 173 */ 
/* 174 */ .nav .badge {
/* 175 */ 	/* Badge shown within a navigation list, e.g., unread count for messages */
/* 176 */ 	color: #fff;
/* 177 */ 	background-color: #c00;
/* 178 */ }
/* 179 */ 
/* 180 */ .tabstrip a  {
/* 181 */ 	/* Text color for horizontal tabstrips (segmented control - used in stats and rarely elsewhere) */
/* 182 */ 	color: #333;
/* 183 */ }
/* 184 */ 
/* 185 */ 
/* 186 */ 
/* 187 */ 
/* 188 */ /* Sitewide footer */
/* 189 */ 
/* 190 */ #footer {
/* 191 */ 	font-size: 70.6%;
/* 192 */ 	line-height: 1.167em;
/* 193 */ }
/* 194 */ 
/* 195 */ #footer .copyright {
/* 196 */ 	text-decoration: none;
/* 197 */ }
/* 198 */ 
/* 199 */ #footerlinks {
/* 200 */ 	/* Divider between footer links */

/* common.css */

/* 201 */ 	color: #fff;
/* 202 */ }
/* 203 */ 
/* 204 */ #footer, #footerlinks a, #footerlinks a:visited, a.copyright, a.copyright:visited {
/* 205 */ 	/* Color of actual text and text links in sitewide footers */
/* 206 */ 	color: #333;
/* 207 */ }
/* 208 */ 
/* 209 */ /* Device Detection Information - only shown when debugging */
/* 210 */ 
/* 211 */ .footertable {
/* 212 */   border: none;
/* 213 */   width: auto;
/* 214 */ }
/* 215 */ .footertable th,
/* 216 */ .footertable td {
/* 217 */   line-height: 1.2em;
/* 218 */   padding: 0;
/* 219 */   margin: 0;
/* 220 */   text-align: left;
/* 221 */   word-break: break-word;
/* 222 */ }
/* 223 */ .footertable th {
/* 224 */   font-weight: bold;
/* 225 */   text-align: right;
/* 226 */   padding-right: .25em;
/* 227 */   white-space: nowrap;
/* 228 */   width: 70px;
/* 229 */ }
/* 230 */ 
/* 231 */ 
/* 232 */ /* Next/previous navigation (e.g., going from day to day in events calendar) and paging navigation (for content or lists spread across multiple pages) */
/* 233 */ 
/* 234 */ .sidenav, .sidenav2, .paging {
/* 235 */ 	font-size: 93%;
/* 236 */ 	color: #fff;
/* 237 */ }
/* 238 */ 
/* 239 */ .sidenav a, .sidenav a:visited, .sidenav2 a, .sidenav2 a:visited, .sidenavlabel, .paging a, .paging a:visited {
/* 240 */ 	color: #333;
/* 241 */ }
/* 242 */ 
/* 243 */ /* Accesibility - hide accessibility options visually but put them at the top of the DOM to help screen readers */
/* 244 */ #kgo_accessibility_links {
/* 245 */   position: absolute;
/* 246 */   left: 0;
/* 247 */   top: -500px;
/* 248 */ }
/* 249 */ 
/* 250 */ /* Tabs - for compliant and tablet */

/* common.css */

/* 251 */ 
/* 252 */ #tabs li {
/* 253 */ 	border: 1px solid #c0c0c0;
/* 254 */ 	background-color: #f2f2f2;
/* 255 */ }
/* 256 */ 
/* 257 */ #tabs li.active {
/* 258 */ 	border-bottom: 1px solid #fff;	/* Should match #tabbodies background-color */
/* 259 */ 	background-color: #fff;
/* 260 */ }
/* 261 */ 
/* 262 */ #tabs li a, .tabstrip a {
/* 263 */ 	/* Text label of unselected tab */
/* 264 */ 	color: #666;
/* 265 */ }
/* 266 */ 
/* 267 */ #tabs li.active a {
/* 268 */ 	/* Text label of currently selected tab */
/* 269 */ 	color: #000;
/* 270 */ }
/* 271 */ 
/* 272 */ #tabs li.greyedout {
/* 273 */ 	/* Text label of disabled tab */
/* 274 */ 	color: #666;
/* 275 */ }
/* 276 */ 
/* 277 */ #tabbodies {
/* 278 */ 	background-color: #fff;
/* 279 */ 	border-color: #c0c0c0;
/* 280 */ }
/* 281 */ 
/* 282 */ .tabbody .nested, .tabbody ul.nav {
/* 283 */ 	/* Navigation list inside a tab body needs a bit of background color to contrast from tab body background */
/* 284 */ 	background-color: #f2f2f2;
/* 285 */ }
/* 286 */ 
/* 287 */ 
/* 288 */ 
/* 289 */ 
/* 290 */ /* Form elements */
/* 291 */ 
/* 292 */ .forminput {
/* 293 */   /* Should match the border color of image /common/images/compliant/search_button.png */
/* 294 */ 	border-color: #666;
/* 295 */ }
/* 296 */ 
/* 297 */ .inputcombo .forminput {
/* 298 */   /* Border color should match the border color of image /common/images/compliant/search_button.png */
/* 299 */ 	border: 1px 0 1px 1px solid  #666;
/* 300 */ 	-webkit-border-radius: 8px;	

/* common.css */

/* 301 */ 	border-radius: 8px;	
/* 302 */ }
/* 303 */ 
/* 304 */ .emphasized  .forminput {
/* 305 */   /* Border color should match the border color of image /common/images/compliant/search_button.png */
/* 306 */   /* Border weight should be 2px greater than border weight of .inputcombo .forminput */
/* 307 */ 	border: 3px solid #666;	
/* 308 */ 	/* Corner radius should be 2px greater than corner radius of .inputcombo .forminput */
/* 309 */ 	-webkit-border-radius: 10px;	
/* 310 */ 	border-radius: 10px;	
/* 311 */ }
/* 312 */ 
/* 313 */ .submitbutton {
/* 314 */ 	/* Form submit buttons that have text labels on Basic and Touch. */
/* 315 */ 	background-color: #666;
/* 316 */ 	color: #fff;
/* 317 */ 	font-size: 93.75%;
/* 318 */ }
/* 319 */ 
/* 320 */ 
/* 321 */ 
/* 322 */ /* Headlines and bylines */
/* 323 */ 
/* 324 */ h1.slugline, h2.itemtitle {
/* 325 */ 	/* Special headline style used in news, videos, and other modules with story-type content detail */
/* 326 */ 	font-family: Georgia, serif;
/* 327 */     font-size: 129.4%;
/* 328 */ 	line-height: 1.25em;
/* 329 */ 	font-weight: normal;
/* 330 */     color: #24406b;
/* 331 */ 	margin: 0 0 0.75em 0;
/* 332 */ }
/* 333 */ 
/* 334 */ .byline {
/* 335 */     min-height:40px;
/* 336 */     font-size: 64.7%;
/* 337 */     line-height: 1.25em;
/* 338 */ 	padding-bottom: 0.33em;
/* 339 */ 	margin-bottom: 1.33em;
/* 340 */     border-bottom: 1px dotted #c0c0c0;
/* 341 */ }
/* 342 */ 
/* 343 */ 
/* 344 */ /* Freeform content module - basic styles to format unstyled raw HTML */
/* 345 */ 
/* 346 */ .staticContentBody {
/* 347 */ 	background-color: #fff;
/* 348 */ 	color: #333;
/* 349 */ }
/* 350 */ 

/* common.css */

/* 351 */ .staticContentBody h1 {
/* 352 */ 	color: #24406b;
/* 353 */ }
/* 354 */ 
/* 355 */ .staticContentBody h2 {
/* 356 */ 	color: #000;
/* 357 */ }
/* 358 */ 
/* 359 */ .staticContentBody h3 {
/* 360 */ 	color: #000;
/* 361 */ }
/* 362 */ 
/* 363 */ .staticContentBody h4 {
/* 364 */ 	color: #000;
/* 365 */ }
/* 366 */ 
/* 367 */ 
/* 368 */ 
/* 369 */ /* Data charts - compliant, tablet */
/* 370 */ 
/* 371 */ .rowbar {
/* 372 */ 	background: #333 url("/device/basic-spider-unknown/common/images/rowbar.png") repeat-x;
/* 373 */ }
/* 374 */ .colbar {
/* 375 */ 	background: #333 url("/device/basic-spider-unknown/common/images/colbar.png") repeat-y;
/* 376 */ }
/* 377 */ .average {
/* 378 */ 	border-color: #c00;
/* 379 */ }
/* 380 */ 
/* 381 */ /* other text types */
/* 382 */ .required {
/* 383 */ 	font-weight: bold;
/* 384 */ 	color: #c00;
/* 385 */ }
/* 386 */ 
/* 387 */ /* Video Players (videoPlayer.tpl) */
/* 388 */ 
/* 389 */ /* 
/* 390 *|  * iframe/object/embed styling from 
/* 391 *|  * http://webdesignerwall.com/tutorials/css-elastic-videos
/* 392 *|  */
/* 393 */ .kgo-videoplayer {
/* 394 */   width: 100%;
/* 395 */ 	max-width: 800px;
/* 396 */ 	margin: 1em 0;
/* 397 */ }
/* 398 */ .kgo-videoplayer-container {
/* 399 */ 	position: relative;
/* 400 */ 	padding-bottom: 56.25%; /* 9/16 for 16:9 videos */

/* common.css */

/* 401 */ 	padding-top: 30px;
/* 402 */ 	height: 0;
/* 403 */ 	overflow: hidden;
/* 404 */ }
/* 405 */ 
/* 406 */ .kgo-videoplayer.kgo-videoplayer-kaltura .kgo-videoplayer-container {
/* 407 */ 	padding:0;
/* 408 */ 	height:auto;
/* 409 */ }
/* 410 */ 
/* 411 */ .kgo-videoplayer-container video {
/* 412 */ 	width:100%;
/* 413 */ }
/* 414 */ 
/* 415 */ .kgo-videoplayer-container iframe,  
/* 416 */ .kgo-videoplayer-container object, 
/* 417 */ .kgo-videoplayer-container embed {
/* 418 */ 	position: absolute;
/* 419 */ 	top: 0;
/* 420 */ 	left: 0;
/* 421 */ 	width: 100%;
/* 422 */ 	height: 100%;
/* 423 */ }
/* 424 */ 
/* 425 */ /* link styling */
/* 426 */ .kgo-videoplayer a.kgo-videoplayer-link, 
/* 427 */ .kgo-videoplayer a.kgo-videoplayer-link:visited {
/* 428 */   position: relative;
/* 429 */   display: block;
/* 430 */   text-decoration: none;
/* 431 */ }
/* 432 */ .kgo-videoplayer .kgo-videoplayer-link img {
/* 433 */   height: auto;
/* 434 */   width: auto;
/* 435 */   width: 100%;
/* 436 */   max-height: 100%;
/* 437 */ }
/* 438 */ .kgo-videoplayer .kgo-videoplayer-link .playButton {
/* 439 */   background: transparent url("/device/basic-spider-unknown/common/images/playvideo-button-bg.png") repeat 0% 0%;
/* 440 */   border-bottom-left-radius: 5px 5px;
/* 441 */   border-bottom-left-radius: 5px 5px;
/* 442 */   border-bottom-right-radius: 5px 5px;
/* 443 */   border-bottom-right-radius: 5px 5px;
/* 444 */   border-top-left-radius: 5px 5px;
/* 445 */   border-top-left-radius: 5px 5px;
/* 446 */   border-top-right-radius: 5px 5px;
/* 447 */   border-top-right-radius: 5px 5px;
/* 448 */   color: white;
/* 449 */   display: inline-block;
/* 450 */   font-size: 30px;

/* common.css */

/* 451 */   text-decoration: none;
/* 452 */   text-align: center;
/* 453 */   line-height: 60px;
/* 454 */   height: 60px;
/* 455 */   width: 100px;
/* 456 */   position: absolute;
/* 457 */   top: 50%;
/* 458 */   left: 50%;
/* 459 */   margin: -30px 0px 0px -50px;
/* 460 */   z-index: 100;
/* 461 */ }
/* 462 */ .kgo-videoplayer .kgo-videoplayer-link .playButton div {
/* 463 */   background: transparent url("/device/basic-spider-unknown/common/images/playvideo.png") no-repeat 50% 50%;
/* 464 */   height: 60px;
/* 465 */ }
/* 466 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/html/SMF/Kurogo-Mobile-Web/www
currentDir : /var/www/html/SMF/Kurogo-Mobile-Web/app/common/css

*/

/* basic.css */

/* 1   */ /* Redefinition of basic elements */
/* 2   */ 
/* 3   */ html, body {
/* 4   */ 	margin: 0;
/* 5   */ 	padding: 0;
/* 6   */ }
/* 7   */ 
/* 8   */ body {
/* 9   */ 	padding: 0.2em;
/* 10  */ }
/* 11  */ 
/* 12  */ a img {
/* 13  */ 	border: none;
/* 14  */ }
/* 15  */ 
/* 16  */ h1, h2, h3 {
/* 17  */ 	line-height: 1.2em;
/* 18  */ 	padding: 0;
/* 19  */ }
/* 20  */ 
/* 21  */ h1 {
/* 22  */ 	margin: 10px 0;
/* 23  */ 	font-size: 142%; 
/* 24  */ }
/* 25  */ 
/* 26  */ h2 { 
/* 27  */ 	margin: 0 0 6px 0;
/* 28  */ 	font-size: 133%; 
/* 29  */ 	font-weight: normal;
/* 30  */ }
/* 31  */ 
/* 32  */ h3 {
/* 33  */ 	margin: 0 0 5px 0;
/* 34  */ 	font-size: 100%; 
/* 35  */ 	font-weight: bold;
/* 36  */ }
/* 37  */ 
/* 38  */ h4 {
/* 39  */ 	margin: 0;
/* 40  */ 	font-size: 100%; 
/* 41  */ 	font-weight: bold;
/* 42  */ }
/* 43  */ 
/* 44  */ p {
/* 45  */ 	margin: 0 0 10px 0;
/* 46  */ }
/* 47  */ 
/* 48  */ ul {
/* 49  */ 	margin: 0 0 1em 0;
/* 50  */ 	padding: 0 0 0 1em;

/* basic.css */

/* 51  */ }
/* 52  */ 
/* 53  */ ul li {
/* 54  */ 	padding: 0 0 4px 0;
/* 55  */ }
/* 56  */ 
/* 57  */ /* Major layout blocks */
/* 58  */ 
/* 59  */ #container {
/* 60  */ 	padding: 5px;
/* 61  */ }
/* 62  */ 
/* 63  */ #header {
/* 64  */ 	margin: 2px 2px 8px 2px;
/* 65  */ 	font-size: 142%;
/* 66  */ 	line-height: 50px;
/* 67  */ }
/* 68  */ 
/* 69  */ #header img {
/* 70  */ 	float: left;
/* 71  */ }
/* 72  */ 
/* 73  */ #header.homehead {
/* 74  */ 	padding-bottom: 0;
/* 75  */ }
/* 76  */ 
/* 77  */ #header.homehead img {
/* 78  */ 	float: none;
/* 79  */ 	margin: 0;
/* 80  */ }
/* 81  */ 
/* 82  */ #header a {
/* 83  */ 	text-decoration: none;
/* 84  */ }
/* 85  */ 
/* 86  */ #footer {
/* 87  */ 	height: 2em;
/* 88  */ 	margin: 1.5em 0;
/* 89  */ }
/* 90  */ 
/* 91  */ 
/* 92  */ 
/* 93  */ /* Forms */
/* 94  */ 
/* 95  */ form {
/* 96  */ 	margin: 0 0 1em 0;
/* 97  */ 	padding: 0;
/* 98  */ }
/* 99  */ 
/* 100 */ fieldset {

/* basic.css */

/* 101 */ 	border: 0;
/* 102 */ 	margin: 0;
/* 103 */ 	padding: 0;
/* 104 */ }
/* 105 */ 
/* 106 */ .combobutton, .submitbutton {
/* 107 */ 	font-size: x-small;
/* 108 */ }
/* 109 */ 
/* 110 */ .inputcombo .forminput {
/* 111 */ 	font-size: 100%;
/* 112 */ 	float: left;
/* 113 */ 	width: 60%;
/* 114 */ 	padding: .2em;
/* 115 */ }
/* 116 */ 
/* 117 */ .inputcombo .combobutton, .inputcombo .submitbutton {
/* 118 */ 	font-size: 93.75%;
/* 119 */ 	padding: 0 .2em;
/* 120 */ 	margin-left: .3em
/* 121 */ }
/* 122 */ 
/* 123 */ .formbuttons {
/* 124 */   margin: 10px;
/* 125 */   text-align: center;
/* 126 */   font-weight: bold;
/* 127 */ }
/* 128 */ 
/* 129 */ 
/* 130 */ 
/* 131 */ /* Navigation and results lists */
/* 132 */ /* Many smartphones don't correctly interpret "display:block" for inline elements like <a> */
/* 133 */ 
/* 134 */ .nav {
/* 135 */ 	margin: 0.5em 0 1em 0;
/* 136 */ 	padding: .5em;
/* 137 */ 	font-size: 100%;
/* 138 */ 	line-height: 1.75em;
/* 139 */ }
/* 140 */ 
/* 141 */ .secondary {
/* 142 */ 	margin: 1em 0;
/* 143 */ 	padding: .4em;
/* 144 */ 	font-size: 95%;
/* 145 */ 	line-height: 1.6em;
/* 146 */ }
/* 147 */ 
/* 148 */ .paging {
/* 149 */ 	margin: 0;
/* 150 */ 	padding: .4em;

/* basic.css */

/* 151 */ 	line-height: 1.6em;
/* 152 */ }
/* 153 */ 
/* 154 */ .bottomnav {
/* 155 */ 	margin: 1.5em 0 0.75em 0;
/* 156 */ 	padding: .4em;
/* 157 */ 	line-height: 1.5em;
/* 158 */ 	background-color: #264b84;
/* 159 */ 	font-size: 93%;
/* 160 */ }
/* 161 */ 
/* 162 */ .bottomnav a {
/* 163 */ 	color: #fff;
/* 164 */ }
/* 165 */ 
/* 166 */ .results {
/* 167 */ 	font-size: 100%;
/* 168 */ 	line-height: 1.75em;
/* 169 */ 	margin-bottom: 1em;
/* 170 */ }
/* 171 */ 
/* 172 */ ul.nav, ul.secondary, ul.results {
/* 173 */ 	list-style-type: none;
/* 174 */ 	margin: 0.25em 0 1em 0;
/* 175 */ 	padding: 0;
/* 176 */ }
/* 177 */ 
/* 178 */ 
/* 179 */ 
/* 180 */ /* Specific content formatting */
/* 181 */ 
/* 182 */ .focal {
/* 183 */ 	padding: 0.5em;
/* 184 */ 	margin: 0.25em 0 1em 0;
/* 185 */ }
/* 186 */ 
/* 187 */ .nonfocal {
/* 188 */ 	padding: 0;
/* 189 */ 	margin: 0.25em 0 0.5em 0;
/* 190 */ }
/* 191 */ 
/* 192 */ .paging {
/* 193 */ 	text-align: left;
/* 194 */ 	margin: 1em 0;
/* 195 */ }
/* 196 */ 
/* 197 */ .legend {
/* 198 */ 	margin-top: 0.5em;
/* 199 */ 	font-size: 79%;
/* 200 */ 	line-height: 1.36em;

/* basic.css */

/* 201 */ }
/* 202 */ 
/* 203 */ .smallprint {
/* 204 */ 	font-size: 86%;
/* 205 */ 	font-weight: normal;
/* 206 */ 	line-height: 1.36em;
/* 207 */ }
/* 208 */ 
/* 209 */ .fineprint {
/* 210 */ 	font-size: 71%;
/* 211 */ 	line-height: 1.1em;
/* 212 */ }
/* 213 */ 
/* 214 */ .clear {
/* 215 */ 	clear: both;
/* 216 */ }
/* 217 */ 
/* 218 */ .label {
/* 219 */ 	width: 3.5em;
/* 220 */ 	padding-right: 3px;
/* 221 */ }
/* 222 */ 
/* 223 */ .value {
/* 224 */ 	font-size: 100%;
/* 225 */ }
/* 226 */ 
/* 227 */ .divider {
/* 228 */ 	height: 0;
/* 229 */ 	margin: 0.75em 0;
/* 230 */ 	border: none;
/* 231 */ 	border-top: 1px dotted #999;
/* 232 */ }
/* 233 */ 
/* 234 */ hr {
/* 235 */ 	display: none;
/* 236 */ }
/* 237 */ 
/* 238 */ .bb {
/* 239 */ 	display: none;
/* 240 */ }
/* 241 */ 
/* 242 */ .image {
/* 243 */ 	text-align: center;
/* 244 */ 	padding-bottom: .4em;
/* 245 */ }
/* 246 */ 
/* 247 */ .hidden {
/* 248 */ 	visibility: hidden;
/* 249 */ }
/* 250 */ 

/* basic.css */

/* 251 */ .maintable {
/* 252 */ 	width: 100%;
/* 253 */ 	background-color: #fff;
/* 254 */ }
/* 255 */ 
/* 256 */ .maintable td, .maintable th {
/* 257 */ 	padding: .21em .36em;
/* 258 */ }
/* 259 */ 
/* 260 */ .centered {
/* 261 */ 	text-align: center
/* 262 */ }
/* 263 */ 
/* 264 */ .fontsize {
/* 265 */ 	font-size: 93%;
/* 266 */ 	margin: 1.5em 0;
/* 267 */ }
/* 268 */ 
/* 269 */ .fontsmall {
/* 270 */ 	font-size: 5pt;
/* 271 */ }
/* 272 */ 
/* 273 */ .fontmedium {
/* 274 */ 	font-size: 8pt;
/* 275 */ }
/* 276 */ 
/* 277 */ .fontlarge {
/* 278 */ 	font-size: 11pt;
/* 279 */ }
/* 280 */ 
/* 281 */ .fontxlarge {
/* 282 */ 	font-size: 13pt;
/* 283 */ }
/* 284 */ 
/* 285 */ /* Iconically coded links - e.g., Shuttle Schedule, 3DOWN, etc. */
/* 286 */ 
/* 287 */ a.icon {
/* 288 */ 	background-repeat: no-repeat;
/* 289 */ 	background-position: 0px 3px;
/* 290 */ }
/* 291 */ 
/* 292 */ span.icon {
/* 293 */ 	background-repeat: no-repeat;
/* 294 */ 	background-position: 0 0;
/* 295 */ 	padding-right: 6px;
/* 296 */ }
/* 297 */ 
/* 298 */ .icon span {
/* 299 */ 	padding: 3px 0 3px 17px;
/* 300 */ 	line-height: 1.14em;

/* basic.css */

/* 301 */ }
/* 302 */ 
/* 303 */ .gps {
/* 304 */ 	background-image: url("/device/basic-spider-unknown/common/images/gps.gif");
/* 305 */ }
/* 306 */ 
/* 307 */ .sch {
/* 308 */ 	background-image: url("/device/basic-spider-unknown/common/images/schedule.gif");
/* 309 */ }
/* 310 */ 
/* 311 */ .ok {
/* 312 */ 	background-image: url("/device/basic-spider-unknown/common/images/ok.gif");
/* 313 */ }
/* 314 */ 
/* 315 */ .alert {
/* 316 */ 	background-image: url("/device/basic-spider-unknown/common/images/alert.gif");
/* 317 */ }
/* 318 */ 
/* 319 */ .warning {
/* 320 */ 	background-image: url("/device/basic-spider-unknown/common/images/warning.gif");
/* 321 */ }
/* 322 */ 
/* 323 */ .critical {
/* 324 */ 	background-image: url("/device/basic-spider-unknown/common/images/critical.gif");
/* 325 */ }
/* 326 */ 
/* 327 */ .running {
/* 328 */ 	background-image: url("/device/basic-spider-unknown/common/images/shuttle.gif");
/* 329 */ }
/* 330 */ 
/* 331 */ 
/* 332 */ /* Tabs */
/* 333 */ 
/* 334 */ .tabs {
/* 335 */ 	margin: 1.5em 0 1em 0;
/* 336 */ 	color: #666;
/* 337 */ }
/* 338 */ 
/* 339 */ .tabs .active {
/* 340 */ 	/* Text label of currently selected tabs */
/* 341 */ 	font-weight: bold;
/* 342 */ 	color: #000;
/* 343 */ }
/* 344 */ 
/* 345 */ .tabs.top {
/* 346 */ 	margin-top: 0.25em;
/* 347 */ }
/* 348 */ 
/* 349 */ .tabs a {
/* 350 */ 	font-weight: normal;

/* basic.css */

/* 351 */ }
/* 352 */ 
/* 353 */ 
/* 354 */ .iconlegend {
/* 355 */ 	font-size: 80%;
/* 356 */ 	margin-bottom: 1.5em;
/* 357 */ }
/* 358 */ 
/* 359 */ .iconlegend img {
/* 360 */ 	margin-right: 3px;
/* 361 */ 	position: relative;
/* 362 */ 	top: 2px;
/* 363 */ }
/* 364 */ 
/* 365 */ .iconlabel {
/* 366 */ 	float: right;
/* 367 */ 	margin-left: 10px;
/* 368 */ }
/* 369 */ 
/* 370 */ .dininghall {
/* 371 */ 	margin-left: 4px;
/* 372 */ }
/* 373 */ 
/* 374 */ .dl td {
/* 375 */ 	padding: 0 4px 10px 0;
/* 376 */ }
/* 377 */ 
/* 378 */ .footertable {
/* 379 */   border: none;
/* 380 */   margin: 1.5em .5em;
/* 381 */   width: auto;
/* 382 */ }
/* 383 */ .footertable th,
/* 384 */ .footertable td {
/* 385 */   font-size: 70.6%;
/* 386 */   line-height: 1.33em;
/* 387 */   padding: 0 .25em;
/* 388 */   margin: 0;
/* 389 */   text-align: left;
/* 390 */ }
/* 391 */ .footertable th {
/* 392 */   font-weight: bold;
/* 393 */   text-align: right;
/* 394 */   white-space: nowrap;
/* 395 */ }
/* 396 */ 
/* 397 */ 
/* 398 */ /* Freeform content module - basic styles to format unstyled raw HTML */
/* 399 */ 
/* 400 */ .staticContentBody {

/* basic.css */

/* 401 */ 	margin: 0.5em;
/* 402 */ 	background-color: #fff;
/* 403 */ 	padding: 0.5em;
/* 404 */ }
/* 405 */ 
/* 406 */ .staticContentBody h2 {
/* 407 */ 	font-size: 123%;
/* 408 */ 	font-weight: normal;
/* 409 */ 	color: #000;
/* 410 */ 	margin: 0 0 1em 0;
/* 411 */ }
/* 412 */ 
/* 413 */ .staticContentBody h3 {
/* 414 */ 	font-size: 100%;
/* 415 */ 	font-weight: bold;
/* 416 */ 	color: #000;
/* 417 */ 	margin: 0 0 0.5em 0;
/* 418 */ }
/* 419 */ 
/* 420 */ .staticContentBody h4 {
/* 421 */ 	font-size: 100%;
/* 422 */ 	font-weight: bold;
/* 423 */ 	color: #333;
/* 424 */ 	margin: 0 0 1em 0;
/* 425 */ }
/* 426 */ 
/* 427 */ .staticContentBody ul {
/* 428 */ 	margin-bottom: 1.5em;
/* 429 */ }
/* 430 */ 
/* 431 */ 
/* 432 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/html/SMF/Kurogo-Mobile-Web/www
currentDir : /var/www/html/SMF/Kurogo-Mobile-Web/app/modules/calendar/css

*/

/* common.css */

/* 1  */ .pagerlink {
/* 2  */     background-color:#f0f0f0;
/* 3  */ }
/* 4  */ .actionbutton {
/* 5  */     margin: 0 2px;
/* 6  */     float: left;
/* 7  */     cursor: pointer;
/* 8  */ }
/* 9  */ .actionbutton a {
/* 10 */     display: block;
/* 11 */     padding: 5px 6px 5px 6px;
/* 12 */     background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.15)), to(rgba(128,128,128,0.15)));
/* 13 */     border: 1px solid #eee;
/* 14 */     border: 1px solid rgba(0,0,0,0.12);
/* 15 */     border-top-color: #f3f3f3;
/* 16 */     border-bottom-color: #e9e9e9;
/* 17 */     border-top-color: rgba(0,0,0,0.1);
/* 18 */     border-bottom-color: rgba(0,0,0,0.2);
/* 19 */     -webkit-border-radius: 4px;
/* 20 */     -moz-border-radius: 4px;
/* 21 */     border-radius: 4px;
/* 22 */     color: #444;
/* 23 */     font-size: 100%;
/* 24 */     line-height: 20px;
/* 25 */     height: 20px;
/* 26 */     vertical-align: middle;
/* 27 */     text-transform: uppercase;
/* 28 */     text-decoration: none;
/* 29 */     -webkit-tap-highlight-color: rgba(0,0,0,0);
/* 30 */ }
/* 31 */ 
/* 32 */ .actionbutton a, .actionbutton a:visited {
/* 33 */     color: #333;
/* 34 */ }
/* 35 */ .actionbutton a img {
/* 36 */     float: left;
/* 37 */     margin-left: -4px;
/* 38 */ }
/* 39 */ .actionbutton a:active, .actionbutton a.pressedaction {
/* 40 */     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.18)), to(rgba(0,0,0,0.12)));
/* 41 */     border-color: rgba(0,0,0,0.65);
/* 42 */     border-top-color: rgba(0,0,0,0.75);
/* 43 */     border-bottom-color: rgba(0,0,0,0.5);
/* 44 */     color: #000;
/* 45 */     -webkit-box-shadow: inset 0 1px 3px #000;
/* 46 */     box-shadow: inset 0 1px 3px #000;
/* 47 */ }
/* 48 */ .actionbuttons .pageseleced {
/* 49 */     font-weight: bold;
/* 50 */ }

/* id::themeConfigModTimeChecker */

/* 1 */ 
